:root {
  --ink: #171412;
  --charcoal: #151412;
  --paper: #eadccb;
  --paper-light: #fffaf2;
  --line: rgba(70, 48, 35, .18);
  --muted: #5d564e;
  --rust: #96372f;
  --rust-2: #6f1f2b;
  --white: #fffaf0;
  --shadow: 0 18px 48px rgba(42, 31, 24, .1);
  --max: 1220px;
  --wide: 1680px;
  --marble: url("assets/textures/rust-stone-page-marble-final.png");
  --header-marble: url("assets/textures/header-gold-marble.png");
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html { min-height: 100%; scroll-behavior: smooth; }

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    linear-gradient(180deg, rgba(246, 239, 228, .62), rgba(232, 220, 205, .58)),
    var(--marble) center top / cover fixed no-repeat,
    var(--paper);
}

body.home-v3 {
  background: #f6e3ce;
}

body.home-v3 .site-footer {
  background: #151412;
}

body, button, input, select, textarea { font: 16px/1.5 var(--sans); }

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

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

p { margin: 0; color: var(--muted); line-height: 1.68; }

h1, h2, h3 { margin: 0; letter-spacing: 0; }

h1, h2 { font-family: var(--serif); font-weight: 600; line-height: 1.05; }

h1 { font-size: clamp(2.55rem, 4.2vw, 5.1rem); }

h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }

h3 { font-size: 1.2rem; line-height: 1.18; }

strong { color: inherit; }

.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  background: #f6e3ce;
}

.site-header::before { content: none; }

.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: var(--rust-2); opacity: .92; pointer-events: none; }

.nav {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  width: min(var(--wide), calc(100% - 96px));
  min-height: 118px;
  margin: 0 auto;
  padding: 14px 0;
}

.nav::before { content: none; }

.brand { display: inline-grid; color: var(--ink); text-transform: uppercase; }

.brand img { display: none; }

.brand-lockup { display: inline-grid; justify-items: center; line-height: 1; text-align: center; white-space: nowrap; }

.brand-lockup strong { font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; line-height: .88; letter-spacing: .16em; }

.brand-lockup em { width: 100%; margin-top: 9px; color: var(--rust-2); font-style: normal; font-size: 14px; font-weight: 500; line-height: 1; letter-spacing: .74em; text-align: center; text-indent: .74em; }

.nav-links { display: flex; justify-content: flex-end; align-items: center; gap: clamp(18px, 2.6vw, 36px); font-size: .9rem; font-weight: 800; }

.nav-links a:not(.button) { position: relative; padding: 8px 0; }

.nav-links a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3.5px; background: var(--rust); opacity: 0; transform: scaleX(.55); transition: opacity .18s ease, transform .18s ease; }

.nav-links a.active:not(.button)::after, .nav-links a:not(.button):hover::after { opacity: 1; transform: scaleX(1); }

.nav-location { position: absolute; top: 50%; left: 43%; width: max-content; color: #211b17; font-size: 18px; font-weight: 100; line-height: 1; letter-spacing: .42em; text-transform: uppercase; transform: translate(-50%, -50%); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 14px 24px; border: 1px solid currentColor; border-radius: 0; font-size: .78rem; font-weight: 800; line-height: 1; letter-spacing: .12em; text-transform: uppercase; transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }

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

.button.dark { border-color: var(--charcoal); background: var(--charcoal); color: var(--white); }

.button.dark:hover { border-color: var(--rust); background: var(--rust); }

.section, .section.white, .page-hero, .home-v3-pathways, .home-v3-cta {
  background:
    linear-gradient(180deg, rgba(249, 244, 235, .84), rgba(238, 228, 214, .82)),
    var(--marble) center top / cover fixed no-repeat,
    var(--paper);
}

.section { padding: clamp(72px, 8vw, 116px) 0; }

.section.dark, .home-v3-proof, .site-footer { color: var(--white); background: linear-gradient(180deg, rgba(23, 21, 19, .94), rgba(15, 14, 13, .96)), var(--marble) center / cover no-repeat, var(--charcoal); }

.section.dark p, .home-v3-proof p, .site-footer, .site-footer a { color: rgba(255, 250, 240, .78); }

.eyebrow { margin-bottom: 16px; color: var(--rust); font-size: .8rem; font-weight: 800; line-height: 1.3; letter-spacing: .15em; text-transform: uppercase; }

.dark .eyebrow, .home-v3-proof .eyebrow { color: #d89f83; }

.intro-text { max-width: 720px; margin-top: 18px; color: #2e2a25; font-size: 1.08rem; }

.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 74px); align-items: center; }

.home-v3-hero { position: relative; display: grid; min-height: calc(100vh - 118px); isolation: isolate; overflow: hidden; }

.home-v3-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }

.home-v3-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0, 0, 0, .73), rgba(0, 0, 0, .47) 42%, rgba(0, 0, 0, .10)), linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .20) 56%, rgba(0, 0, 0, .37)); }

.home-v3-hero-copy { align-self: start; color: var(--white); padding-top: clamp(64px, 11vh, 130px); }

.home-v3-hero-copy h1 { max-width: 940px; color: var(--white); font-size: clamp(2rem, 3.15vw, 3.45rem); line-height: 1.02; text-shadow: 0 2px 18px rgba(0, 0, 0, .26); }

.hero-line { display: block; }

.hero-line-trust { margin-bottom: .16em; }

.home-v3-hero-copy .button { margin-top: 30px; }

.home-v3-section-title, .home-v3-proof-head, .section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, .8fr); gap: clamp(24px, 5vw, 64px); align-items: end; margin-bottom: 34px; }

.home-v3-card-grid, .home-v3-proof-grid, .proof-grid, .services-decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.home-v3-path-card, .work-card, .decision-card, .before-after-grid figure { overflow: hidden; border: 1px solid var(--line); background: var(--paper-light); box-shadow: 0 16px 34px rgba(39, 32, 22, .08); }

.home-v3-proof-grid img, .work-card img, .decision-card img { aspect-ratio: 4 / 3; object-fit: cover; }

.home-v3-proof-grid article > div, .work-card-body, .decision-card-copy { padding: 22px; }

.page-hero { padding: clamp(72px, 10vw, 128px) 0; }

.page-hero p { max-width: 760px; margin-top: 18px; font-size: 1.16rem; }

.feature-photo { min-height: 420px; max-height: 560px; object-fit: cover; box-shadow: var(--shadow); }

.decision-card { display: grid; }

.decision-card.featured { transform: translateY(-18px); }

.decision-card h2 { font-size: clamp(2rem, 3vw, 3.4rem); }

.decision-card p { margin-top: 10px; }

.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.about-collage, .quote-photo-stack { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

.about-collage img, .quote-photo-stack img { aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }

.about-collage img:first-child { grid-row: span 2; height: 100%; aspect-ratio: auto; }

form { display: grid; gap: 16px; }

label { display: grid; gap: 7px; color: #2f2a25; font-size: .88rem; font-weight: 800; }

input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 0; background: var(--paper-light); color: var(--ink); }

textarea { min-height: 130px; resize: vertical; }

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

.site-footer { position: relative; padding: 38px 0; }

.footer-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; width: min(var(--max), calc(100% - 48px)); margin: 0 auto; font-size: .92rem; }

@media (max-width: 1400px) {
.nav { grid-template-columns: auto 1fr; width: min(100% - 48px, var(--wide)); }

.nav-location { display: none; }
}

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

h1 { font-size: clamp(2.1rem, 9vw, 3.3rem); }

h2 { font-size: clamp(2rem, 8vw, 3rem); }

.nav { display: flex; flex-direction: column; justify-content: center; width: min(100% - 28px, 560px); min-height: 0; gap: 12px; padding: 14px 0 12px; }

.brand-lockup strong { font-size: clamp(22px, 7.2vw, 28px); letter-spacing: .11em; }

.brand-lockup em { margin-top: 7px; font-size: clamp(9px, 2.6vw, 11px); letter-spacing: .36em; text-indent: .36em; }

.nav-links { flex-wrap: wrap; justify-content: center; max-width: 340px; gap: 8px 14px; }

.nav-links a:not(.button) { padding: 6px 0; font-size: 13px; line-height: 1; }

.nav-links .button { min-height: 38px; padding: 11px 15px; font-size: 10px; }

.home-v3-hero { min-height: 78vh; }

.home-v3-hero-copy { padding-top: clamp(42px, 8vh, 76px); }

.home-v3-hero-copy h1 { max-width: 680px; font-size: clamp(1.7rem, 6.4vw, 2.5rem); line-height: 1.05; }

.home-v3-section-title, .home-v3-proof-head, .section-head, .split, .home-v3-cta-panel, .quote-panel { grid-template-columns: 1fr; }

.home-v3-card-grid, .home-v3-proof-grid, .proof-grid, .services-decision-grid, .before-after-grid, .form-grid, .about-collage, .quote-photo-stack { grid-template-columns: 1fr; }

.decision-card.featured { transform: none; }

.feature-photo { min-height: 300px; }

.about-collage img:first-child { height: auto; aspect-ratio: 4 / 3; }

.footer-row { width: min(100% - 32px, var(--max)); flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
.nav-links { gap: 7px 11px; }

.nav-links a:not(.button) { font-size: 12px; }

.button { width: 100%; }

.nav-links .button { width: auto; }
}

.home-v3-hero-copy{
  padding-top: clamp(46px, 8.5vh, 98px) !important;
}

.home-v3-hero-copy h1{
  max-width: 1040px !important;
  font-size: clamp(2.25rem, 3.55vw, 3.9rem) !important;
  line-height: 1.08 !important;
}

.hero-line-trust{
  margin-bottom: .34em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy{
    padding-top: clamp(34px, 6.5vh, 58px) !important;
  }

.home-v3-hero-copy h1{
    font-size: clamp(1.95rem, 7vw, 2.8rem) !important;
    line-height: 1.08 !important;
  }

.hero-line-trust{
    margin-bottom: .28em !important;
  }
}

.home-v3-hero-copy h1{
  text-shadow:
    0 2px 10px rgba(0, 0, 0, .34),
    0 10px 30px rgba(0, 0, 0, .24) !important;
}

.home-v3-hero-copy h1{
  text-shadow:
    0 3px 14px rgba(0, 0, 0, .38),
    0 14px 40px rgba(0, 0, 0, .28) !important;
}

.home-v3-hero-copy h1{
  text-shadow:
    0 2px 8px rgba(0, 0, 0, .46),
    0 10px 28px rgba(0, 0, 0, .32) !important;
}

.home-v3-hero-copy h1{
  text-shadow:
    0 3px 12px rgba(0, 0, 0, .42),
    0 16px 46px rgba(0, 0, 0, .30) !important;
}

.home-v3-hero-copy h1{
  text-shadow:
    0 3px 10px rgba(0, 0, 0, .47),
    0 14px 40px rgba(0, 0, 0, .34) !important;
}

.home-v3-hero-copy h1,
.home-v3-hero-copy .hero-line{
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: geometricPrecision !important;
  font-synthesis: none !important;
}

.home-v3-hero-copy h1{
  -webkit-text-stroke: .22px rgba(20, 18, 16, .18) !important;
  paint-order: stroke fill !important;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, .46),
    0 12px 34px rgba(0, 0, 0, .30) !important;
}

.home-v3-hero-copy h1{
  -webkit-text-stroke: .35px rgba(0, 0, 0, .24) !important;
  paint-order: stroke fill !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .28),
    0 2px 8px rgba(0, 0, 0, .44),
    0 12px 34px rgba(0, 0, 0, .28) !important;
}

.home-v3-hero-copy h1{
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .34),
    0 2px 8px rgba(0, 0, 0, .50),
    0 12px 34px rgba(0, 0, 0, .34) !important;
}

.home-v3-hero-copy h1{
  -webkit-text-stroke: 0 transparent !important;
  paint-order: normal !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .38),
    0 2px 9px rgba(0, 0, 0, .56),
    0 13px 36px rgba(0, 0, 0, .38) !important;
}

.home-v3-hero-copy .button{
  margin-top: 40px !important;
}

.home-v3-hero-copy .button{
  margin-top: 35px !important;
}

.home-v3-hero-copy .button{
  min-height: 50px !important;
  padding: 13px 22px !important;
  font-size: .84rem !important;
  line-height: 1 !important;
}

.home-v3-hero-copy .button{
  min-height: 50px !important;
  padding: 12px 20px !important;
  font-size: .9rem !important;
  line-height: 1 !important;
}

.home-v3-hero-copy .button{
  font-weight: 700 !important;
}

.home-v3-hero-copy .button{
  font-size: .94rem !important;
  font-weight: 700 !important;
}

.hero-line-trust{
  margin-bottom: clamp(22px, 2vw, 30px) !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .88em !important;
}

@media (max-width: 900px) {
.hero-line-trust{
    margin-bottom: clamp(16px, 4vw, 22px) !important;
  }

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .9em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .93em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .93em !important;
  }
}

.hero-line-trust{
  font-size: 1.06em !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .837em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .837em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: .5px !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 2px !important;
}

.hero-line-trust{
  font-size: 1.166em !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .921em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .921em !important;
  }
}

.hero-line-trust{
  font-size: 1.224em !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .967em !important;
}

@media (max-width: 900px) {
.hero-line-trust{
    font-size: 1.224em !important;
  }

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .967em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: 1.015em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: 1.015em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .967em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .967em !important;
  }
}

.nav-links a:not(.button)::after{
  height: 2.5px !important;
}

.nav-links a:not(.button)::after{
  height: 3px !important;
}

.nav-links a:not(.button)::after{
  height: 2.5px !important;
}

.home-v3-hero > img{
  object-position: 44% center !important;
}

.hero-line-trust{
  margin-bottom: clamp(38px, 3.2vw, 52px) !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .92em !important;
  letter-spacing: .8px !important;
}

.nav-links .button.dark{
  background: var(--rust) !important;
  border-color: var(--rust) !important;
  color: var(--white) !important;
}

.nav-links .button.dark:hover{
  background: var(--rust-2) !important;
  border-color: var(--rust-2) !important;
}

@media (max-width: 900px) {
.home-v3-hero > img{
    object-position: 48% center !important;
  }

.hero-line-trust{
    margin-bottom: clamp(24px, 6vw, 34px) !important;
  }

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .92em !important;
    letter-spacing: .3px !important;
  }
}

.nav-links .button.dark{
  background: var(--rust) !important;
  border-color: var(--rust) !important;
  color: var(--white) !important;
}

.nav-links .button.dark:hover{
  background: var(--rust-2) !important;
  border-color: var(--rust-2) !important;
}

:root{
  --header-maroon: #78331f;
  --header-maroon-dark: #612817;
}

.nav-links a:not(.button)::after,
.nav-links .button.dark{
  background: var(--header-maroon) !important;
}

.nav-links .button.dark{
  border-color: var(--header-maroon) !important;
  color: var(--white) !important;
}

.nav-links .button.dark:hover{
  background: var(--header-maroon-dark) !important;
  border-color: var(--header-maroon-dark) !important;
}

:root{
  --header-maroon: #6b2b1a;
  --header-maroon-dark: #542114;
}

.home-v3-hero-copy .button{
  min-height: 61px !important;
  padding: 18px 26px !important;
}

.hero-line-trust{
  font-size: 1.346em !important;
  font-weight: 540 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: 1.064em !important;
  font-weight: 500 !important;
  letter-spacing: 1.2px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: 1.064em !important;
    letter-spacing: .5px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Instrument Serif", "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 450 !important;
  letter-spacing: .7px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .3px !important;
  }
}

.home-v3-hero-copy .button{
  margin-top: 60px !important;
}

body.home-v3 .home-v3-hero-copy .button.dark {
  background: var(--rust);
  border-color: var(--rust);
}

body.home-v3 .home-v3-hero-copy .button.dark:hover {
  background: var(--rust-2);
  border-color: var(--rust-2);
}

.home-v3-hero-copy .button.dark{
  background: var(--header-maroon) !important;
  border-color: var(--header-maroon) !important;
  color: var(--white) !important;
}

.home-v3-hero-copy .button.dark:hover{
  background: var(--header-maroon-dark) !important;
  border-color: var(--header-maroon-dark) !important;
}

.nav-links .button.dark,
.home-v3-hero-copy .button.dark{
  background: #6b2b1a !important;
  border-color: #6b2b1a !important;
  color: #fffaf0 !important;
  opacity: 1 !important;
  filter: none !important;
  box-shadow: none !important;
}

.nav-links .button.dark:hover,
.home-v3-hero-copy .button.dark:hover{
  background: #542114 !important;
  border-color: #542114 !important;
  color: #fffaf0 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  letter-spacing: 1.5px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
    letter-spacing: .65px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: .875px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .375px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 1.5px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .65px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 2px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .8px !important;
  }
}

body.home-v3 .home-v3-hero-copy .button {
  padding-left: 20px;
  padding-right: 20px;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 3px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .5px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 5px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.4px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 8px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.8px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 6px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.6px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  line-height: 1.13 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: 1.042em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: 1.042em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 5px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.4px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Segoe Script", "Lucida Handwriting", "Brush Script MT", cursive !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 1.2px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .4px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: 1.4px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .45px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Fraunces", Georgia, "Times New Roman", serif !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: .7px !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Newsreader", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: .9px !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: .55px !important;
}

.home-v3-hero-copy h1 .hero-line-trust {
  font-size: 1.27em !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: 1.4px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: .45px !important;
  }
}

.home-v3-hero-copy{
  transform: translateX(26px) !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy{
    transform: none !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-family: var(--sans) !important;
  font-weight: 400 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-family: "Instrument Serif", Georgia, "Times New Roman", serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .938em !important;
  letter-spacing: 6.4px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .938em !important;
    letter-spacing: 1.4px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 5px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.2px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-weight: 350 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .26),
    0 2px 7px rgba(0, 0, 0, .36),
    0 10px 28px rgba(0, 0, 0, .26) !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-weight: 250 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-weight: 500 !important;
  font-size: .844em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .844em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-weight: 700 !important;
  letter-spacing: 6px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.6px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 7px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.8px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 6.5px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.7px !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-weight: 1200 !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .928em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .928em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .844em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .844em !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  font-size: .886em !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    font-size: .886em !important;
  }
}

.hero-line-trust{
  font-size: 1.4em !important;
}

.home-v3-hero::after{
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .48) 42%, rgba(0, 0, 0, .12)),
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .22) 56%, rgba(0, 0, 0, .38)) !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-style: italic !important;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-style: oblique 31deg !important;
  transform: skewX(-7deg);
  transform-origin: left center;
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-size: calc(1.4em - 31px) !important;
  font-weight: 500 !important;
}

.brand-lockup strong{
  font-size: 39.9px !important;
}

.brand-lockup em{
  font-size: 14.7px !important;
}

@media (max-width: 900px) {
.brand-lockup strong{
    font-size: clamp(23px, 7.55vw, 29.4px) !important;
  }

.brand-lockup em{
    font-size: clamp(9.5px, 2.75vw, 11.55px) !important;
  }
}

.home-v3-hero-copy {
  padding-top: calc(clamp(46px, 8.5vh, 98px) + 18px) !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy {
    padding-top: calc(clamp(34px, 6.5vh, 58px) + 10px) !important;
  }
}

.brand-lockup strong{
  font-size: 38px !important;
}

.brand-lockup em{
  font-size: 14px !important;
}

@media (max-width: 900px) {
.brand-lockup strong{
    font-size: clamp(22px, 7.2vw, 28px) !important;
  }

.brand-lockup em{
    font-size: clamp(9px, 2.6vw, 11px) !important;
  }
}

.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
  letter-spacing: 6px !important;
}

@media (max-width: 900px) {
.home-v3-hero-copy h1 .hero-line:not(.hero-line-trust){
    letter-spacing: 1.5px !important;
  }
}

body.services-page {
  background: #f6e3ce;
}

.services-page .services-intro {
  background:
    linear-gradient(180deg, rgba(249, 244, 235, .93), rgba(236, 222, 205, .91)),
    var(--marble) center top / cover no-repeat,
    var(--paper);
}

.services-page .services-intro .wrap {
  max-width: 860px;
}

.services-page .services-decision-section {
  background: #f6e3ce;
}

.services-page .decision-card {
  background: #fffaf2;
  box-shadow: 0 20px 42px rgba(39, 32, 22, .11);
}

.services-page .decision-card img {
  aspect-ratio: 4 / 3;
}

.services-page .site-footer {
  border-top: 0 !important;
  background: #7d1f2f;
  color: #fffaf2;
}

.services-page .site-footer,
.services-page .site-footer a,
.services-page .site-footer strong {
  color: #fffaf2;
}

@media (max-width: 900px) {
.services-page .services-intro .wrap {
    max-width: none;
  }
}

.services-page .services-intro {
  padding: clamp(26px, 3.8vw, 46px) 0 clamp(24px, 3.4vw, 42px);
}

.services-page .services-intro p {
  max-width: 660px;
  margin-top: 14px;
}

.services-page .services-decision-section {
  padding-top: clamp(26px, 3.4vw, 44px);
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 26px 0 24px;
  }

.services-page .services-intro p {
    margin-top: 12px;
  }

.services-page .services-decision-section {
    padding-top: 26px;
  }
}

.services-page .services-decision-grid .decision-card:first-child img {
  object-position: center 90%;
  transform: scale(1.01);
}

.services-page .services-decision-grid .decision-card:nth-child(2) img {
  object-position: 300% center;
  transform: scale(1.1);
}

.services-page .services-decision-grid .decision-card img {
  filter: sepia(.10) saturate(.92) contrast(.96) brightness(1.07);
}

.services-page .nav {
  min-height: 102px;
  padding: 10px 0;
}

.services-page .site-header::after {
  bottom: 0;
}

.services-page .decision-card-copy {
  padding: 20px;
}

.services-page .decision-card h2 {
  font-size: clamp(1.82rem, 2.55vw, 3.05rem);
  line-height: 1.04;
}

.services-page .decision-card p {
  margin-top: 8px;
}

@media (max-width: 900px) {
.services-page .nav {
    min-height: 0;
    padding: 12px 0 10px;
  }

.services-page .decision-card-copy {
    padding: 18px;
  }
}

.services-page .services-intro {
  padding: clamp(30px, 4vw, 52px) 0 clamp(28px, 3.5vw, 46px);
}

.services-page .services-decision-section {
  padding-top: clamp(28px, 3.5vw, 48px);
}

.services-page .decision-card.featured {
  transform: none;
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 34px 0 32px;
  }

.services-page .services-decision-section {
    padding-top: 32px;
  }
}

.services-page .services-intro {
  padding: clamp(22px, 3.2vw, 42px) 0 clamp(22px, 3vw, 38px);
}

.services-page .services-decision-section {
  padding-top: clamp(28px, 3.5vw, 48px);
  padding-bottom: clamp(112px, 10vw, 156px);
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 24px 0 24px;
  }

.services-page .services-decision-section {
    padding-bottom: 72px;
  }
}

.services-page .services-intro {
  padding: clamp(18px, 2.7vw, 34px) 0 clamp(18px, 2.6vw, 32px);
}

.services-page .services-intro p {
  max-width: 560px;
}

.services-page .services-decision-section {
  padding-bottom: clamp(150px, 12vw, 204px);
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 20px 0 22px;
  }

.services-page .services-decision-section {
    padding-bottom: 92px;
  }
}

.services-page main {
  background: #f6e3ce;
}

.services-page .services-intro {
  position: relative;
  padding: clamp(28px, 3.4vw, 48px) 0 clamp(24px, 3vw, 40px);
  overflow: hidden;
}

.services-page .services-intro::after {
  content: "";
  position: absolute;
  right: clamp(22px, 6vw, 120px);
  bottom: -1px;
  left: clamp(22px, 18vw, 360px);
  height: 1px;
  background: rgba(111, 31, 43, .34);
}

.services-intro-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: end;
}

.services-page .services-intro h1 {
  max-width: 720px;
  font-size: clamp(3rem, 5.9vw, 6.2rem);
}

.services-page .services-decision-section {
  padding: clamp(28px, 3.4vw, 48px) 0 clamp(96px, 9vw, 144px);
}

.services-page .services-decision-grid {
  align-items: stretch;
}

.services-page .decision-card {
  position: relative;
  display: flex;
  min-height: 100%;
  color: var(--ink);
  text-decoration: none;
  isolation: isolate;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.services-page .decision-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color .28s ease;
}

.services-page .decision-card:hover,
.services-page .decision-card:focus-visible {
  border-color: rgba(111, 31, 43, .28);
  box-shadow: 0 28px 56px rgba(39, 32, 22, .16);
  transform: translateY(-8px);
  outline: none;
}

.services-page .decision-card:hover::before,
.services-page .decision-card:focus-visible::before {
  border-color: rgba(111, 31, 43, .42);
}

.services-page .decision-card img {
  min-height: 292px;
  transition: transform .42s ease, filter .42s ease;
}

.services-page .decision-card:hover img,
.services-page .decision-card:focus-visible img {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.035);
}

.choice-number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, .58);
  background: rgba(21, 20, 18, .28);
  color: #fffaf0;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.services-page .decision-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(22px, 2.4vw, 32px);
}

.services-page .decision-card h2 {
  font-size: clamp(2.25rem, 3.5vw, 4.3rem);
  line-height: .98;
}

.services-page .decision-card-copy > p {
  min-height: 3.4em;
}

.choice-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: var(--rust-2);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.choice-action::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
  transition: width .24s ease;
}

.services-page .decision-card:hover .choice-action::after,
.services-page .decision-card:focus-visible .choice-action::after {
  width: 48px;
}

.button.ghost {
  border-color: rgba(255, 250, 240, .44);
  color: #fffaf0;
}

.button.ghost:hover {
  border-color: #fffaf0;
  background: rgba(255, 250, 240, .08);
}

@media (max-width: 1100px) {
.services-intro-inner,
  .expectation-layout,
  .services-cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 26px 0 28px;
  }

.services-page .services-intro h1 {
    font-size: clamp(3rem, 15vw, 4.65rem);
  }

.services-intro-inner {
    gap: 14px;
  }

.services-page .services-decision-section {
    padding: 30px 0 74px;
  }

.services-page .decision-card:hover,
  .services-page .decision-card:focus-visible {
    transform: none;
  }

.services-page .decision-card img {
    min-height: 250px;
  }

.services-page .decision-card-copy > p {
    min-height: 0;
  }
}

@media (min-width: 901px) {
.services-page .nav {
    min-height: 92px;
    padding: 10px 0;
  }

.services-page .brand-lockup strong {
    font-size: 34px !important;
  }

.services-page .brand-lockup em {
    margin-top: 7px;
    font-size: 12px !important;
  }
}

.services-page .services-intro {
  padding: clamp(24px, 3vw, 42px) 0 clamp(22px, 2.8vw, 38px);
}

.services-page .services-intro::after {
  left: clamp(24px, 12vw, 250px);
  right: clamp(24px, 12vw, 250px);
}

.services-page .services-intro h1 {
  max-width: 820px;
  font-size: clamp(3.1rem, 5.35vw, 5.85rem);
  line-height: .96;
}

.services-page .services-decision-section {
  padding-top: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(76px, 7vw, 112px);
}

.services-page .decision-card {
  width: 100%;
  padding: 0;
  border: 1px solid rgba(70, 48, 35, .16);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.services-page .decision-card img {
  height: clamp(210px, 18vw, 270px);
  min-height: 0;
  object-fit: cover;
}

.services-page .decision-card-copy {
  padding: clamp(18px, 2vw, 26px);
}

.services-page .decision-card h2 {
  font-size: clamp(2rem, 2.9vw, 3.45rem);
}

.services-page .decision-card-copy > p {
  min-height: 3em;
  font-size: .98rem;
}

.choice-selected {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 9px 11px;
  border: 1px solid rgba(255, 250, 240, .62);
  background: rgba(111, 31, 43, .86);
  color: #fffaf0;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease;
}

.services-page .decision-card.is-selected {
  border-color: rgba(111, 31, 43, .48);
  box-shadow: 0 30px 62px rgba(58, 33, 20, .18);
}

.services-page .decision-card.is-selected::before {
  border-color: rgba(111, 31, 43, .52);
}

.services-page .decision-card.is-selected .choice-selected {
  opacity: 1;
  transform: translateY(0);
}

.services-page .decision-card.is-selected .choice-action::after {
  width: 48px;
}

.selected-pathway-panel {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(260px, .72fr) auto;
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 38px);
  padding: clamp(20px, 2.7vw, 34px);
  border-top: 1px solid rgba(111, 31, 43, .46);
  border-bottom: 1px solid rgba(70, 48, 35, .13);
  background: rgba(255, 250, 242, .62);
  box-shadow: 0 18px 42px rgba(42, 31, 24, .07);
}

.selected-pathway-panel h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

.selected-pathway-panel p {
  max-width: 520px;
}

@media (max-width: 1100px) {
.selected-pathway-panel {
    grid-template-columns: 1fr;
  }

.selected-pathway-panel .button {
    justify-self: start;
  }
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 28px 0 28px;
  }

.services-page .services-intro h1 {
    font-size: clamp(2.75rem, 12vw, 4.2rem);
  }

.services-page .decision-card img {
    height: 230px;
  }

.selected-pathway-panel {
    margin-top: 20px;
    padding: 22px;
  }

.selected-pathway-panel .button {
    width: 100%;
  }
}

.services-page .decision-card {
  flex-direction: column;
  overflow: hidden;
}

.services-page .decision-card img {
  flex: 0 0 auto;
  width: 100%;
}

.services-page .decision-card-copy {
  width: 100%;
  min-width: 0;
}

.services-page .decision-card-copy > * {
  min-width: 0;
}

.services-page .decision-card h2,
.services-page .decision-card p,
.services-page .decision-outcome {
  overflow-wrap: anywhere;
}

@media (min-width: 901px) {
.services-page .decision-card {
    max-height: none;
  }
}

.services-page .services-intro {
  padding: clamp(18px, 2.2vw, 32px) 0 clamp(16px, 2.1vw, 30px);
}

.services-page .services-intro h1 {
  max-width: 760px;
  font-size: clamp(2.9rem, 4.8vw, 5.25rem);
}

.services-page .services-decision-section {
  padding-top: clamp(18px, 2.4vw, 34px);
  padding-bottom: clamp(60px, 5.8vw, 92px);
}

.services-page .decision-card img {
  height: clamp(190px, 15.5vw, 238px);
  filter: saturate(.98) contrast(1.01);
}

.services-page .decision-card:hover,
.services-page .decision-card:focus-visible {
  box-shadow: 0 20px 44px rgba(39, 32, 22, .13);
  transform: translateY(-5px);
}

.services-page .decision-card.is-selected {
  border-color: rgba(111, 31, 43, .42);
  box-shadow: 0 20px 46px rgba(58, 33, 20, .13);
}

.choice-selected {
  padding: 8px 10px;
  border-color: rgba(111, 31, 43, .38);
  background: rgba(255, 250, 242, .84);
  color: var(--rust-2);
  box-shadow: 0 8px 22px rgba(39, 32, 22, .08);
}

.choice-number {
  background: rgba(21, 20, 18, .18);
}

.services-page .decision-card-copy {
  padding: clamp(18px, 1.9vw, 24px);
}

.services-page .decision-card h2 {
  font-size: clamp(1.92rem, 2.65vw, 3.15rem);
}

.services-page .decision-card-copy > p {
  min-height: 2.8em;
}

.choice-action {
  margin-top: 16px;
}

.selected-pathway-panel {
  grid-template-columns: minmax(0, .72fr) minmax(260px, .8fr) auto;
  margin-top: clamp(16px, 2vw, 26px);
  padding: clamp(16px, 2vw, 24px) clamp(18px, 2.5vw, 30px);
  border-top-color: rgba(111, 31, 43, .32);
  background: rgba(255, 250, 242, .52);
  box-shadow: 0 12px 32px rgba(42, 31, 24, .055);
}

.selected-pathway-panel h2 {
  font-size: clamp(1.55rem, 2.35vw, 2.55rem);
  line-height: 1.02;
}

.selected-pathway-panel p {
  font-size: .98rem;
  line-height: 1.58;
}

.selected-pathway-panel .button {
  min-height: 44px;
  padding: 12px 20px;
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 22px 0 22px;
  }

.services-page .services-intro h1 {
    font-size: clamp(2.55rem, 11vw, 3.7rem);
  }

.services-page .decision-card img {
    height: 210px;
  }

.services-page .services-decision-section {
    padding-top: 24px;
    padding-bottom: 54px;
  }

.selected-pathway-panel {
    padding: 18px;
  }
}

@media (max-width: 900px) {
.selected-pathway-panel .button,
  .services-cta-panel .button {
    max-width: 100%;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
  }

.selected-pathway-panel .button {
    justify-self: stretch;
  }
}

@media (max-width: 900px) {
.selected-pathway-panel {
    grid-template-columns: 1fr !important;
  }

.selected-pathway-panel .button {
    display: flex;
    width: 100%;
    min-width: 0;
  }
}

.services-page .services-intro {
  padding: clamp(12px, 1.6vw, 24px) 0 clamp(12px, 1.6vw, 24px);
}

.services-page .services-intro h1 {
  max-width: 700px;
  font-size: clamp(2.55rem, 4.15vw, 4.7rem);
  line-height: .98;
}

.services-intro-inner {
  gap: clamp(20px, 5vw, 72px);
}

.services-page .services-decision-section {
  padding-top: clamp(14px, 1.8vw, 26px);
  padding-bottom: clamp(42px, 4.8vw, 70px);
}

.services-page .services-decision-grid {
  gap: clamp(12px, 1.3vw, 18px);
}

.services-page .decision-card img {
  height: clamp(168px, 13vw, 212px);
}

.services-page .decision-card-copy {
  padding: clamp(16px, 1.65vw, 21px);
}

.services-page .decision-card h2 {
  font-size: clamp(1.75rem, 2.35vw, 2.82rem);
  line-height: 1.02;
}

.services-page .decision-card .eyebrow {
  margin-bottom: 12px;
}

.services-page .decision-card-copy > p {
  min-height: 2.6em;
  margin-top: 8px;
  font-size: .94rem;
  line-height: 1.52;
}

.choice-selected {
  display: none;
}

.services-page .decision-card.is-selected {
  border-color: rgba(111, 31, 43, .5);
  box-shadow: 0 14px 34px rgba(58, 33, 20, .1);
}

.services-page .decision-card.is-selected::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  height: 4px;
  background: var(--rust-2);
  pointer-events: none;
}

.choice-action {
  margin-top: 13px;
  font-size: .7rem;
  letter-spacing: .13em;
}

.selected-pathway-panel {
  margin-top: clamp(10px, 1.5vw, 18px);
  padding: clamp(14px, 1.55vw, 20px) clamp(16px, 2.1vw, 26px);
  grid-template-columns: minmax(0, .7fr) minmax(260px, .9fr) auto;
}

.selected-pathway-panel h2 {
  font-size: clamp(1.35rem, 2vw, 2.15rem);
}

.selected-pathway-panel p {
  font-size: .94rem;
  line-height: 1.5;
}

.selected-pathway-panel .button {
  min-height: 42px;
  padding: 11px 18px;
  font-size: .68rem;
}

@media (max-width: 900px) {
.services-page .services-intro {
    padding: 18px 0 18px;
  }

.services-page .services-intro h1 {
    font-size: clamp(2.28rem, 10vw, 3.35rem);
  }

.services-page .decision-card img {
    height: 188px;
  }

.services-page .services-decision-section {
    padding-top: 20px;
    padding-bottom: 44px;
  }

.services-page .decision-card-copy > p {
    min-height: 0;
  }

.selected-pathway-panel {
    margin-top: 14px;
    padding: 16px;
  }
}

body.home-page {
  background: #f6e3ce;
}

.home-page .home-award-hero {
  min-height: calc(100vh - 92px);
  align-content: stretch;
}

.home-page .home-award-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .38) 44%, rgba(0, 0, 0, .14)),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .22) 62%, rgba(0, 0, 0, .42)) !important;
}

.home-page .home-award-hero > img {
  object-position: 48% center;
  filter: saturate(.96) contrast(1.02);
}

.home-page .home-award-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .42fr);
  gap: clamp(32px, 8vw, 110px);
  align-items: center;
  padding-top: clamp(44px, 8vh, 92px) !important;
  transform: none !important;
}

.home-page .home-award-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(2.3rem, 4.1vw, 5.05rem);
}

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-family: "Cormorant Garamond", "Instrument Serif", Georgia, "Times New Roman", serif !important;
  font-size: .58em !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  line-height: 1.1 !important;
  text-transform: none;
  transform: none !important;
}

.home-page .hero-line-trust {
  font-size: 1.18em !important;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(24px, 3vw, 36px);
}

.home-hero-body {
  max-width: 680px;
  margin-top: clamp(18px, 2vw, 26px);
  color: rgba(255, 250, 240, .9);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

.home-hero-support {
  max-width: 620px;
  margin-top: 10px;
  color: rgba(255, 250, 240, .82);
  font-size: clamp(.92rem, 1vw, 1.02rem);
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .24);
}

.home-hero-actions .button.ghost {
  border-color: rgba(255, 250, 240, .58);
  background: rgba(0, 0, 0, .08);
}

.home-hero-pathways {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(255, 250, 240, .26);
  background: rgba(21, 20, 18, .38);
  backdrop-filter: blur(8px);
}

.home-hero-pathways a {
  min-height: 86px;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 250, 240, .18);
  color: #fffaf0;
  transition: background .22s ease, color .22s ease;
}

.home-hero-pathways a:last-child {
  border-right: 0;
}

.home-hero-pathways a:hover,
.home-hero-pathways a:focus-visible {
  background: rgba(111, 31, 43, .62);
  outline: none;
}

.home-hero-pathways span {
  display: block;
  margin-bottom: 12px;
  color: #d89f83;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.home-hero-pathways strong {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.05;
}

.home-proof-section {
  padding: clamp(64px, 7vw, 104px) 0;
  background: #fffaf2;
}

.home-proof-layout {
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
}

.home-proof-feature {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  color: #fffaf0;
  isolation: isolate;
}

.home-proof-feature img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}

.home-proof-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .62));
}

.home-proof-copy {
  padding-top: 18px;
  border-top: 1px solid rgba(111, 31, 43, .42);
}

.home-proof-copy h2 {
  max-width: 760px;
  font-size: clamp(2.35rem, 4.3vw, 4.8rem);
}

.home-proof-copy p {
  max-width: 620px;
  margin-top: 22px;
  font-size: 1.05rem;
}

.home-final-cta {
  padding: clamp(52px, 5.8vw, 82px) 0;
}

.home-page .site-footer {
  color: var(--ink);
  background: #f6e3ce;
}

.home-page .site-footer,
.home-page .site-footer a {
  color: var(--ink);
}

@media (max-width: 1100px) {
.home-page .home-award-hero-copy,
  .home-start-grid,
  .home-proof-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
.home-page .home-award-hero {
    min-height: auto;
  }

.home-page .home-award-hero-copy {
    padding-top: clamp(48px, 10vh, 76px) !important;
    padding-bottom: 34px;
  }

.home-page .home-award-hero-copy h1 {
    font-size: clamp(2rem, 10vw, 3.4rem);
  }

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
    letter-spacing: .035em !important;
  }

.home-hero-pathways {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

.home-hero-pathways a {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 240, .18);
  }

.home-start-section,
  .home-proof-section,
  .home-trust-section {
    padding: 48px 0;
  }

.home-proof-feature {
    min-height: 420px;
  }
}

.home-page .home-award-hero {
  min-height: clamp(590px, 74vh, 760px) !important;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.home-page .home-award-hero-copy {
  padding-top: clamp(34px, 5.5vh, 66px) !important;
  padding-bottom: clamp(18px, 3vh, 32px) !important;
}

.home-page .home-award-hero-copy h1 {
  font-size: clamp(3.2rem, 5.6vw, 6rem) !important;
  line-height: .88 !important;
  max-width: 860px;
}

.home-page .home-award-hero-copy h1 .hero-line-trust {
  margin-bottom: .22em;
}

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
  max-width: 820px;
}

.home-page .home-hero-actions {
  margin-top: clamp(22px, 3vh, 34px);
}

.home-hero-pathways {
  margin-bottom: clamp(16px, 2.1vw, 24px) !important;
  box-shadow: 0 20px 70px rgba(0, 0, 0, .22);
}

.home-hero-pathways a {
  min-height: 72px !important;
  padding: 14px 18px !important;
}

.home-hero-pathways span {
  margin-bottom: 6px !important;
}

.home-hero-pathways strong {
  font-size: clamp(1.18rem, 1.45vw, 1.72rem) !important;
}

.home-proof-section,
.home-trust-section {
  padding-top: clamp(66px, 7vw, 104px) !important;
  padding-bottom: clamp(66px, 7vw, 104px) !important;
}

@media (max-width: 960px) {
.home-page .home-award-hero {
    min-height: auto !important;
  }

.home-page .home-award-hero-copy {
    padding-top: 46px !important;
    padding-bottom: 26px !important;
  }

.home-page .home-award-hero-copy h1 {
    font-size: clamp(3rem, 10vw, 4.7rem) !important;
  }
}

@media (max-width: 640px) {
.home-page .home-award-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.55rem) !important;
    line-height: .92 !important;
  }

.home-page .home-hero-actions {
    align-items: stretch;
  }

.home-page .home-hero-actions .button {
    width: 100%;
    justify-content: center;
  }

.home-hero-pathways a {
    min-height: 64px !important;
  }
}

@media (max-width: 640px) {
.home-page .home-award-hero-copy {
    gap: 18px !important;
    padding-top: 38px !important;
    padding-bottom: 18px !important;
  }

.home-page .home-award-hero-copy h1 {
    margin-bottom: 0 !important;
  }

.home-hero-pathways strong {
    font-size: 1.18rem !important;
  }
}

.nav-links .button.dark {
  white-space: normal;
  text-align: center;
}

.home-next-level .home-award-hero {
  min-height: clamp(620px, 76vh, 780px) !important;
}

.home-next-level .home-proof-section {
  background:
    linear-gradient(rgba(255, 250, 242, .76), rgba(255, 250, 242, .76)),
    var(--marble-bg);
  background-size: cover;
}

.home-proof-points span,
.quote-next-steps span {
  display: block;
  margin-bottom: 18px;
  color: #7d1f2f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.quote-page {
  background: #fffaf2;
}

.quote-intake-hero {
  padding: clamp(70px, 8vw, 118px) 0 clamp(54px, 6vw, 86px);
  background:
    linear-gradient(rgba(255, 250, 242, .74), rgba(255, 250, 242, .74)),
    var(--marble-bg);
  background-size: cover;
  border-bottom: 1px solid rgba(111, 31, 43, .14);
}

.quote-intake-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .72fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.quote-intake-hero h1 {
  max-width: 720px;
  margin: 16px 0 20px;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  font-weight: 600;
  line-height: .9;
  letter-spacing: 0;
}

.quote-intake-hero p {
  max-width: 620px;
  color: rgba(31, 24, 19, .76);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.65;
}

.quote-intake-hero .feature-photo {
  width: 100%;
  aspect-ratio: 1 / .86;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(31, 24, 19, .18);
}

.quote-intake-section {
  padding: clamp(64px, 7vw, 106px) 0;
  background: #fffaf2;
}

.quote-intake-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 88px);
  align-items: start;
}

.quote-guidance h2 {
  max-width: 520px;
  margin: 16px 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  font-weight: 600;
  line-height: .95;
}

.quote-guidance > p {
  max-width: 520px;
  color: rgba(31, 24, 19, .72);
  line-height: 1.65;
}

.quote-next-steps {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid rgba(111, 31, 43, .22);
}

.quote-next-steps ol {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(31, 24, 19, .14);
}

.quote-next-steps li {
  padding: 20px;
  border-bottom: 1px solid rgba(31, 24, 19, .12);
}

.quote-next-steps li:last-child {
  border-bottom: 0;
}

.quote-next-steps strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.1;
}

.quote-form {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(31, 24, 19, .14);
  background: #f8efe3;
  box-shadow: 0 28px 80px rgba(31, 24, 19, .08);
}

.quote-form label {
  color: #1f1813;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  margin-top: 9px;
  background: #fffaf2;
  border-color: rgba(31, 24, 19, .16);
}

.quote-form textarea {
  min-height: 170px;
}

.quote-form .button.dark {
  width: 100%;
  justify-content: center;
}

@media (max-width: 960px) {
.home-proof-points,
  .quote-intake-hero-grid,
  .quote-intake-layout {
    grid-template-columns: 1fr;
  }

.quote-intake-hero .feature-photo {
    max-height: 420px;
  }
}

@media (max-width: 640px) {
.quote-intake-hero {
    padding: 48px 0 42px;
  }

.quote-intake-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.1rem);
  }

.quote-page .quote-photo-stack,
  .quote-form .form-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 960px) {
.quote-intake-layout .quote-form {
    order: -1;
  }

.quote-intake-layout .quote-guidance {
    order: 2;
  }
}

@media (max-width: 640px) {
.quote-intake-hero .feature-photo {
    display: none;
  }

.quote-intake-hero {
    padding: 38px 0 30px;
  }

.quote-intake-hero p {
    font-size: 1rem;
    line-height: 1.55;
  }

.quote-intake-section {
    padding: 28px 0 52px;
  }
}

.home-next-level .home-proof-section {
  padding: clamp(56px, 6vw, 86px) 0 !important;
  background: #f6e3ce !important;
}

.home-next-level .home-proof-layout {
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

.home-next-level .home-proof-feature {
  min-height: 0 !important;
  aspect-ratio: 5 / 6 !important;
}

.home-next-level .home-proof-feature img {
  object-position: center 48% !important;
}

.home-next-level .home-proof-copy h2 {
  max-width: 760px !important;
  font-size: clamp(3.4rem, 5.8vw, 6.8rem) !important;
}

.home-next-level .home-final-cta {
  padding: clamp(64px, 7vw, 98px) 0 !important;
}

.quote-next-level .quote-intake-hero {
  padding: clamp(42px, 5vw, 70px) 0 clamp(28px, 4vw, 48px) !important;
  background: #fffaf2 !important;
}

.quote-next-level .quote-intake-hero-grid {
  display: block !important;
  max-width: 980px !important;
}

.quote-next-level .quote-intake-hero h1 {
  max-width: 860px !important;
  margin-bottom: 18px !important;
  font-size: clamp(3.2rem, 5.6vw, 6.2rem) !important;
}

.quote-next-level .quote-intake-hero p {
  max-width: 640px !important;
}

.quote-next-level .quote-intake-hero .feature-photo {
  display: none !important;
}

.quote-next-level .quote-intake-section {
  padding: clamp(40px, 5vw, 70px) 0 clamp(56px, 7vw, 96px) !important;
}

.quote-next-level .quote-intake-layout {
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1fr) !important;
  gap: clamp(30px, 5vw, 72px) !important;
}

.quote-next-level .quote-guidance h2 {
  font-size: clamp(2.6rem, 3.8vw, 4.2rem) !important;
}

.quote-next-level .quote-form {
  box-shadow: 0 22px 60px rgba(31, 24, 19, .07) !important;
}

@media (min-width: 961px) {
.quote-next-level .quote-form {
    position: sticky;
    top: 118px;
  }
}

@media (max-width: 960px) {
.home-next-level .home-proof-feature {
    aspect-ratio: 4 / 3 !important;
  }

.home-next-level .home-proof-copy h2,
  .quote-next-level .quote-intake-hero h1 {
    font-size: clamp(2.8rem, 11vw, 4.6rem) !important;
  }

.quote-next-level .quote-intake-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 1320px) and (min-width: 901px) {
.nav {
    grid-template-columns: auto 1fr !important;
    width: min(100% - 48px, var(--wide)) !important;
    gap: 28px !important;
  }

.nav-location {
    display: none !important;
  }

.nav-links {
    gap: 22px !important;
    font-size: .84rem !important;
  }

.nav-links .button.dark {
    padding-inline: 20px !important;
    letter-spacing: .1em !important;
  }
}

:root {
  --warm-white: #f6e3ce;
  --soft-white: #fffaf2;
  --deep-rust: #6f1f2b;
  --action-rust: #96372f;
  --marble-bg: var(--marble);
}

.home-page .button.dark,
.home-page .nav-links .button.dark {
  border-color: var(--deep-rust) !important;
  background: var(--deep-rust) !important;
  color: #fffaf0 !important;
}

.home-page .button.dark:hover,
.home-page .nav-links .button.dark:hover {
  border-color: #151412 !important;
  background: #151412 !important;
}

.home-page .button.ghost {
  color: #fffaf0 !important;
}

.home-next-level .home-award-hero {
  min-height: clamp(640px, 78vh, 820px) !important;
}

.home-page .home-award-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .38) 42%, rgba(0, 0, 0, .10)),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .18) 58%, rgba(0, 0, 0, .40)) !important;
}

.home-page .home-award-hero-copy h1 {
  max-width: 960px !important;
}

.home-page .home-award-hero-copy h1 .hero-line-trust {
  color: #fffaf0;
}

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
  max-width: 760px !important;
  color: rgba(255, 250, 240, .92);
  letter-spacing: 0 !important;
}

.home-page .home-hero-pathways {
  border-color: rgba(255, 250, 240, .28);
  background: rgba(21, 20, 18, .46);
}

.home-page .home-proof-section,
.home-page .home-trust-section {
  background: var(--warm-white) !important;
}

.home-page .home-proof-copy,
.home-page .home-trust-grid {
  border-top-color: rgba(111, 31, 43, .36);
}

.home-page .home-proof-feature,
.home-page .home-trust-grid,
.home-page .home-proof-points {
  box-shadow: 0 22px 68px rgba(31, 24, 19, .08);
}

.home-page .home-final-cta .button.ghost {
  border-color: rgba(255, 250, 240, .55);
  background: transparent;
}

@media (max-width: 960px) {
.home-next-level .home-award-hero {
    min-height: auto !important;
  }
}

@media (max-width: 640px) {
.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
    font-size: .74em !important;
    line-height: 1.12 !important;
  }
}

.home-page .home-award-hero-copy,
.home-page .home-hero-pathways {
  width: min(1220px, calc(100% - 48px)) !important;
}

.home-page .home-award-hero-copy h1 {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .22),
    0 8px 22px rgba(0, 0, 0, .20) !important;
}

.home-page .home-award-hero-copy h1 .hero-line-trust {
  font-size: 1.16em !important;
}

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-size: .52em !important;
  line-height: 1.14 !important;
  opacity: .96;
}

.home-page .home-hero-actions {
  margin-top: clamp(28px, 3.2vh, 40px) !important;
}

.home-page .home-hero-actions .button.ghost,
.home-page .home-final-cta .button.ghost {
  border-color: rgba(255, 250, 240, .36) !important;
  background: rgba(0, 0, 0, .04) !important;
}

.home-page .home-hero-pathways a {
  transition: border-color .18s ease, background-color .18s ease, color .18s ease !important;
}

.home-page .home-hero-pathways a:hover,
.home-page .home-hero-pathways a:focus-visible {
  background: rgba(111, 31, 43, .38) !important;
}

.home-page .home-hero-pathways span {
  margin-bottom: 11px !important;
}

.home-page .home-hero-pathways strong {
  font-size: clamp(1.08rem, 1.32vw, 1.56rem) !important;
  line-height: 1.08 !important;
}

.home-next-level .home-proof-section {
  padding-top: clamp(58px, 6.4vw, 92px) !important;
}

.home-next-level .home-proof-layout {
  align-items: start !important;
}

.home-next-level .home-proof-feature img {
  object-position: 58% 62% !important;
}

.home-next-level .home-proof-feature {
  min-height: 572px !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08) !important;
}

.home-next-level .home-proof-copy {
  min-height: 0 !important;
  align-self: start !important;
  margin-left: clamp(-28px, -1.8vw, -18px) !important;
  position: relative;
  z-index: 2;
  padding: clamp(72px, 6.8vw, 92px) clamp(36px, 3.7vw, 50px) 0 clamp(54px, 5vw, 68px) !important;
  border: 1px solid rgba(0, 0, 0, .04) !important;
  background: #fbf8f4 !important;
  box-shadow: none !important;
}

.home-next-level .home-proof-copy .eyebrow {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  font-size: .76rem !important;
  letter-spacing: .18em !important;
}

.home-next-level .home-proof-copy .eyebrow::after {
  content: "";
  flex: 1 1 auto;
  min-width: clamp(160px, 20vw, 260px);
  height: 1px;
  background: rgba(111, 31, 43, .24);
}

.home-next-level .home-proof-copy h2 {
  max-width: 620px !important;
  margin-top: 16px !important;
  margin-left: -10px !important;
  font-size: clamp(2.95rem, 4vw, 4.8rem) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

.home-next-level .home-proof-copy > p {
  max-width: 420px !important;
  margin-left: 12px !important;
  margin-top: clamp(58px, 5vw, 76px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: rgba(31, 24, 19, .82) !important;
  font-size: clamp(1.14rem, 1.35vw, 1.36rem) !important;
  line-height: 1.7 !important;
  box-shadow: none !important;
}

.home-page .home-final-cta .section-actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.home-page .button:hover,
.home-page .home-hero-pathways a:hover,
.home-page .home-proof-points article:hover,
.home-page .home-trust-grid article:hover {
  transform: none !important;
}

@media (min-width: 961px) {
.home-page .home-final-cta .section-actions .button {
    width: auto !important;
  }
}

@media (max-width: 960px) {
.home-page .home-award-hero-copy,
  .home-page .home-hero-pathways {
    width: min(100% - 32px, 1220px) !important;
  }

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
    font-size: .68em !important;
  }

.home-next-level .home-proof-layout {
    align-items: stretch !important;
  }
}

@media (max-width: 640px) {
.home-page .home-final-cta .section-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

.home-page .home-award-hero-copy {
  transform: translateY(-20px) !important;
}

.home-page .home-award-hero-copy h1 {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .20),
    0 7px 20px rgba(0, 0, 0, .18) !important;
}

.home-page .home-hero-actions .button.ghost,
.home-page .home-final-cta .button.ghost {
  border-color: rgba(255, 250, 240, .28) !important;
  background: rgba(0, 0, 0, .035) !important;
}

.home-page .home-proof-feature img {
  object-position: center center !important;
}

.home-page .home-proof-feature,
.home-page .home-trust-grid,
.home-page .home-proof-points {
  box-shadow: 0 18px 54px rgba(31, 24, 19, .065) !important;
}

@media (min-width: 961px) {
.home-page .home-final-cta .section-actions {
    flex-wrap: nowrap !important;
    gap: 12px !important;
  }

.home-page .home-final-cta .section-actions .button {
    width: auto !important;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 960px) {
.home-page .home-award-hero-copy {
    transform: none !important;
  }
}

.services-page .services-intro {
  padding-top: clamp(8px, 1.2vw, 18px) !important;
  padding-bottom: clamp(8px, 1.2vw, 18px) !important;
}

.services-page .services-decision-section {
  padding-top: clamp(10px, 1.4vw, 20px) !important;
}

.selected-pathway-diagnostic {
  grid-template-columns: minmax(180px, .48fr) minmax(360px, 1.1fr) auto !important;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
}

.selected-pathway-diagnostic h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.35rem) !important;
}

.selected-guidance {
  display: grid;
  gap: 7px;
}

.selected-guidance p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
.selected-pathway-diagnostic {
    grid-template-columns: 1fr !important;
  }
}

.quote-next-level .quote-form {
  display: grid;
  gap: 24px;
  background:
    linear-gradient(180deg, rgba(248, 239, 227, .96), rgba(246, 227, 206, .76)),
    #f8efe3;
}

.quote-form-head span,
.quote-form legend {
  color: #7d1f2f;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.quote-form fieldset {
  display: grid;
  gap: 16px;
  min-width: 0;
  margin: 0;
  padding: 0 0 24px;
  border: 0;
  border-bottom: 1px solid rgba(31, 24, 19, .12);
}

.quote-form fieldset:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.quote-form legend {
  margin-bottom: 12px;
  padding: 0;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(150, 55, 47, .24);
  outline-offset: 2px;
  border-color: rgba(150, 55, 47, .52);
}

.quote-form .button.dark {
  margin-top: 2px;
  border-color: #6f1f2b;
  background: #6f1f2b;
}

.quote-form .button.dark:hover,
.quote-form .button.dark:focus-visible {
  border-color: #151412;
  background: #151412;
}

.quote-form-footnote {
  color: rgba(31, 24, 19, .58);
  font-size: .86rem;
  line-height: 1.45;
  text-align: center;
}

.quote-next-level .quote-next-steps li {
  background: rgba(255, 250, 242, .52);
}

.quote-next-level .quote-next-steps strong {
  display: block;
  max-width: 330px;
}

@media (max-width: 640px) {
.quote-form-head,
  .quote-form fieldset {
    padding-bottom: 18px;
  }

.quote-form-footnote {
    text-align: left;
  }
}

.quote-next-level .quote-intake-hero {
  padding-top: clamp(34px, 4.2vw, 58px) !important;
  padding-bottom: clamp(22px, 3.2vw, 40px) !important;
}

.quote-next-level .quote-intake-hero h1 {
  max-width: 820px !important;
  font-size: clamp(3rem, 5.15vw, 5.7rem) !important;
}

@media (max-width: 640px) {
.quote-next-level .quote-intake-hero {
    padding-top: 32px !important;
    padding-bottom: 24px !important;
  }
}

.quote-form-footnote {
  margin-top: -4px;
  color: rgba(31, 24, 19, .48) !important;
  font-size: .8rem !important;
}

.quote-next-level .quote-form {
  gap: 18px !important;
  padding: clamp(22px, 2.6vw, 32px) !important;
}

.quote-next-level .quote-form fieldset {
  gap: 13px !important;
  padding-bottom: 18px !important;
}

.quote-next-level .quote-form legend {
  margin-bottom: 8px !important;
}

.quote-next-level .quote-form label {
  gap: 5px !important;
}

.quote-next-level .quote-form input,
.quote-next-level .quote-form select,
.quote-next-level .quote-form textarea {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.quote-next-level .quote-form textarea {
  min-height: 118px !important;
}

.quote-next-level .form-grid {
  gap: 12px !important;
}

.quote-next-level .quote-form-footnote {
  margin-top: -8px !important;
}

.quote-next-level .quote-form textarea[name="message"] {
  min-height: 64px !important;
}

.quote-next-level .photo-upload-group {
  display: grid;
  gap: 8px;
  margin-top: -2px;
}

.quote-next-level .photo-upload-group .form-helper-copy {
  margin: 0 0 2px;
}

.quote-next-level .photo-upload-error {
  min-height: 1.1rem;
  margin: 0;
  color: #7d1f2f;
  font-size: .82rem;
  line-height: 1.45;
}
.quote-next-level .attachment-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-top: -2px;
  color: rgba(31, 24, 19, .64);
  font-size: .86rem;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}

.quote-next-level .attachment-button input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.quote-next-level .attachment-button > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(111, 31, 43, .34);
  background: rgba(255, 250, 242, .58);
  color: #7d1f2f;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.quote-next-level .attachment-button:hover > span,
.quote-next-level .attachment-button:focus-within > span {
  border-color: #7d1f2f;
  background: #7d1f2f;
  color: #fffaf2;
}

.quote-next-level .attachment-button small {
  color: rgba(31, 24, 19, .58);
  font-size: .84rem;
  font-weight: 400;
  letter-spacing: 0;
}

.quote-next-level .attachment-button small {
  display: grid;
  grid-template-columns: 1fr auto;
  min-width: min(360px, calc(100vw - 120px));
  column-gap: 8px;
  align-items: baseline;
}

@media (max-width: 520px) {
.quote-next-level .attachment-button small {
    min-width: 0;
  }
}

.quote-next-level .attachment-button {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  width: 100% !important;
  align-items: center !important;
  column-gap: 8px !important;
}

.quote-next-level .attachment-button > span {
  grid-column: 1;
  grid-row: 1;
}

.quote-next-level .attachment-button small {
  grid-column: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-width: 0 !important;
  width: 100% !important;
  align-items: baseline !important;
  column-gap: 8px !important;
}

.quote-next-level .attachment-button small span {
  min-width: 0;
}

.quote-next-level .attachment-button em {
  color: rgba(31, 24, 19, .52);
  font-style: normal;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}

.quote-next-level .attachment-button.has-files > span {
  border-color: #7d1f2f;
  background: #7d1f2f;
  color: #fffaf2;
}

.quote-next-level .attachment-button.has-files em {
  color: #7d1f2f;
}

@media (max-width: 520px) {
  .quote-next-level .attachment-button small {
    grid-template-columns: 1fr !important;
    row-gap: 4px;
  }

  .quote-next-level .attachment-button em {
    text-align: left;
  }
}
.about-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.about-process article {
  position: relative;
  min-height: 220px;
  padding: 22px 18px;
  border: 1px solid rgba(255, 250, 240, .18);
  background: rgba(255, 250, 240, .045);
}

.about-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -9px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-top: 2px solid var(--rust);
  border-right: 2px solid var(--rust);
  transform: rotate(45deg);
}

.about-process span,
.home-proof-points span,
.home-trust-grid article span {
  display: inline-block;
}

.about-process span {
  margin-bottom: 22px;
  color: var(--rust);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.about-process h3 {
  color: var(--white);
}

.about-process p {
  margin-top: 10px;
  color: rgba(255, 250, 240, .72);
  font-size: .94rem;
  line-height: 1.52;
}

.about-philip .about-collage {
  align-self: stretch;
}

@media (max-width: 1100px) {
.about-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
.about-process {
    grid-template-columns: 1fr;
  }

.about-process article {
    min-height: 0;
  }

.about-process article:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 22px;
    bottom: -9px;
    transform: rotate(135deg);
  }
}

.our-work-page,
.about-page {
  background:
    linear-gradient(180deg, rgba(250, 246, 239, .96), rgba(246, 227, 206, .72)),
    #f6e3ce;
}

.our-work-page .section,
.our-work-page .section.white,
.our-work-page .page-hero,
.about-page .section,
.about-page .section.white,
.about-page .page-hero {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .96), rgba(248, 239, 227, .92)),
    #fffaf2;
}

.our-work-page .section:nth-of-type(even),
.about-page .section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(246, 227, 206, .52), rgba(255, 250, 242, .9)),
    #f8efe3;
}

.our-work-page .section.dark,
.about-page .section.dark {
  background:
    linear-gradient(180deg, rgba(23, 21, 19, .97), rgba(15, 14, 13, .98)),
    var(--charcoal);
}

.our-work-page .work-case-photo,
.about-page .about-collage img,
.about-page .feature-photo,
.our-work-page .feature-photo {
  box-shadow: 0 18px 42px rgba(31, 24, 19, .09);
}

.about-page .about-philip .intro-text + .intro-text {
  margin-top: 14px;
}

.our-work-page .work-case-copy h2,
.about-page .about-exists h2,
.about-page .about-beliefs h2,
.about-page .about-philip h2 {
  font-size: clamp(2.25rem, 3.8vw, 4.55rem) !important;
  line-height: 1.02 !important;
}

.our-work-page .work-case-section,
.about-page .about-exists,
.about-page .about-beliefs,
.about-page .about-philip {
  padding: clamp(50px, 6.2vw, 82px) 0 !important;
}

.our-work-page .work-launch-testimonial,
.about-page .about-process-section,
.about-page .about-fit {
  padding: clamp(54px, 6.4vw, 86px) 0 !important;
}

.about-page .about-process article {
  min-height: 190px !important;
  background: rgba(255, 250, 240, .035) !important;
}

@media (max-width: 920px) {
.our-work-page .work-case-copy h2,
  .about-page .about-exists h2,
  .about-page .about-beliefs h2,
  .about-page .about-philip h2,
  .our-work-page .home-v3-cta-panel h2,
  .about-page .about-fit h2 {
    font-size: clamp(2rem, 11vw, 3.2rem) !important;
  }
}

.our-work-page .section,
.our-work-page .section.white,
.our-work-page .page-hero,
.about-page .section,
.about-page .section.white,
.about-page .page-hero {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .985), rgba(250, 244, 235, .965)),
    #fffaf2 !important;
}

.our-work-page .section:nth-of-type(even),
.about-page .section:nth-of-type(even) {
  background:
    linear-gradient(180deg, rgba(250, 244, 235, .975), rgba(255, 250, 242, .97)),
    #fbf4eb !important;
}

.our-work-page .eyebrow,
.about-page .eyebrow {
  opacity: .82;
  letter-spacing: .12em;
}

.about-page #philip-title {
  max-width: 760px;
}

.about-page .section.dark,
.about-page .about-process-section,
.about-page .about-fit {
  background:
    linear-gradient(180deg, rgba(23, 21, 19, .975), rgba(15, 14, 13, .985)),
    var(--charcoal) !important;
  color: var(--white) !important;
}

.about-page .section.dark h2,
.about-page .section.dark h3,
.about-page .section.dark .eyebrow,
.about-page .section.dark p,
.about-page .about-process-section h2,
.about-page .about-process-section h3,
.about-page .about-process-section .eyebrow,
.about-page .about-process-section p,
.about-page .about-fit h2,
.about-page .about-fit .eyebrow,
.about-page .about-fit p {
  color: var(--white) !important;
}

.about-page .about-process-section .intro-text,
.about-page .about-fit .services-cta-copy p {
  color: rgba(255, 250, 240, .78) !important;
}

.about-page .about-process article {
  border-color: rgba(255, 250, 240, .18) !important;
  background: rgba(255, 250, 240, .035) !important;
}

.about-page .about-process article p {
  color: rgba(255, 250, 240, .7) !important;
}

.about-page .about-process span {
  color: var(--rust) !important;
}

.about-page main {
  background: #141210;
}

.about-page .about-process-section {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 68vh, 760px);
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(107, 43, 26, .82);
  background:
    linear-gradient(90deg, rgba(17, 15, 13, .98) 0%, rgba(17, 15, 13, .92) 45%, rgba(17, 15, 13, .78) 100%),
    linear-gradient(180deg, rgba(15, 14, 13, .92), rgba(15, 14, 13, .98)),
    url("assets/photos/web/about-garden-context.jpg") center center / cover no-repeat !important;
}

.about-page .about-process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 56%, rgba(107, 43, 26, .13) 56.1%, transparent 56.7%),
    radial-gradient(circle at 22% 28%, rgba(166, 64, 48, .18), transparent 28%),
    linear-gradient(90deg, rgba(255, 250, 240, .03), transparent 36%);
  pointer-events: none;
}

.about-page .about-process-section::after {
  content: "";
  position: absolute;
  left: clamp(24px, 6vw, 118px);
  right: clamp(24px, 6vw, 118px);
  top: clamp(42px, 6vw, 78px);
  height: 2px;
  background: linear-gradient(90deg, rgba(166, 64, 48, .88), rgba(166, 64, 48, .28), transparent);
  pointer-events: none;
}

.about-page .about-process-section .wrap {
  position: relative;
  z-index: 1;
}

.about-page .about-process-section .section-head {
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.about-page .about-process-section .intro-text {
  max-width: 520px;
  color: rgba(255, 250, 240, .76) !important;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.65;
}

.about-page .about-process {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 !important;
  border-top: 1px solid rgba(255, 250, 240, .18);
  border-left: 1px solid rgba(255, 250, 240, .13);
}

.about-page .about-process article {
  min-height: 206px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255, 250, 240, .13) !important;
  border-bottom: 1px solid rgba(255, 250, 240, .13) !important;
  background: rgba(255, 250, 240, .025) !important;
}

.about-page .about-process article::after {
  opacity: .72;
}

.about-page .about-philip-photo {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 10vw, 150px) 0 !important;
  background:
    linear-gradient(90deg, rgba(255, 250, 242, .94) 0%, rgba(255, 250, 242, .86) 46%, rgba(255, 250, 242, .42) 100%),
    url("assets/photos/web/about-plant-observation-detail.jpg") 72% center / cover no-repeat !important;
}

.about-page .about-philip-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 38%, rgba(166, 64, 48, .08), transparent 32%),
    linear-gradient(180deg, rgba(20, 18, 16, .06), transparent 38%, rgba(20, 18, 16, .08));
  pointer-events: none;
}

.about-page .about-philip-photo .wrap {
  position: relative;
  z-index: 1;
  align-items: center;
}

.about-page .about-philip-photo .about-collage {
  opacity: .92;
  filter: saturate(.86) contrast(.96);
}

.about-page .about-philip-photo .about-collage img {
  box-shadow: 0 24px 70px rgba(31, 24, 19, .18) !important;
}

.about-page .about-philip-photo h2 {
  max-width: 660px;
  font-size: clamp(3.1rem, 5.4vw, 6.6rem) !important;
  line-height: .92 !important;
}

.about-page .about-philip-photo .intro-text {
  max-width: 650px;
  color: rgba(31, 24, 19, .78) !important;
}

@media (max-width: 1100px) {
.about-page .about-process {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
.about-page .about-process-section,
  .about-page .about-fit {
    min-height: 0;
  }

.about-page .about-process-section h2,
  .about-page .about-standards-section h2,
  .about-page .about-philip-photo h2,
  .about-page .about-fit h2 {
    font-size: clamp(2.7rem, 13vw, 4.3rem) !important;
  }
}

.work-proof-page {
  background: #151412;
}

.work-proof-page .site-footer {
  background: #151412;
}

.work-proof-hero {
  position: relative;
  display: grid;
  min-height: calc(100vh - 118px);
  isolation: isolate;
  overflow: hidden;
  background: #151412;
}

.work-proof-hero > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.work-proof-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 14, 13, .78), rgba(15, 14, 13, .42) 44%, rgba(15, 14, 13, .12)),
    linear-gradient(180deg, rgba(15, 14, 13, .10), rgba(15, 14, 13, .52));
}

.work-proof-hero-copy {
  align-self: end;
  padding: clamp(70px, 10vw, 150px) 0 clamp(58px, 8vw, 112px);
  color: var(--white);
}

.work-proof-hero-copy h1 {
  max-width: 940px;
  color: var(--white);
  font-size: clamp(3.15rem, 7vw, 8.2rem);
  line-height: .92;
}

.proof-notes span,
.standards-list strong {
  display: block;
  margin-bottom: 12px;
  color: #7d1f2f;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-proof-standards {
  padding: clamp(76px, 9vw, 136px) 0;
  color: var(--white);
  background: #151412;
}

.work-proof-standards-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 7vw, 112px);
  align-items: start;
}

.standards-list {
  display: grid;
  gap: 18px;
  padding-top: 8px;
}

.standards-list p {
  max-width: 620px;
  color: rgba(255, 250, 240, .76);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.62;
}

.standards-list strong {
  display: inline;
  margin: 0 7px 0 0;
  color: #d89f83;
}

@media (max-width: 960px) {
.work-proof-hero {
    min-height: 76vh;
  }

.work-proof-hero-copy h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

.work-proof-editorial,
  .work-proof-standards-grid,
  .work-proof-sustain-copy,
  .work-proof-pair-head,
  .work-proof-close-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
.work-proof-hero-copy {
    padding-bottom: 46px;
  }
}

.about-page .about-process-section .intro-text {
  font-size: clamp(1.05rem, 1.35vw, 1.28rem) !important;
}

.about-page .about-process h3 {
  font-size: 1.18rem;
}

.about-page .about-philip-photo .intro-text {
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.68;
}

.about-page .about-process-section {
  min-height: clamp(470px, 58vh, 650px) !important;
  padding: clamp(46px, 5vw, 70px) 0 !important;
}

.about-page .about-process-section::after {
  top: clamp(28px, 4vw, 54px) !important;
}

.about-page .about-process-section .section-head {
  margin-bottom: clamp(24px, 3.4vw, 42px) !important;
}

.about-page .about-process-section .intro-text {
  max-width: 500px !important;
  font-size: clamp(.98rem, 1.16vw, 1.14rem) !important;
  line-height: 1.55 !important;
}

.about-page .about-process article {
  min-height: 164px !important;
  padding: 18px 16px !important;
}

.about-page .about-process span {
  margin-bottom: 18px !important;
}

.about-page .about-process h3 {
  font-size: 1.08rem !important;
}

.about-page .about-process p {
  margin-top: 8px !important;
  font-size: .88rem !important;
  line-height: 1.42 !important;
}

.about-page .about-philip-photo {
  padding: clamp(64px, 7vw, 104px) 0 !important;
}

.about-page .about-philip-photo h2 {
  font-size: clamp(2.7rem, 4.7vw, 5.55rem) !important;
}

.about-page .about-philip-photo .intro-text {
  font-size: clamp(.96rem, 1.08vw, 1.08rem) !important;
  line-height: 1.55 !important;
}

.about-page .about-philip-photo .intro-text + .intro-text {
  margin-top: 10px !important;
}

@media (max-width: 920px) {
.about-page .about-process-section,
  .about-page .about-proof-section,
  .about-page .about-standards-section,
  .about-page .about-philip-photo,
  .about-page .about-fit {
    padding: 44px 0 !important;
  }

.about-page .about-process-section h2,
  .about-page .about-standards-section h2,
  .about-page .about-philip-photo h2,
  .about-page .about-fit h2,
  .about-proof-grid h2 {
    font-size: clamp(2.45rem, 11vw, 3.65rem) !important;
    line-height: .98 !important;
  }

.about-page .about-process-section .section-head {
    gap: 18px !important;
    margin-bottom: 22px !important;
  }

.about-page .about-process {
    display: grid !important;
    grid-template-columns: 1fr !important;
    border-left: 0 !important;
  }

.about-page .about-process article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 0 !important;
    padding: 14px 0 !important;
    border-right: 0 !important;
    background: transparent !important;
  }

.about-page .about-process article:not(:last-child)::after {
    display: none !important;
  }

.about-page .about-process span {
    margin: 1px 0 0 !important;
  }

.about-page .about-process h3,
  .about-page .about-process p {
    grid-column: 2;
  }

.about-page .about-process p {
    max-width: 320px;
  }

.about-page .about-collage {
    gap: 8px !important;
  }

.about-page .about-collage img:nth-child(n+2) {
    display: none;
  }
}

.work-proof-page .standards-list {
  gap: clamp(24px, 3vw, 42px);
}

.work-proof-page .standards-list p {
  display: grid;
  gap: 8px;
  max-width: 460px;
  line-height: 1.35;
}

.work-proof-page .standards-list strong {
  display: block;
  margin: 0;
  color: #d89f83;
  font-size: .76rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.work-proof-page .standards-list span {
  color: rgba(255, 250, 240, .84);
  font-size: clamp(1.1rem, 1.5vw, 1.42rem);
}

.work-proof-triptych {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr);
  gap: clamp(12px, 1.5vw, 18px);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(18px, 2.4vw, 34px);
  border-top: 1px solid rgba(23, 20, 18, .08);
}

.work-proof-triptych figure {
  margin: 0;
  overflow: hidden;
  background: #151412;
}

.work-proof-triptych figure:not(.work-proof-triptych-main) {
  min-height: 0;
}

.work-proof-triptych img {
  width: 100%;
  height: 100%;
  min-height: clamp(270px, 30vw, 420px);
  object-fit: cover;
  object-position: center center;
}

.work-proof-triptych-main {
  grid-row: span 2;
}

.work-proof-triptych-main img {
  min-height: clamp(560px, 62vw, 858px);
}

@media (max-width: 860px) {
.work-proof-triptych {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

.work-proof-triptych-main {
    grid-row: auto;
  }

.work-proof-triptych-main img,
  .work-proof-triptych img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}

.work-proof-triptych {
  grid-template-rows: repeat(2, minmax(0, 1fr));
  height: clamp(620px, 70vw, 920px);
}

.work-proof-triptych figure,
.work-proof-triptych img {
  min-height: 0;
}

@media (max-width: 860px) {
.work-proof-triptych {
    height: auto;
  }
}

.work-proof-standards {
  margin-top: 0;
}

.work-proof-triptych figure {
  position: relative;
}

.work-lightbox-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  overflow: hidden;
}

.work-lightbox-trigger img {
  transition: transform .65s cubic-bezier(.19, 1, .22, 1), filter .45s ease;
  will-change: transform;
}

.work-lightbox-trigger:hover img,
.work-lightbox-trigger:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.06) contrast(1.03) brightness(1.02);
}

.work-lightbox-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 250, 242, 0);
  background: linear-gradient(180deg, rgba(255, 250, 242, .08), rgba(125, 31, 47, .16));
  opacity: 0;
  transition: opacity .35s ease, border-color .35s ease;
  pointer-events: none;
}

.work-lightbox-trigger:hover::after,
.work-lightbox-trigger:focus-visible::after {
  opacity: 1;
  border-color: rgba(125, 31, 47, .5);
}

.work-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(15, 14, 13, .92);
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.work-lightbox[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.work-lightbox img {
  max-width: min(100%, 1500px);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
}

.work-lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 101;
  min-height: 42px;
  border: 1px solid rgba(255, 250, 242, .62);
  background: rgba(255, 250, 242, .12);
  color: #fffaf2;
  padding: 10px 14px;
  font: 800 .72rem/1 Montserrat, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.work-lightbox-close:hover,
.work-lightbox-close:focus-visible {
  background: #7d1f2f;
  border-color: #7d1f2f;
}

body.work-lightbox-open {
  overflow: hidden;
}

@media (max-width: 960px) {
.home-next-level .home-proof-copy {
    min-height: auto !important;
    margin-left: 0 !important;
    padding: clamp(28px, 8vw, 42px) !important;
  }
}

.home-next-level .home-proof-feature {
  min-height: 590px !important;
}

.home-next-level .home-proof-feature::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .08) 58%, rgba(0, 0, 0, .50) 100%) !important;
}

.home-next-level .home-proof-copy {
  width: calc(100% + 24px) !important;
  margin-top: 8px !important;
  margin-left: clamp(-52px, -3.8vw, -42px) !important;
  padding: 64px 56px 40px 56px !important;
}

.home-next-level .home-proof-copy .eyebrow {
  gap: 24px !important;
}

.home-next-level .home-proof-copy .eyebrow::after {
  min-width: clamp(200px, 24vw, 300px) !important;
}

.home-next-level .home-proof-copy h2 {
  margin-top: 32px !important;
  margin-left: 8px !important;
  line-height: 1.08 !important;
}

.home-next-level .home-proof-copy > p {
  margin-top: 32px !important;
  margin-left: 14px !important;
  line-height: 1.7 !important;
}

@media (max-width: 960px) {
.home-next-level .home-proof-feature {
    min-height: 520px !important;
  }

.home-next-level .home-proof-copy {
    width: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: clamp(28px, 8vw, 42px) !important;
  }
}

.home-next-level .home-proof-section {
  padding-bottom: clamp(18px, 2.8vw, 46px) !important;
}

.home-next-level .home-proof-feature {
  min-height: 608px !important;
}

.home-next-level .home-proof-feature img {
  transform: scale(1.12) !important;
  transform-origin: 54% 68% !important;
  object-position: 54% 72% !important;
}

.home-next-level .home-proof-feature::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .03) 0%, rgba(0, 0, 0, .08) 55%, rgba(0, 0, 0, .28) 100%) !important;
}

.home-next-level .home-proof-copy {
  width: calc(100% + 48px) !important;
  margin-left: clamp(-62px, -4.5vw, -52px) !important;
  padding: 64px 56px 0 56px !important;
}

.home-next-level .home-proof-copy .eyebrow::after {
  min-width: clamp(230px, 28vw, 340px) !important;
  background: rgba(111, 31, 43, .30) !important;
}

.home-next-level .home-proof-copy h2 {
  margin-top: 38px !important;
  margin-left: 16px !important;
}

.home-next-level .home-proof-copy > p {
  max-width: 380px !important;
  margin-top: 36px !important;
  margin-left: 14px !important;
}

@media (max-width: 960px) {
.home-next-level .home-proof-section {
    padding-bottom: clamp(42px, 8vw, 72px) !important;
  }

.home-next-level .home-proof-feature {
    min-height: 520px !important;
  }

.home-next-level .home-proof-feature img {
    transform: none !important;
    object-position: 58% 62% !important;
  }

.home-next-level .home-proof-copy {
    width: auto !important;
    margin-left: 0 !important;
    padding: clamp(28px, 8vw, 42px) !important;
  }
}

.home-next-level .home-proof-layout {
  grid-template-columns: minmax(380px, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(18px, 2vw, 24px) !important;
}

.home-next-level .home-proof-feature {
  min-height: 608px !important;
}

.home-next-level .home-proof-feature img {
  transform: scale(1.18) !important;
  transform-origin: 48% 76% !important;
  object-position: 48% 78% !important;
}

.home-next-level .home-proof-copy {
  width: calc(100% + 24px) !important;
  margin-top: 12px !important;
  margin-left: clamp(-48px, -3.4vw, -36px) !important;
  padding: 64px 72px 40px 72px !important;
  background: #faf7f3 !important;
}

.home-next-level .home-proof-copy h2 {
  margin-top: 38px !important;
  margin-left: 8px !important;
  line-height: 1.08 !important;
}

.home-next-level .home-proof-copy > p {
  max-width: 380px !important;
  margin-top: 42px !important;
  margin-left: 14px !important;
  line-height: 1.7 !important;
}

@media (max-width: 960px) {
.home-next-level .home-proof-layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

.home-next-level .home-proof-feature img {
    transform: none !important;
    object-position: 58% 62% !important;
  }

.home-next-level .home-proof-copy {
    width: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    padding: clamp(28px, 8vw, 42px) !important;
  }
}

.home-next-level .home-proof-copy {
  margin-top: 5px !important;
  box-shadow: none !important;
}

.home-next-level .home-proof-copy .eyebrow::after {
  min-width: clamp(250px, 30vw, 360px) !important;
  background: rgba(111, 31, 43, .345) !important;
}

.home-next-level .home-proof-copy > p {
  max-width: 400px !important;
}

.home-next-level .home-proof-section {
  padding: clamp(36px, 4vw, 56px) 0 clamp(34px, 4vw, 48px) !important;
  background: var(--warm-white) !important;
}

.home-next-level .home-proof-layout {
  display: block !important;
  width: min(1220px, calc(100% - 48px)) !important;
}

.home-next-level .home-proof-feature {
  width: min(640px, 52vw) !important;
  min-height: 190px !important;
  aspect-ratio: 3.35 / 1 !important;
  box-shadow: 0 18px 44px rgba(31, 24, 19, .08) !important;
}

.home-next-level .home-proof-feature img {
  transform: scale(1.24) !important;
  transform-origin: 48% 78% !important;
  object-position: 48% 82% !important;
}

.home-next-level .home-proof-feature::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .58) 100%) !important;
}

.home-next-level .home-proof-copy {
  display: none !important;
}

@media (max-width: 960px) {
.home-next-level .home-proof-layout {
    width: min(100% - 32px, 1220px) !important;
  }

.home-next-level .home-proof-feature {
    width: 100% !important;
    min-height: 240px !important;
  }

.home-next-level .home-proof-feature img {
    transform: scale(1.08) !important;
    object-position: 50% 70% !important;
  }
}

.home-next-level .home-proof-layout,
.home-next-level .home-trust-grid {
  width: min(1284px, calc(100% - 96px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home-next-level .home-proof-feature {
  width: min(644px, 52vw) !important;
}

.home-next-level .home-proof-section {
  padding-top: clamp(28px, 3.2vw, 42px) !important;
  padding-bottom: clamp(36px, 4vw, 46px) !important;
}

@media (max-width: 960px) {
.home-next-level .home-proof-layout,
  .home-next-level .home-trust-grid {
    width: min(100% - 32px, 1284px) !important;
  }

.home-next-level .home-proof-feature {
    width: 100% !important;
  }
}

.home-next-level .home-proof-section {
  padding-top: clamp(34px, 4vw, 56px) !important;
  padding-bottom: clamp(52px, 5.5vw, 78px) !important;
  background: var(--warm-white) !important;
}

.home-next-level .home-proof-layout {
  display: grid !important;
  grid-template-columns: minmax(360px, .92fr) minmax(360px, 1.08fr) !important;
  gap: clamp(18px, 2.4vw, 34px) !important;
  align-items: stretch !important;
  width: min(1284px, calc(100% - 96px)) !important;
}

.home-next-level .home-proof-feature {
  width: auto !important;
  min-height: 360px !important;
  aspect-ratio: auto !important;
  box-shadow: 0 18px 54px rgba(31, 24, 19, .07) !important;
}

.home-next-level .home-proof-feature img {
  width: 100% !important;
  transform: scale(1.08) !important;
  transform-origin: 48% 72% !important;
  object-position: 50% 70% !important;
}

.home-next-level .home-proof-feature::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .14) 48%, rgba(0, 0, 0, .48) 100%) !important;
}

.home-next-level .home-proof-copy {
  display: block !important;
  min-height: 360px !important;
  margin: 0 !important;
  padding: clamp(34px, 4vw, 54px) clamp(32px, 4vw, 58px) !important;
  border: 1px solid rgba(111, 31, 43, .14) !important;
  background: rgba(255, 250, 242, .82) !important;
  box-shadow: 0 18px 54px rgba(31, 24, 19, .045) !important;
}

.home-next-level .home-proof-copy .eyebrow {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  margin-bottom: 0 !important;
}

.home-next-level .home-proof-copy .eyebrow::after {
  content: "";
  flex: 1 1 auto;
  min-width: 80px !important;
  height: 1px;
  background: rgba(111, 31, 43, .24) !important;
}

.home-next-level .home-proof-copy h2 {
  max-width: 480px !important;
  margin: clamp(22px, 2.8vw, 34px) 0 0 !important;
  font-size: clamp(2.45rem, 3.55vw, 4.25rem) !important;
  line-height: 1.04 !important;
}

.home-next-level .home-proof-copy > p {
  max-width: 360px !important;
  margin: clamp(28px, 3.2vw, 44px) 0 0 !important;
  color: rgba(31, 24, 19, .78) !important;
  font-size: clamp(1rem, 1.05vw, 1.12rem) !important;
  line-height: 1.65 !important;
}

@media (max-width: 960px) {
.home-page .home-start-grid,
  .home-next-level .home-proof-layout {
    grid-template-columns: 1fr !important;
    width: min(100% - 32px, 1284px) !important;
  }

.home-next-level .home-proof-feature,
  .home-next-level .home-proof-copy {
    min-height: 0 !important;
  }

.home-next-level .home-proof-feature {
    min-height: 250px !important;
  }
}

@media (max-width: 560px) {
.home-next-level .home-proof-copy {
    padding: 28px !important;
  }
}

.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
  font-size: calc(.52em + 1px) !important;
}

@media (max-width: 960px) {
.home-page .home-award-hero-copy h1 .hero-line:not(.hero-line-trust) {
    font-size: calc(.68em + 1px) !important;
  }
}

.home-next-level .home-award-hero + .home-proof-section {
  padding-top: clamp(26px, 3vw, 42px) !important;
}

.services-page .simple-choice-grid {
  align-items: stretch !important;
}

.services-page .simple-choice-card {
  border-color: rgba(70, 48, 35, .13) !important;
  box-shadow: 0 14px 34px rgba(31, 24, 19, .08) !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.services-page .simple-choice-card:hover,
.services-page .simple-choice-card:focus-visible {
  border-color: rgba(46, 42, 37, .34) !important;
  box-shadow: 0 18px 42px rgba(31, 24, 19, .12) !important;
  transform: translateY(-3px) !important;
}

.services-page .simple-choice-card.is-selected {
  border-color: rgba(46, 42, 37, .82) !important;
  box-shadow: 0 24px 58px rgba(31, 24, 19, .18) !important;
  transform: none !important;
}

.services-page .simple-choice-card.is-selected::after {
  display: none !important;
}

.services-page .simple-choice-card .choice-number {
  border-color: rgba(255, 250, 242, .48) !important;
  background: rgba(31, 24, 19, .22) !important;
  color: #fffaf2 !important;
}

.services-page .simple-choice-card.is-selected .choice-number {
  border-color: #2e2a25 !important;
  background: #2e2a25 !important;
  color: #fffaf2 !important;
}

.services-page .simple-choice-card .choice-selected {
  display: none !important;
}

.services-page .simple-choice-card.is-selected .choice-selected {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  padding: 9px 13px;
  background: #2e2a25;
  color: #fffaf2;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(31, 24, 19, .18);
}

.services-page .simple-choice-card.is-selected .choice-selected::before {
  content: "?";
  margin-right: 8px;
  font-size: .78rem;
  line-height: 1;
}

.services-page .simple-choice-card .decision-card-copy {
  padding-bottom: 0 !important;
}

.services-page .simple-choice-card .choice-action {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  margin: 18px calc(clamp(16px, 1.65vw, 21px) * -1) 0 !important;
  padding: 0 clamp(16px, 1.65vw, 21px);
  border-top: 1px solid rgba(70, 48, 35, .14);
  color: #6f1f2b !important;
  font-size: .72rem !important;
  font-weight: 800;
  letter-spacing: .14em !important;
  text-transform: uppercase;
}

.services-page .simple-choice-card .choice-action::after {
  content: "?" !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  font-size: .95rem;
  line-height: 1;
}

.services-page .simple-choice-card.is-selected .choice-action {
  margin-top: 18px !important;
  border-top-color: #2e2a25 !important;
  background: #2e2a25;
  color: #fffaf2 !important;
}

.services-page .simple-choice-card.is-selected .choice-action::after {
  content: "?" !important;
}

.services-page .selected-pathway-diagnostic {
  position: relative;
  grid-template-columns: minmax(180px, .42fr) minmax(320px, 1fr) auto !important;
  gap: clamp(20px, 3vw, 44px) !important;
  align-items: center !important;
  margin-top: 18px !important;
  padding: clamp(24px, 3vw, 38px) clamp(26px, 3.6vw, 48px) !important;
  border: 1px solid rgba(46, 42, 37, .28) !important;
  border-top: 4px solid #2e2a25 !important;
  background: rgba(255, 250, 242, .86) !important;
  box-shadow: 0 20px 54px rgba(31, 24, 19, .075) !important;
}

.services-page .selected-pathway-diagnostic::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  width: 1px;
  height: 23px;
  background: #2e2a25;
}

.services-page .selected-pathway-diagnostic h2 {
  color: #151412 !important;
  font-size: clamp(2rem, 3vw, 3.25rem) !important;
  line-height: 1 !important;
}

.services-page .selected-guidance {
  display: block !important;
}

.services-page .selected-guidance p {
  max-width: 500px;
  margin: 0 !important;
  color: rgba(31, 24, 19, .82) !important;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem) !important;
  line-height: 1.58 !important;
}

.services-page .selected-pathway-diagnostic .button {
  min-height: 52px !important;
  padding: 15px 24px !important;
  background: #151412 !important;
  border-color: #151412 !important;
  color: #fffaf2 !important;
}

@media (max-width: 900px) {
.services-page .selected-pathway-diagnostic {
    grid-template-columns: 1fr !important;
    margin-top: 16px !important;
  }

.services-page .selected-pathway-diagnostic::before {
    left: 32px;
  }

.services-page .selected-pathway-diagnostic .button {
    width: 100%;
  }
}

.services-page .simple-choice-card.is-selected .choice-selected::before {
  content: "" !important;
  margin-right: 0 !important;
}

.services-page .simple-choice-card .choice-action::after {
  content: ">" !important;
}

.services-page .simple-choice-card.is-selected .choice-action::after {
  content: "v" !important;
}

.services-page .simple-choice-card.is-selected .choice-selected {
  top: 16px !important;
  right: 16px !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 88px) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(255, 250, 242, .18) !important;
  background: rgba(46, 42, 37, .94) !important;
  color: #fffaf2 !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.services-page .simple-choice-card.is-selected .choice-selected::before {
  content: none !important;
}

.services-page .pathway-selection-stage {
  padding: clamp(14px, 1.7vw, 24px) !important;
  border: 1px solid rgba(70, 48, 35, .16);
  background: rgba(255, 250, 242, .42);
  box-shadow: 0 22px 70px rgba(31, 24, 19, .07);
}

.services-page .pathway-selection-stage .simple-choice-grid {
  width: 100% !important;
  gap: clamp(12px, 1.4vw, 18px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  box-shadow: 0 14px 32px rgba(31, 24, 19, .075) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  border-color: rgba(46, 42, 37, .88) !important;
  border-width: 2px !important;
  box-shadow: 0 26px 62px rgba(31, 24, 19, .18) !important;
  transform: translateY(-6px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  filter: sepia(.06) saturate(1.02) contrast(1.04) brightness(.98) !important;
}

.services-page .pathway-selection-stage .simple-choice-card:hover img,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible img,
.services-page .pathway-selection-stage .simple-choice-card.is-selected img {
  filter: sepia(.04) saturate(1.08) contrast(1.08) brightness(.96) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  width: 100% !important;
  margin-top: -2px !important;
  padding: clamp(26px, 3vw, 38px) clamp(28px, 3.6vw, 48px) !important;
  border-color: rgba(70, 48, 35, .20) !important;
  border-top: 4px solid #2e2a25 !important;
  background: rgba(255, 250, 242, .74) !important;
  box-shadow: none !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic::before {
  top: -18px !important;
  height: 18px !important;
  background: #2e2a25 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic h2 {
  font-size: clamp(2.05rem, 2.7vw, 3rem) !important;
}

.services-page .pathway-selection-stage .selected-guidance p {
  max-width: 560px !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  justify-self: end;
  width: auto !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 13px 20px !important;
  font-size: .68rem !important;
}

@media (max-width: 900px) {
.services-page .pathway-selection-stage {
    width: min(100% - 32px, var(--max)) !important;
    padding: 12px !important;
  }

.services-page .pathway-selection-stage .simple-choice-grid {
    grid-template-columns: 1fr !important;
  }

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
    transform: none !important;
  }

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
    margin-top: 0 !important;
  }

.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
    justify-self: stretch;
    width: 100% !important;
  }
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  transform: none !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  margin-top: -1px !important;
}

.services-page .services-intro-inner {
  grid-template-columns: 1fr !important;
}

.services-page .services-intro h1 {
  max-width: none !important;
  white-space: nowrap !important;
  font-size: clamp(2.55rem, 4.4vw, 4.85rem) !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
.services-page .services-intro h1 {
    font-size: clamp(1.9rem, 8.5vw, 3rem) !important;
  }
}

.services-page .services-intro {
  padding-top: clamp(8px, 1vw, 16px) !important;
  padding-bottom: clamp(4px, .8vw, 12px) !important;
}

.services-page .services-intro h1 {
  color: rgba(21, 20, 18, .90) !important;
  font-size: clamp(2.45rem, 4vw, 4.45rem) !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
}

.services-page .services-decision-section {
  padding-top: clamp(8px, 1.2vw, 18px) !important;
}

.services-page .pathway-selection-stage {
  padding: clamp(10px, 1.25vw, 18px) !important;
  border-color: rgba(70, 48, 35, .10) !important;
  background: rgba(255, 250, 242, .24) !important;
  box-shadow: 0 16px 52px rgba(31, 24, 19, .045) !important;
}

.services-page .pathway-selection-stage .simple-choice-grid {
  gap: clamp(14px, 1.45vw, 20px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  background: rgba(255, 250, 242, .92) !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  height: clamp(190px, 15vw, 238px) !important;
  filter: sepia(.04) saturate(1.06) contrast(1.07) brightness(.97) !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  padding: clamp(20px, 2vw, 28px) clamp(20px, 2.1vw, 30px) 0 !important;
}

.services-page .pathway-selection-stage .decision-card .eyebrow {
  margin-bottom: clamp(16px, 1.5vw, 22px) !important;
  color: rgba(111, 31, 43, .88) !important;
  font-size: .72rem !important;
  letter-spacing: .17em !important;
}

.services-page .pathway-selection-stage .decision-card h2 {
  color: #151412 !important;
  font-size: clamp(2.45rem, 3.55vw, 4.35rem) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
}

.services-page .pathway-selection-stage .decision-card-copy > p {
  min-height: 3.25em !important;
  max-width: 360px;
  margin-top: clamp(18px, 1.65vw, 24px) !important;
  color: rgba(31, 24, 19, .70) !important;
  font-size: .98rem !important;
  line-height: 1.6 !important;
}

.services-page .pathway-selection-stage .choice-action {
  min-height: 54px !important;
  margin-top: clamp(22px, 2vw, 30px) !important;
  color: #6f1f2b !important;
  letter-spacing: .16em !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-action {
  background: #2e2a25 !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  grid-template-columns: minmax(180px, .36fr) minmax(340px, 1fr) auto !important;
  padding-top: clamp(24px, 2.7vw, 36px) !important;
  padding-bottom: clamp(24px, 2.7vw, 36px) !important;
  background: rgba(255, 250, 242, .66) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic h2 {
  color: #151412 !important;
  font-size: clamp(2.45rem, 3.15vw, 3.55rem) !important;
  font-weight: 500 !important;
}

.services-page .pathway-selection-stage .selected-guidance p {
  max-width: 520px !important;
  color: rgba(31, 24, 19, .72) !important;
  font-size: clamp(.98rem, 1.04vw, 1.08rem) !important;
  line-height: 1.62 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  min-height: 42px !important;
  padding: 12px 18px !important;
  font-size: .64rem !important;
}

@media (max-width: 900px) {
.services-page .services-intro h1 {
    white-space: normal !important;
    font-size: clamp(2.15rem, 9vw, 3.3rem) !important;
  }

.services-page .pathway-selection-stage .decision-card-copy > p {
    min-height: 0 !important;
  }

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
    grid-template-columns: 1fr !important;
  }
}

.services-page .services-intro,
.services-page .services-decision-section {
  background:
    linear-gradient(180deg, rgba(21, 20, 18, .94), rgba(28, 25, 22, .965)),
    var(--marble) center top / cover no-repeat,
    #151412 !important;
}

.services-page .services-intro {
  padding-top: clamp(22px, 2.6vw, 42px) !important;
  padding-bottom: clamp(10px, 1.2vw, 18px) !important;
  border-top: 1px solid rgba(111, 31, 43, .58);
}

.services-page .services-intro::after {
  background: rgba(126, 45, 31, .72) !important;
}

.services-page .services-intro h1 {
  color: #fffaf2 !important;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .20);
}

.services-page .services-decision-section {
  padding-top: clamp(8px, 1vw, 16px) !important;
  padding-bottom: clamp(58px, 5.8vw, 92px) !important;
}

.services-page .pathway-selection-stage {
  border-color: rgba(255, 250, 242, .16) !important;
  border-top-color: rgba(126, 45, 31, .70) !important;
  background: rgba(255, 250, 242, .055) !important;
  box-shadow: 0 26px 86px rgba(0, 0, 0, .22) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  border-color: rgba(255, 250, 242, .18) !important;
  background: #fffaf2 !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .18) !important;
}

.services-page .pathway-selection-stage .simple-choice-card:hover,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible {
  border-color: rgba(126, 45, 31, .62) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  border-color: #2e2a25 !important;
  box-shadow: 0 30px 78px rgba(0, 0, 0, .30) !important;
}

.services-page .pathway-selection-stage .simple-choice-card .choice-number {
  border-color: rgba(255, 250, 242, .46) !important;
  background: rgba(111, 31, 43, .74) !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-number {
  border-color: #2e2a25 !important;
  background: #2e2a25 !important;
}

.services-page .pathway-selection-stage .decision-card .eyebrow,
.services-page .pathway-selection-stage .choice-action {
  color: #7d1f2f !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-action,
.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected,
.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  background: #2e2a25 !important;
  border-color: #2e2a25 !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  border-color: rgba(255, 250, 242, .18) !important;
  border-top-color: #2e2a25 !important;
  background: #fffaf2 !important;
  box-shadow: none !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic::before {
  background: #2e2a25 !important;
}

@media (max-width: 900px) {
.services-page .services-intro,
  .services-page .services-decision-section {
    background:
      linear-gradient(180deg, rgba(21, 20, 18, .95), rgba(28, 25, 22, .97)),
      #151412 !important;
  }
}

.services-page .services-intro,
.services-page .services-decision-section {
  background:
    linear-gradient(180deg, rgba(33, 28, 24, .94), rgba(36, 29, 25, .965)),
    linear-gradient(135deg, rgba(125, 31, 47, .20), rgba(125, 31, 47, .055) 42%, rgba(33, 28, 24, .02)),
    var(--marble) center top / cover no-repeat,
    #211c18 !important;
}

.services-page .services-intro {
  border-top-color: rgba(125, 31, 47, .62) !important;
}

.services-page .services-intro::after {
  background: rgba(125, 31, 47, .78) !important;
}

.services-page .services-intro h1 {
  color: #fffaf2 !important;
  text-shadow: 0 16px 38px rgba(0, 0, 0, .22) !important;
}

.services-page .services-decision-section {
  padding-bottom: clamp(66px, 6.2vw, 104px) !important;
  border-bottom: 1px solid rgba(125, 31, 47, .54) !important;
}

.services-page .pathway-selection-stage {
  border-color: rgba(255, 250, 242, .105) !important;
  border-top-color: rgba(125, 31, 47, .74) !important;
  background: rgba(255, 250, 242, .035) !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, .18) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  border-color: rgba(255, 250, 242, .20) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, .16) !important;
}

.services-page .pathway-selection-stage .simple-choice-card:hover,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible {
  border-color: rgba(125, 31, 47, .66) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  border-color: #2e2a25 !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .26) !important;
}

.services-page .pathway-selection-stage .simple-choice-card .choice-number {
  background: rgba(125, 31, 47, .84) !important;
  border-color: rgba(255, 250, 242, .42) !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-number {
  background: #2e2a25 !important;
  border-color: #2e2a25 !important;
}

.services-page .pathway-selection-stage .decision-card .eyebrow,
.services-page .pathway-selection-stage .choice-action {
  color: #7d1f2f !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  background: #7d1f2f !important;
  border-color: #7d1f2f !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-action,
.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  background: #2e2a25 !important;
  border-color: #2e2a25 !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  border-color: rgba(255, 250, 242, .16) !important;
  border-top-color: #7d1f2f !important;
  background: #fffaf2 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic::before {
  background: #7d1f2f !important;
}

@media (max-width: 900px) {
.services-page .services-intro,
  .services-page .services-decision-section {
    background:
      linear-gradient(180deg, rgba(33, 28, 24, .95), rgba(36, 29, 25, .97)),
      linear-gradient(135deg, rgba(125, 31, 47, .18), rgba(125, 31, 47, .05)),
      #211c18 !important;
  }
}

.services-page .services-intro,
.services-page .services-decision-section {
  background:
    linear-gradient(180deg, rgba(18, 18, 16, .76), rgba(20, 18, 16, .90)),
    linear-gradient(90deg, rgba(18, 18, 16, .88), rgba(18, 18, 16, .60) 46%, rgba(18, 18, 16, .88)),
    url("assets/photos/web/hero-wide-property.jpg") center center / cover no-repeat,
    #151412 !important;
}

.services-page .services-intro {
  padding-top: clamp(42px, 4.8vw, 78px) !important;
  padding-bottom: clamp(20px, 2.2vw, 34px) !important;
  border-top: 1px solid rgba(125, 31, 47, .62) !important;
}

.services-page .services-intro-inner {
  display: block !important;
  text-align: center !important;
}

.services-page .services-intro h1 {
  margin: 0 !important;
  color: #fffaf2 !important;
  font-size: clamp(3.4rem, 5.25vw, 6.2rem) !important;
  line-height: .96 !important;
  font-weight: 500 !important;
  text-shadow: 0 20px 52px rgba(0, 0, 0, .40) !important;
}

.services-page .services-intro p {
  margin: clamp(14px, 1.4vw, 20px) auto 0 !important;
  max-width: 520px !important;
  color: rgba(255, 250, 242, .86) !important;
  font-family: var(--sans) !important;
  font-size: clamp(1.04rem, 1.18vw, 1.28rem) !important;
  line-height: 1.42 !important;
  letter-spacing: .01em !important;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .42) !important;
}

.services-page .services-decision-section {
  padding-top: clamp(10px, 1.2vw, 18px) !important;
  padding-bottom: clamp(72px, 7vw, 120px) !important;
  border-bottom: 1px solid rgba(246, 227, 206, .62) !important;
}

.services-page .pathway-selection-stage {
  padding: clamp(10px, 1.05vw, 16px) !important;
  border: 1px solid rgba(255, 250, 242, .13) !important;
  border-top-color: rgba(255, 250, 242, .22) !important;
  background: rgba(18, 18, 16, .18) !important;
  box-shadow: 0 28px 92px rgba(0, 0, 0, .30) !important;
}

.services-page .pathway-selection-stage .services-decision-grid {
  gap: clamp(18px, 1.55vw, 26px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  background: #fffaf2 !important;
  border-color: rgba(255, 250, 242, .24) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .22) !important;
}

.services-page .pathway-selection-stage .simple-choice-card:hover,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible {
  border-color: rgba(255, 250, 242, .46) !important;
  box-shadow: 0 24px 62px rgba(0, 0, 0, .30) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  border-color: rgba(255, 250, 242, .58) !important;
  box-shadow: 0 30px 74px rgba(0, 0, 0, .36) !important;
}

.services-page .pathway-selection-stage .simple-choice-card .choice-number,
.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  background: #7d1f2f !important;
  border-color: #7d1f2f !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-number {
  background: #2e2a25 !important;
  border-color: #2e2a25 !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  padding-top: clamp(26px, 2.35vw, 36px) !important;
  padding-bottom: clamp(24px, 2.25vw, 34px) !important;
}

.services-page .pathway-selection-stage .decision-card .eyebrow,
.services-page .pathway-selection-stage .choice-action {
  color: #7d1f2f !important;
}

.services-page .pathway-selection-stage .choice-action {
  min-height: 56px !important;
  margin-top: clamp(22px, 2vw, 30px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-action {
  background: #2e2a25 !important;
  border-color: #2e2a25 !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  border-color: rgba(255, 250, 242, .24) !important;
  border-top: 3px solid #7d1f2f !important;
  background: #fffaf2 !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .20) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic::before {
  background: #7d1f2f !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  background: #7d1f2f !important;
  border-color: #7d1f2f !important;
  color: #fffaf2 !important;
}

@media (max-width: 900px) {
.services-page .services-intro,
  .services-page .services-decision-section {
    background:
      linear-gradient(180deg, rgba(18, 18, 16, .78), rgba(20, 18, 16, .92)),
      url("assets/photos/web/hero-wide-property.jpg") center top / cover no-repeat,
      #151412 !important;
  }

.services-page .services-intro {
    padding-top: clamp(34px, 11vw, 58px) !important;
    padding-bottom: clamp(18px, 6vw, 28px) !important;
  }

.services-page .services-intro h1 {
    white-space: normal !important;
    font-size: clamp(2.35rem, 10vw, 3.75rem) !important;
  }

.services-page .services-intro p {
    font-size: 1rem !important;
  }
}

.services-page main {
  background:
    linear-gradient(180deg, rgba(14, 15, 13, .70), rgba(16, 16, 14, .86) 38%, rgba(17, 16, 14, .94) 100%),
    linear-gradient(90deg, rgba(10, 11, 10, .88), rgba(10, 11, 10, .46) 45%, rgba(10, 11, 10, .86)),
    url("assets/photos/web/start-here-hero-img-4212.jpg") center 46% / cover no-repeat,
    #11100f !important;
}

.services-page .services-intro,
.services-page .services-decision-section {
  background: transparent !important;
}

.services-page .services-intro::after {
  display: none !important;
}

.services-page .services-intro {
  padding-top: clamp(46px, 5vw, 76px) !important;
  padding-bottom: clamp(26px, 2.6vw, 42px) !important;
  border-top: 1px solid rgba(125, 31, 47, .58) !important;
}

.services-page .services-intro-inner {
  display: block !important;
  max-width: 1180px !important;
  text-align: center !important;
}

.services-page .services-intro h1 {
  max-width: none !important;
  margin: 0 auto !important;
  color: #fffaf2 !important;
  font-size: clamp(3.35rem, 5.45vw, 6.35rem) !important;
  line-height: .95 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  text-shadow: 0 22px 54px rgba(0, 0, 0, .52) !important;
}

.services-page .services-intro p {
  margin: clamp(16px, 1.45vw, 22px) auto 0 !important;
  max-width: 560px !important;
  color: rgba(255, 250, 242, .88) !important;
  font-family: var(--sans) !important;
  font-size: clamp(1.06rem, 1.22vw, 1.28rem) !important;
  line-height: 1.36 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 12px 30px rgba(0, 0, 0, .48) !important;
}

.services-page .services-decision-section {
  padding-top: 0 !important;
  padding-bottom: clamp(88px, 8vw, 132px) !important;
  border-bottom: 0 !important;
}

.services-page .pathway-selection-stage {
  max-width: min(1054px, calc(100vw - 56px)) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.services-page .pathway-selection-stage .services-decision-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.25vw, 22px) !important;
  align-items: stretch !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  background: #fffaf2 !important;
  border: 1px solid rgba(255, 250, 242, .34) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .32) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  border: 1px solid rgba(255, 250, 242, .72) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .40) !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  height: clamp(180px, 12.8vw, 220px) !important;
  filter: contrast(1.04) saturate(1.04) !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  min-height: clamp(258px, 20vw, 310px) !important;
  padding: clamp(24px, 2.05vw, 32px) clamp(28px, 2.4vw, 34px) 0 !important;
}

.services-page .pathway-selection-stage .decision-card .eyebrow {
  margin: 0 0 clamp(18px, 1.45vw, 24px) !important;
  color: #7d1f2f !important;
  font-size: .68rem !important;
  letter-spacing: .18em !important;
}

.services-page .pathway-selection-stage .decision-card h2 {
  margin: 0 0 clamp(18px, 1.45vw, 24px) !important;
  color: #151412 !important;
  font-size: clamp(2.85rem, 3.7vw, 4.25rem) !important;
  line-height: .96 !important;
}

.services-page .pathway-selection-stage .decision-card-copy > p {
  min-height: 3.1em !important;
  margin: 0 0 clamp(28px, 2.4vw, 36px) !important;
  color: rgba(31, 24, 19, .76) !important;
  font-size: clamp(.92rem, .96vw, 1rem) !important;
  line-height: 1.5 !important;
}

.services-page .pathway-selection-stage .choice-action {
  min-height: 50px !important;
  margin: auto calc(clamp(28px, 2.4vw, 34px) * -1) 0 !important;
  padding: 0 clamp(28px, 2.4vw, 34px) !important;
  border-top: 0 !important;
  background: #151412 !important;
  color: #fffaf2 !important;
  letter-spacing: .18em !important;
}

.services-page .pathway-selection-stage .choice-action::after {
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .simple-choice-card .choice-number {
  top: 18px !important;
  left: 18px !important;
  background: #7d1f2f !important;
  border-color: rgba(255, 250, 242, .34) !important;
  color: #fffaf2 !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-number {
  background: #2e2a25 !important;
  border-color: #2e2a25 !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  top: 18px !important;
  right: 18px !important;
  height: 30px !important;
  padding: 0 15px !important;
  background: #7d1f2f !important;
  border-color: #7d1f2f !important;
  color: #fffaf2 !important;
  font-size: .58rem !important;
  letter-spacing: .16em !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  display: grid !important;
  grid-template-columns: minmax(150px, .32fr) minmax(320px, 1fr) auto !important;
  gap: clamp(28px, 4vw, 70px) !important;
  align-items: center !important;
  margin-top: 16px !important;
  padding: clamp(24px, 2.4vw, 34px) clamp(30px, 3vw, 48px) !important;
  border: 0 !important;
  border-top: 0 !important;
  background: #fffaf2 !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic::before {
  display: none !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic h2 {
  color: #151412 !important;
  font-size: clamp(2.2rem, 2.9vw, 3.15rem) !important;
  line-height: 1 !important;
}

.services-page .pathway-selection-stage .selected-guidance p {
  max-width: 520px !important;
  color: rgba(31, 24, 19, .76) !important;
  font-size: clamp(.92rem, .98vw, 1.02rem) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  min-height: 42px !important;
  padding: 12px 24px !important;
  background: #7d1f2f !important;
  border-color: #7d1f2f !important;
  color: #fffaf2 !important;
  font-size: .62rem !important;
}

@media (max-width: 1100px) {
.services-page .services-intro h1 {
    white-space: normal !important;
  }
}

@media (max-width: 900px) {
.services-page main {
    background:
      linear-gradient(180deg, rgba(14, 15, 13, .72), rgba(17, 16, 14, .93)),
      url("assets/photos/web/hero-home.jpg") center top / cover no-repeat,
      #11100f !important;
  }

.services-page .services-intro {
    padding-top: 38px !important;
    padding-bottom: 24px !important;
  }

.services-page .services-intro h1 {
    font-size: clamp(2.45rem, 10.4vw, 3.8rem) !important;
    white-space: normal !important;
  }

.services-page .services-intro p {
    font-size: 1rem !important;
  }

.services-page .pathway-selection-stage {
    max-width: calc(100vw - 28px) !important;
  }

.services-page .pathway-selection-stage .services-decision-grid,
  .services-page .pathway-selection-stage .selected-pathway-diagnostic {
    grid-template-columns: 1fr !important;
  }

.services-page .pathway-selection-stage .simple-choice-card img {
    height: clamp(210px, 52vw, 280px) !important;
  }
}

.services-page main {
  min-height: calc(100vh - 88px) !important;
}

.services-page .services-intro {
  padding-top: clamp(32px, 3.6vw, 56px) !important;
  padding-bottom: clamp(18px, 1.8vw, 28px) !important;
}

.services-page .services-intro h1 {
  font-size: clamp(3.05rem, 4.65vw, 5.45rem) !important;
  line-height: .94 !important;
}

.services-page .services-intro p {
  margin-top: clamp(10px, 1vw, 15px) !important;
  font-size: clamp(.98rem, 1.05vw, 1.12rem) !important;
  line-height: 1.34 !important;
}

.services-page .services-decision-section {
  padding-bottom: clamp(56px, 5vw, 82px) !important;
}

.services-page .pathway-selection-stage {
  max-width: min(1050px, calc(100vw - 64px)) !important;
}

.services-page .pathway-selection-stage .services-decision-grid {
  gap: clamp(14px, 1.25vw, 20px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  height: clamp(404px, 43.5vh, 448px) !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  flex: 0 0 auto !important;
  height: clamp(158px, 16.4vh, 188px) !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: clamp(20px, 1.8vw, 27px) clamp(24px, 2.1vw, 30px) 0 !important;
}

.services-page .pathway-selection-stage .decision-card .eyebrow {
  margin-bottom: clamp(13px, 1.05vw, 18px) !important;
  font-size: .64rem !important;
  letter-spacing: .17em !important;
}

.services-page .pathway-selection-stage .decision-card h2 {
  margin-bottom: clamp(13px, 1.1vw, 18px) !important;
  font-size: clamp(2.45rem, 3.08vw, 3.45rem) !important;
  line-height: .96 !important;
}

.services-page .pathway-selection-stage .decision-card-copy > p {
  min-height: 0 !important;
  margin-bottom: clamp(18px, 1.7vw, 26px) !important;
  font-size: clamp(.86rem, .9vw, .95rem) !important;
  line-height: 1.42 !important;
}

.services-page .pathway-selection-stage .choice-action {
  min-height: 46px !important;
  margin: auto calc(clamp(24px, 2.1vw, 30px) * -1) 0 !important;
  padding: 0 clamp(24px, 2.1vw, 30px) !important;
  font-size: .62rem !important;
}

.services-page .pathway-selection-stage .simple-choice-card .choice-number {
  top: 15px !important;
  left: 15px !important;
  width: 39px !important;
  height: 39px !important;
  font-size: .64rem !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  top: 15px !important;
  right: 15px !important;
  height: 28px !important;
  padding: 0 13px !important;
  font-size: .54rem !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  min-height: 84px !important;
  margin-top: 14px !important;
  padding: clamp(18px, 1.8vw, 24px) clamp(28px, 2.7vw, 44px) !important;
  grid-template-columns: minmax(220px, .34fr) minmax(300px, 1fr) auto !important;
  gap: clamp(24px, 3.5vw, 60px) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic h2 {
  font-size: clamp(2rem, 2.35vw, 2.7rem) !important;
  line-height: .98 !important;
}

.services-page .pathway-selection-stage .selected-guidance p {
  font-size: clamp(.88rem, .92vw, .98rem) !important;
  line-height: 1.45 !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic .button {
  min-height: 40px !important;
  padding: 11px 22px !important;
  font-size: .58rem !important;
}

@media (min-width: 1200px) and (max-height: 850px) {
.services-page .services-intro {
    padding-top: 28px !important;
    padding-bottom: 16px !important;
  }

.services-page .services-intro h1 {
    font-size: clamp(3rem, 4.2vw, 4.9rem) !important;
  }

.services-page .pathway-selection-stage .simple-choice-card {
    height: 398px !important;
  }

.services-page .pathway-selection-stage .simple-choice-card img {
    height: 154px !important;
  }
}

@media (max-width: 900px) {
.services-page .pathway-selection-stage .simple-choice-card {
    height: auto !important;
    min-height: 0 !important;
  }

.services-page .pathway-selection-stage .decision-card-copy {
    min-height: 260px !important;
  }

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
    grid-template-columns: 1fr !important;
  }
}

.services-page main {
  background:
    radial-gradient(ellipse at 48% 18%, rgba(255, 250, 242, .13) 0%, rgba(255, 250, 242, .06) 22%, rgba(17, 16, 14, 0) 48%),
    linear-gradient(180deg, rgba(14, 15, 13, .66), rgba(16, 16, 14, .85) 38%, rgba(17, 16, 14, .94) 100%),
    linear-gradient(90deg, rgba(10, 11, 10, .90), rgba(10, 11, 10, .42) 46%, rgba(10, 11, 10, .88)),
    url("assets/photos/web/start-here-hero-img-4212.jpg") center 46% / cover no-repeat,
    #11100f !important;
}

.services-page .services-intro {
  padding-top: clamp(34px, 3.8vw, 58px) !important;
  padding-bottom: clamp(30px, 2.9vw, 46px) !important;
}

.services-page .services-intro-inner {
  max-width: 1120px !important;
  text-align: center !important;
  transform: none !important;
}

.services-page .services-intro h1 {
  font-size: clamp(3.05rem, 4.55vw, 5.35rem) !important;
}

.services-page .services-intro p {
  margin-top: clamp(13px, 1.25vw, 18px) !important;
  color: rgba(255, 250, 242, .94) !important;
  font-size: clamp(1.05rem, 1.16vw, 1.22rem) !important;
  line-height: 1.5 !important;
}

.services-page .pathway-selection-stage .services-decision-grid {
  margin-top: 0 !important;
}

.services-page .pathway-selection-stage .simple-choice-card,
.services-page .pathway-selection-stage .simple-choice-card.is-selected,
.services-page .pathway-selection-stage .simple-choice-card:hover,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible {
  border-color: transparent !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  box-shadow: 0 22px 60px rgba(0, 0, 0, .30) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected {
  box-shadow: 0 30px 74px rgba(0, 0, 0, .38) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  height: 27px !important;
  padding: 0 12px !important;
  letter-spacing: .15em !important;
}

@media (min-width: 1200px) and (max-height: 850px) {
.services-page .services-intro {
    padding-top: 30px !important;
    padding-bottom: 32px !important;
  }
}

@media (max-width: 900px) {
.services-page .services-intro-inner {
    transform: none !important;
  }
}

@media (max-width: 900px) {
.services-page .pathway-selection-stage .simple-choice-card img {
    height: clamp(200px, 46vw, 230px) !important;
  }

.services-page .pathway-selection-stage .decision-card-copy {
    min-height: 176px !important;
    padding: 18px 22px 0 !important;
  }

.services-page .pathway-selection-stage .decision-card .eyebrow {
    margin-bottom: 10px !important;
  }

.services-page .pathway-selection-stage .decision-card h2 {
    margin-bottom: 10px !important;
  }

.services-page .pathway-selection-stage .decision-card-copy > p {
    margin-bottom: 14px !important;
  }

.services-page .pathway-selection-stage .choice-action {
    min-height: 44px !important;
    margin-left: -22px !important;
    margin-right: -22px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

.services-page .pathway-selection-stage .services-decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.services-page .pathway-selection-stage .simple-choice-card {
  height: auto !important;
  min-height: clamp(520px, 58vh, 620px) !important;
  overflow: visible !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  height: clamp(176px, 18vh, 220px) !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  min-height: 300px !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

.services-page .pathway-selection-stage .decision-card h2 {
  font-size: clamp(2.1rem, 2.7vw, 3.12rem) !important;
}

.services-page .pathway-selection-stage .decision-card-copy > p {
  min-height: 0 !important;
  overflow: visible !important;
  font-size: clamp(.92rem, .98vw, 1rem) !important;
  line-height: 1.52 !important;
}

@media (max-width: 700px) {
.services-page .pathway-selection-stage .services-decision-grid {
    grid-template-columns: 1fr !important;
  }

.services-page .pathway-selection-stage .simple-choice-card {
    min-height: 0 !important;
  }

.services-page .pathway-selection-stage .decision-card-copy {
    min-height: 176px !important;
  }
}

.services-page .pathway-selection-stage .simple-choice-card,
.services-page .pathway-selection-stage .simple-choice-card.is-selected,
.services-page .pathway-selection-stage .simple-choice-card:hover,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: clamp(500px, 54vh, 580px) !important;
  overflow: hidden !important;
  transform: none !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  flex: 0 0 auto !important;
  height: clamp(190px, 20vh, 230px) !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  padding: clamp(22px, 2.2vw, 30px) clamp(24px, 2.4vw, 34px) 0 !important;
  overflow: visible !important;
}

.services-page .pathway-selection-stage .choice-action {
  min-height: 50px !important;
  margin: auto calc(clamp(24px, 2.4vw, 34px) * -1) 0 !important;
  padding: 0 clamp(24px, 2.4vw, 34px) !important;
}

.form-helper-copy {
  display: block;
  margin-top: 7px;
  color: rgba(31, 24, 19, .58);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.work-proof-triptych {
  width: min(100%, 1180px) !important;
}

.work-proof-page,
.work-proof-page main,
.work-proof-feature-opening {
  overflow-x: clip;
}

@media (max-width: 860px) {
.services-page .pathway-selection-stage .simple-choice-card,
  .services-page .pathway-selection-stage .simple-choice-card.is-selected {
    min-height: 0 !important;
  }
}

.services-page .pathway-selection-stage .simple-choice-card .choice-action,
.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-action {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  margin-left: calc(clamp(24px, 2.4vw, 34px) * -1) !important;
  margin-right: calc(clamp(24px, 2.4vw, 34px) * -1) !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  bottom: auto !important;
}

.home-page .home-hero-pathways {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.home-page .home-hero-pathways a {
  display: flex !important;
  min-height: 78px !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 17px 22px !important;
}

.home-page .home-hero-pathways a:nth-of-type(2) {
  border-right: 0 !important;
}

.home-page .home-hero-pathways span {
  margin-bottom: 0 !important;
  color: #d89f83 !important;
  font-size: .68rem !important;
  font-weight: 800 !important;
  letter-spacing: .15em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.home-page .home-hero-pathways strong {
  font-family: var(--serif) !important;
  font-size: clamp(1.22rem, 1.5vw, 1.82rem) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
}

@media (max-width: 960px) {
.home-page .home-hero-pathways {
    grid-template-columns: 1fr !important;
  }

.home-page .home-hero-pathways a {
    min-height: 70px !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 250, 240, .18) !important;
  }
}

@media (max-width: 560px) {
.home-page .home-hero-pathways a {
    min-height: 66px !important;
    padding: 14px 16px !important;
  }
}

.home-page .home-hero-pathways strong::after {
  content: "\2192";
  display: inline-block;
  margin-left: .42em;
  color: rgba(255, 250, 240, .62);
  font-family: var(--sans);
  font-size: .72em;
  font-weight: 500;
  transform: translateY(-.03em);
  transition: color .18s ease, transform .18s ease;
}

.home-page .home-hero-pathways a:hover strong::after,
.home-page .home-hero-pathways a:focus-visible strong::after {
  color: #d89f83;
  transform: translate(.12em, -.03em);
}

@media (max-width: 640px) {
.site-header::after {
    height: 4px !important;
  }
}

.home-page .home-hero-actions {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
}

.home-page .home-hero-actions .button {
  min-height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: .78rem !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
}

.home-page .home-hero-actions .button.dark {
  min-width: 296px !important;
}

.home-page .home-hero-actions .button.ghost {
  min-width: 182px !important;
  padding-left: 34px !important;
  padding-right: 34px !important;
}

@media (max-width: 640px) {
.home-page .home-hero-actions {
    align-items: stretch !important;
  }

.home-page .home-hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

.home-page .home-hero-actions .button.ghost,
.home-page .home-final-cta .section-actions .button.ghost {
  border-color: rgba(241, 228, 220, .48) !important;
  background: rgba(0, 0, 0, .03) !important;
}

.home-page .home-hero-actions .button.ghost:hover,
.home-page .home-hero-actions .button.ghost:focus-visible,
.home-page .home-final-cta .section-actions .button.ghost:hover,
.home-page .home-final-cta .section-actions .button.ghost:focus-visible {
  border-color: rgba(241, 228, 220, .70) !important;
  background: rgba(255, 250, 240, .075) !important;
}

.home-next-level .home-photo-cta {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(520px, 58vh, 680px);
  padding: 0 !important;
  overflow: hidden;
  isolation: isolate;
  color: #fffaf2;
  background: #171412;
}

.home-next-level .home-photo-cta > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(.92) contrast(.96) brightness(.9);
}

.home-next-level .home-photo-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 14, 13, .78), rgba(15, 14, 13, .48) 48%, rgba(15, 14, 13, .2) 100%),
    linear-gradient(180deg, rgba(15, 14, 13, .18), rgba(15, 14, 13, .34) 46%, rgba(15, 14, 13, .78) 100%);
}

.home-photo-cta-copy {
  max-width: min(var(--max), calc(100% - 48px));
  padding: clamp(64px, 8vw, 104px) 0 clamp(58px, 7vw, 92px);
}

.home-photo-cta-copy .eyebrow {
  color: #d89f83;
}

.home-photo-cta-copy h2 {
  max-width: 760px;
  color: #fffaf2;
  font-size: clamp(2.35rem, 5vw, 5.6rem);
  line-height: 1;
}

.home-photo-cta-copy p {
  max-width: 620px;
  margin-top: clamp(18px, 2vw, 26px);
  color: rgba(255, 250, 242, .82);
  font-size: clamp(1.02rem, 1.3vw, 1.18rem);
  line-height: 1.62;
}

.home-photo-cta .section-actions {
  margin-top: clamp(24px, 3vw, 38px);
}

.home-photo-cta .button.dark {
  border-color: #7d1f2f !important;
  background: #7d1f2f !important;
  color: #fffaf2 !important;
}

.home-photo-cta .button.dark:hover,
.home-photo-cta .button.dark:focus-visible {
  border-color: #682032 !important;
  background: #682032 !important;
  color: #fffaf2 !important;
}

.home-photo-cta .button.ghost {
  border-color: rgba(241, 228, 220, .5) !important;
  background: rgba(0, 0, 0, .03) !important;
  color: #fffaf2 !important;
}

.home-photo-cta .button.ghost:hover,
.home-photo-cta .button.ghost:focus-visible {
  border-color: rgba(255, 250, 242, .74) !important;
  background: rgba(255, 250, 242, .08) !important;
}

@media (max-width: 700px) {
.home-next-level .home-photo-cta {
    min-height: 560px;
  }

.home-next-level .home-photo-cta::after {
    background:
      linear-gradient(90deg, rgba(15, 14, 13, .74), rgba(15, 14, 13, .46)),
      linear-gradient(180deg, rgba(15, 14, 13, .2), rgba(15, 14, 13, .82));
  }

.home-photo-cta-copy {
    padding: clamp(58px, 16vw, 86px) 0 clamp(48px, 14vw, 74px);
  }

.home-photo-cta .section-actions {
    align-items: stretch;
  }

.home-photo-cta .button {
    width: 100%;
    justify-content: center;
  }
}

.home-next-level .home-photo-cta {
  background: #0f0d0b !important;
}

.home-next-level .home-photo-cta::after {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, .82), rgba(8, 8, 7, .44) 48%, rgba(8, 8, 7, .18) 100%),
    linear-gradient(180deg, rgba(8, 8, 7, .10) 0%, rgba(8, 8, 7, .26) 48%, rgba(15, 13, 11, .92) 86%, #0f0d0b 100%) !important;
}

.home-next-level .site-footer {
  background: #0f0d0b !important;
  color: rgba(255, 250, 242, .78) !important;
  padding: 30px 0 !important;
}

.home-next-level .site-footer a,
.home-next-level .site-footer strong {
  color: rgba(255, 250, 242, .82) !important;
}

@media (max-width: 700px) {
.home-next-level .home-photo-cta::after {
    background:
      linear-gradient(90deg, rgba(8, 8, 7, .78), rgba(8, 8, 7, .48)),
      linear-gradient(180deg, rgba(8, 8, 7, .12) 0%, rgba(8, 8, 7, .34) 46%, rgba(15, 13, 11, .94) 84%, #0f0d0b 100%) !important;
  }

.home-next-level .site-footer {
    padding: 26px 0 !important;
  }
}

.work-page-v2 {
  background: #151412;
}

.work-page-v2 .work-proof-hero > img {
  object-position: 50% 54%;
  filter: saturate(.92) contrast(.96) brightness(.9);
}

.work-page-v2 .work-proof-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 8, 7, .82), rgba(8, 8, 7, .44) 48%, rgba(8, 8, 7, .18) 100%),
    linear-gradient(180deg, rgba(8, 8, 7, .10) 0%, rgba(8, 8, 7, .26) 48%, rgba(15, 13, 11, .92) 86%, #0f0d0b 100%);
}

@media (max-width: 700px) {
.work-page-v2 .work-proof-hero-shade {
    background:
      linear-gradient(90deg, rgba(15, 14, 13, .74), rgba(15, 14, 13, .46)),
      linear-gradient(180deg, rgba(15, 14, 13, .2), rgba(15, 14, 13, .82));
  }
}

.work-page-v2 .work-proof-standards {
  margin: 0;
}

.work-page-v2 .work-service-orientation {
  gap: clamp(22px, 2.8vw, 36px);
}

.work-care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  margin-top: clamp(34px, 5vw, 74px);
}

.work-care-grid figure,
.work-detail-grid figure,
.work-triptych-v2 figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #151412;
}

.work-care-grid img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
}

.work-care-grid figcaption,
.work-detail-grid figcaption,
.work-triptych-v2 figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  padding: 11px 13px;
  background: rgba(255, 250, 242, .88);
  color: rgba(23, 20, 18, .86);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
  line-height: 1.18;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.work-page-v2 .work-triptych-v2 {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  width: 100% !important;
  height: clamp(620px, 66vw, 860px);
  margin: 0;
  padding: 0;
  border: 0;
}

.work-triptych-v2 figure {
  min-height: 0;
}

.work-triptych-v2 img {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  object-fit: cover;
}

.work-triptych-v2 figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: #7d1f2f;
  font: 800 .72rem/1.2 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-triptych-v2 figcaption span {
  display: block;
}

@media (max-width: 960px) {
.work-care-grid,
  .work-detail-grid {
    grid-template-columns: 1fr;
  }

.work-care-grid img,
  .work-detail-grid img {
    aspect-ratio: 4 / 3;
  }

.work-page-v2 .work-triptych-v2 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

.work-page-v2 .work-triptych-v2 .work-proof-triptych-main {
    grid-row: auto;
  }

.work-triptych-v2 img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

@media (max-width: 560px) {
.work-page-v2 .work-proof-hero {
    min-height: 74vh;
  }

.work-page-v2 .work-proof-standards,
  .work-care-proof,
  .work-project-proof,
  .work-solutions {
    padding: 56px 0;
  }

.work-care-grid figcaption,
  .work-detail-grid figcaption,
  .work-triptych-v2 figcaption {
    position: static;
    box-shadow: none;
    background: #fffaf2;
  }
}

@media (max-width: 560px) {
.work-page-v2 .work-care-grid figure,
  .work-page-v2 .work-detail-grid figure,
  .work-page-v2 .work-triptych-v2 figure {
    overflow: visible !important;
    background: #151412;
  }

.work-page-v2 .work-care-grid .work-lightbox-trigger,
  .work-page-v2 .work-triptych-v2 .work-lightbox-trigger {
    height: auto !important;
  }

.work-page-v2 .work-care-grid .work-lightbox-trigger img,
  .work-page-v2 .work-triptych-v2 .work-lightbox-trigger img,
  .work-page-v2 .work-detail-grid img {
    display: block;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover;
  }

.work-page-v2 .work-care-grid .work-lightbox-trigger img,
  .work-page-v2 .work-triptych-v2 .work-lightbox-trigger img {
    aspect-ratio: 4 / 3;
  }

.work-page-v2 .work-care-grid figcaption,
  .work-page-v2 .work-detail-grid figcaption,
  .work-page-v2 .work-triptych-v2 figcaption {
    position: static !important;
    padding: 14px 15px 16px !important;
    background: #fffaf2 !important;
    color: rgba(23, 20, 18, .84) !important;
  }
}

@media (max-width: 560px) {
.work-page-v2 .work-proof-hero-copy h1 {
    max-width: 340px;
    font-size: 3.45rem;
    line-height: .96;
  }
}

.work-page-v2 .work-proof-diptych {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

.work-page-v2 .work-proof-diptych figure {
  min-height: clamp(520px, 48vw, 720px);
}

.work-page-v2 .work-proof-diptych img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
.work-page-v2 .work-proof-diptych {
    grid-template-columns: 1fr;
  }

.work-page-v2 .work-proof-diptych figure {
    min-height: 0;
  }

.work-page-v2 .work-proof-diptych img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

.nav {
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: clamp(28px, 3.4vw, 64px);
}

.brand-lockup strong {
  position: relative;
  padding-bottom: 9px;
}

.brand-lockup strong::after {
  content: "";
  position: absolute;
  left: .08em;
  right: .24em;
  bottom: 0;
  height: 1.5px;
  background: #7d1f2f;
}

.brand-lockup em {
  margin-top: 8px;
}

.nav-location {
  position: static;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  transform: none;
}

.nav-links {
  grid-column: 3;
  grid-row: 1;
}

@media (max-width: 1120px) {
.nav {
    grid-template-columns: auto minmax(0, 1fr);
  }

.nav-location {
    display: none;
  }

.nav-links {
    grid-column: 2;
  }
}

.brand {
  color: #211B17;
}

.brand-lockup strong {
  color: #211B17;
  padding-bottom: 11px;
}

.brand-lockup strong::after {
  left: 4%;
  right: 4%;
  bottom: 1px;
  height: 1px;
  background: #8A2F2B;
}

.brand-lockup em {
  margin-top: 10px;
  color: #8A2F2B;
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 7px;
  text-indent: 7px;
}

@media (max-width: 900px) {
.brand-lockup strong {
    padding-bottom: 9px;
  }

.brand-lockup em {
    font-size: 11px !important;
    letter-spacing: 5.5px;
    text-indent: 5.5px;
  }
}

.brand-lockup em {
  font-size: 14px !important;
}

@media (max-width: 900px) {
.brand-lockup em {
    font-size: 11.5px !important;
  }
}

@media (min-width: 1121px) {
.site-header {
    background: #f6e3ce;
  }

.site-header::after {
    height: 2px;
    background: #7A2F2B;
    opacity: 1;
  }

.nav {
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(38px, 4.2vw, 72px);
    width: min(var(--wide), calc(100% - 88px));
  }

.brand {
    grid-column: 1;
    grid-row: 1;
  }

.nav-location {
    position: absolute;
    left: 1px;
    top: calc(50% + 44px);
    display: block;
    width: max-content;
    color: #211B17;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5px;
    opacity: .75;
    transform: none;
  }

.nav-links {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    gap: clamp(22px, 2vw, 32px);
    color: #211B17;
  }

.nav-links a:not(.button) {
    color: #211B17;
    padding: 8px 0 6px;
  }

.nav-links a:not(.button)::after {
    bottom: -8px;
    height: 1px;
    background: #7A2F2B;
  }

.nav-links .button.dark {
    min-height: 48px;
    padding: 0 30px;
    border-color: #76301F;
    background: #76301F;
    color: #fffaf2;
    letter-spacing: 3px;
  }
}

@media (min-width: 1121px) {
.nav-location {
    grid-column: 1;
    grid-row: 1;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
  }

.nav-links a.active:not(.button)::after,
  .nav-links a:not(.button):hover::after {
    bottom: -8px;
    height: 1px;
    background: #7A2F2B;
  }
}

@media (min-width: 1121px) {
.nav {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    row-gap: 6px;
  }

.brand {
    grid-column: 1;
    grid-row: 1;
  }

.nav-location {
    position: static;
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: start;
    transform: none;
  }

.nav-links {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

.nav-links a.active:not(.button)::after,
  .nav-links a:not(.button):hover::after,
  .nav-links a:not(.button)::after {
    bottom: -8px !important;
    height: 1px !important;
    background: #7A2F2B !important;
  }
}

@media (min-width: 901px) and (max-width: 1500px) {
.nav-location {
    display: none !important;
  }
}

@media (min-width: 1121px) {
.nav-location {
    display: block !important;
    opacity: .62;
    font-size: 10px;
    letter-spacing: 4px;
  }

.nav-links {
    transform: translateY(1px);
  }
}

@media (min-width: 1121px) {
.nav {
    min-height: 108px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

.brand {
    transform: translateY(-1px);
  }

.nav-links {
    transform: translateY(2px);
  }
}

@media (min-width: 1121px) {
.site-header {
    background: #f6e3ce;
  }

.site-header::after {
    height: 2px;
    background: #7A2F2B;
    opacity: 1;
  }

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(var(--wide), calc(100% - 96px));
    min-height: 86px;
    padding: 0;
    gap: 48px;
  }

.brand {
    display: inline-grid;
    flex: 0 0 auto;
    justify-items: center;
    transform: translateY(-1px);
  }

.brand-lockup strong {
    font-size: 34px !important;
    line-height: .95;
    letter-spacing: 8px;
    padding-bottom: 8px;
    color: #211B17;
  }

.brand-lockup strong::after {
    left: 50%;
    right: auto;
    bottom: 1px;
    width: min(300px, 92%);
    height: 1px;
    background: #8A2F2B;
    transform: translateX(-50%);
  }

.brand-lockup em {
    margin-top: 6px;
    color: #8A2F2B;
    font-size: 10px !important;
    line-height: 1;
    letter-spacing: 6px;
    text-indent: 6px;
  }

.nav-location {
    display: none !important;
  }

.nav-links {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    min-width: 0;
    transform: none;
  }

.nav-links a:not(.button) {
    color: #211B17;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
  }

.nav-links a.active:not(.button)::after,
  .nav-links a:not(.button):hover::after,
  .nav-links a:not(.button)::after {
    bottom: -12px !important;
    height: 1px !important;
    background: #7A2F2B !important;
  }

.nav-links .button.dark {
    min-height: 46px;
    height: 46px;
    padding: 0 32px;
    border-color: #76301F;
    background: #76301F;
    color: #fffaf2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    white-space: nowrap;
  }
}

@media (min-width: 1121px) {
.site-header {
    background: #f6e3ce;
  }

.site-header::after {
    height: 1px;
    background: #7A2F2B;
    opacity: 1;
  }

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1800px, calc(100% - 104px));
    min-height: 74px;
    padding: 0;
    gap: 40px;
  }

.brand {
    display: inline-grid;
    flex: 0 0 auto;
    justify-items: center;
    transform: translateY(-1px);
  }

.brand-lockup strong {
    color: #211B17;
    font-size: 31px !important;
    font-weight: 400;
    line-height: .95;
    letter-spacing: 7px;
    padding-bottom: 0;
  }

.brand-lockup strong::after {
    display: none;
  }

.brand-lockup em {
    margin-top: 6px;
    color: #8A2F2B;
    font-size: 9px !important;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 5px;
    text-indent: 5px;
  }

.nav-location {
    display: none !important;
  }

.nav-links {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    min-width: 0;
    transform: none;
  }

.nav-links a:not(.button) {
    color: #211B17;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
  }

.nav-links a.active:not(.button)::after,
  .nav-links a:not(.button):hover::after,
  .nav-links a:not(.button)::after {
    bottom: -12px !important;
    height: 1px !important;
    background: #7A2F2B !important;
  }

.site-header .nav-links .button.dark {
    min-height: 42px;
    height: 42px;
    padding: 0 30px;
    border-color: #76301F;
    background: #76301F;
    color: #fffaf2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    white-space: nowrap;
  }

.site-header .nav-links .button.dark:hover {
    border-color: #76301F;
    background: #76301F;
    color: #fffaf2;
  }
}

@media (min-width: 1121px) {
body .site-header .nav,
  body.services-page .site-header .nav {
    min-height: 74px !important;
    height: 74px !important;
    padding: 0 !important;
  }

body .site-header .brand-lockup strong,
  body.services-page .site-header .brand-lockup strong {
    font-size: 31px !important;
    font-weight: 400 !important;
    line-height: .95 !important;
    letter-spacing: 7px !important;
    padding-bottom: 0 !important;
  }

body .site-header .brand-lockup strong::after,
  body.services-page .site-header .brand-lockup strong::after {
    display: none !important;
  }

body .site-header .brand-lockup em,
  body.services-page .site-header .brand-lockup em {
    margin-top: 6px !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 5px !important;
    text-indent: 5px !important;
  }

body .site-header .nav-links .button.dark,
  body.home-v3 .site-header .nav-links .button.dark,
  body.services-page .site-header .nav-links .button.dark {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 30px !important;
    border-color: #76301F !important;
    background: #76301F !important;
    color: #fffaf2 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
  }

body .site-header::after,
  body.services-page .site-header::after {
    height: 1px !important;
    background: #7A2F2B !important;
  }
}

@media (max-width: 900px) {
body .site-header .nav-location {
    display: block !important;
    position: static !important;
    order: 2;
    width: auto;
    color: #8A2F2B;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
    transform: none !important;
    opacity: .78;
  }

body .site-header .nav-links {
    order: 3;
  }
}

.home-page .home-utility-bar {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid rgba(255, 250, 242, .10);
  background: #151412;
  color: rgba(255, 250, 242, .84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .home-utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-page .home-utility-inner a {
  color: #fffaf2;
}

@media (max-width: 900px) {
.home-page .home-utility-inner {
    min-height: 0;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    text-align: center;
    font-size: 10px;
    letter-spacing: .11em;
  }
}

.home-page .site-header .nav-location {
  display: none !important;
}

.work-page-v2 .work-care-grid figcaption strong {
  display: block;
  margin-bottom: 6px;
  color: #7d1f2f;
  font: 800 .72rem/1.2 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.work-page-v2 .work-care-grid figcaption span {
  display: block;
}

.work-page-v2 .work-overview .work-proof-standards-grid {
  align-items: start;
}

.work-page-v2 .work-overview .work-overview-descriptions {
  grid-template-columns: 1fr;
}

.work-page-v2 .work-overview .work-service-orientation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 3vw, 42px);
  padding-top: 0;
}

.work-page-v2 .work-overview .work-service-orientation p {
  max-width: 620px;
}

.work-page-v2 .work-overview .work-service-orientation strong {
  display: block;
  margin: 0 0 10px;
  color: #d89f83;
}

.work-page-v2 .work-overview .work-service-orientation span {
  display: block;
}

@media (max-width: 960px) {
.work-page-v2 .work-overview .work-proof-standards-grid {
    gap: clamp(34px, 7vw, 52px);
  }

.work-page-v2 .work-overview .work-service-orientation {
    grid-template-columns: 1fr;
  }
}

.about-page .about-process-section h1 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(3.05rem, 5.65vw, 6.7rem) !important;
  font-weight: 600;
  line-height: .9 !important;
  letter-spacing: 0;
}

@media (max-width: 920px) {
.about-page .about-process-section h1 {
    font-size: clamp(2.45rem, 11vw, 3.65rem) !important;
    line-height: .98 !important;
  }
}

.work-page-v2 .work-care-grid,
.work-page-v2 .work-triptych-v2,
.work-page-v2 .work-proof-diptych {
  position: relative;
  z-index: 1;
}

.work-page-v2 .work-care-grid {
  margin-top: 0;
}

.work-page-v2 .work-care-grid figure,
.work-page-v2 .work-triptych-v2 figure,
.work-page-v2 .work-proof-diptych figure {
  border: 1px solid rgba(255, 250, 242, .16);
  background: #0f0e0d;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .34);
}

.work-page-v2 .work-care-grid img,
.work-page-v2 .work-triptych-v2 img,
.work-page-v2 .work-proof-diptych img {
  filter: saturate(.96) contrast(.98) brightness(.94);
}

.work-page-v2 .work-triptych-v2 {
  height: clamp(560px, 58vw, 760px);
}

.work-page-v2 .work-proof-diptych figure {
  min-height: clamp(430px, 40vw, 610px);
}

.work-page-v2 .work-care-grid figcaption,
.work-page-v2 .work-triptych-v2 figcaption,
.work-page-v2 .work-proof-diptych figcaption {
  border: 1px solid rgba(255, 250, 242, .16);
  background: rgba(15, 14, 13, .78) !important;
  color: rgba(255, 250, 242, .86) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.work-page-v2 .work-care-grid figcaption strong,
.work-page-v2 .work-triptych-v2 figcaption strong,
.work-page-v2 .work-proof-diptych figcaption strong {
  color: #d89f83 !important;
}

@media (max-width: 960px) {
.work-page-v2 .work-triptych-v2 {
    height: auto;
  }
}

.site-footer {
  border-top: 1px solid rgba(255, 250, 242, .08) !important;
  background: #0f0d0b !important;
  color: rgba(255, 250, 242, .78) !important;
}

.site-footer a,
.site-footer strong,
.site-footer span {
  color: rgba(255, 250, 242, .82) !important;
}

.home-principles-section {
  background: #f6e3ce;
  padding: clamp(68px, 7vw, 108px) 0;
}

.home-principles-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
  gap: clamp(34px, 7vw, 94px);
  align-items: start;
  border-top: 1px solid rgba(111, 31, 43, .28);
  padding-top: clamp(28px, 4vw, 54px);
}

.home-principles-layout h2 {
  max-width: 720px;
  margin: 0;
  color: #191612;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  font-weight: 600;
  line-height: .92;
}

.home-principles-layout > div:first-child > p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #332d25;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.65;
}

.home-principles-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(111, 31, 43, .28);
}

.home-principles-list p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(111, 31, 43, .22);
}

.home-principles-list span,
.about-trust-points span {
  color: #7a2632;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-principles-list strong {
  color: #1c1814;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.08;
}

.service-scope-section {
  background: #fffaf2;
  padding: clamp(66px, 7vw, 112px) 0;
}

.service-scope-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin-bottom: clamp(30px, 5vw, 62px);
}

.service-scope-head h2,
.about-working-layout h2,
.work-category-head h2 {
  margin: 0;
  color: #191612;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

.service-scope-head h2 {
  font-size: clamp(2.8rem, 5.4vw, 6.2rem);
  line-height: .92;
}

.service-scope-head > p {
  max-width: 560px;
  color: #383129;
  font-size: 1.05rem;
  line-height: 1.65;
}

.service-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.service-scope-card {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(111, 31, 43, .18);
  background: #f6e3ce;
}

.service-scope-card h3 {
  margin: 0;
  color: #1b1713;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.6vw, 4.1rem);
  font-weight: 600;
  line-height: .95;
}

.service-scope-intro {
  max-width: 520px;
  margin: 0;
  color: #312b24;
  font-size: 1.08rem;
  line-height: 1.58;
}

.service-scope-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(111, 31, 43, .18);
}

.service-scope-list div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(111, 31, 43, .15);
}

.service-scope-list span {
  display: block;
  margin-bottom: 8px;
  color: #7a2632;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.service-scope-list p {
  margin: 0;
  color: #2f2922;
  line-height: 1.58;
}

.service-scope-card .button {
  justify-self: start;
  margin-top: 4px;
}

.service-pricing-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 46px);
  margin-top: clamp(26px, 4vw, 52px);
  padding-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid rgba(111, 31, 43, .2);
}

.service-pricing-note p,
.quote-pricing-note {
  margin: 0;
  color: #3a332b;
  font-size: .98rem;
  line-height: 1.58;
}

.about-working-section {
  background: #fffaf2;
  padding: clamp(66px, 7vw, 108px) 0;
}

.about-working-layout {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(320px, .86fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
  border-top: 1px solid rgba(111, 31, 43, .22);
  padding-top: clamp(28px, 4vw, 52px);
}

.about-working-layout h2 {
  font-size: clamp(2.5rem, 4.6vw, 5.4rem);
  line-height: .94;
}

.about-trust-points {
  display: grid;
  gap: 0;
  margin-top: clamp(24px, 3vw, 38px);
  border-top: 1px solid rgba(111, 31, 43, .2);
}

.about-trust-points p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid rgba(111, 31, 43, .16);
}

.about-trust-points strong {
  color: #201b16;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.7vw, 1.9rem);
  font-weight: 600;
}

.quote-next-steps h2 {
  margin: 0 0 16px;
  color: #1c1814;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  font-weight: 600;
  line-height: 1;
}

.quote-pricing-note {
  margin-top: clamp(22px, 3vw, 32px);
  padding-top: 18px;
  border-top: 1px solid rgba(111, 31, 43, .18);
}

.work-category-section {
  position: relative;
  overflow: hidden;
  background: #fffaf2;
  padding: clamp(62px, 7vw, 108px) 0;
}

.work-category-section + .work-category-section {
  padding-top: clamp(54px, 6vw, 88px);
}

.work-category-pruning,
.work-category-health {
  background: #f6e3ce;
}

.work-category-head {
  display: grid;
  gap: 14px;
  margin-bottom: clamp(24px, 4vw, 48px);
}

.work-category-head h2 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.8vw, 5.5rem);
  line-height: .94;
}

.work-category-section .work-proof-diptych + .work-proof-diptych,
.work-category-section .work-proof-diptych + .work-proof-triptych,
.work-category-section .work-proof-triptych + .work-proof-diptych {
  margin-top: clamp(20px, 3vw, 34px);
}

.work-category-section .work-care-grid,
.work-category-section .work-triptych-v2,
.work-category-section .work-proof-diptych {
  position: relative;
  z-index: 1;
}

.work-category-section .work-care-grid figure,
.work-category-section .work-triptych-v2 figure,
.work-category-section .work-proof-diptych figure {
  overflow: hidden;
  border-color: rgba(23, 20, 18, .14);
}

@media (max-width: 960px) {
.home-principles-layout,
  .service-scope-head,
  .service-scope-grid,
  .service-pricing-note,
  .about-working-layout {
    grid-template-columns: 1fr;
  }

.home-principles-section,
  .service-scope-section,
  .about-working-section,
  .work-category-section {
    padding-block: clamp(48px, 12vw, 72px);
  }

.service-scope-card {
    padding: 24px 20px;
  }

.quote-next-steps h2 {
    font-size: clamp(1.55rem, 8vw, 2.15rem);
  }
}

/* Launch refinement pass: performance, proof caption, and mobile navigation. */
.mobile-menu {
  display: none;
}

.home-proof-feature {
  position: relative;
}

.home-proof-caption {
  position: absolute;
  left: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  max-width: min(78%, 360px);
  padding: 12px 14px;
  border: 1px solid rgba(255, 250, 240, .32);
  background: rgba(21, 20, 18, .58);
  color: #fffaf2;
  font: 700 .76rem/1.35 var(--sans);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-trust-note {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(111, 31, 43, .18);
  color: rgba(31, 24, 19, .72);
  font-size: .95rem;
  line-height: 1.55;
}

.services-page .pathway-selection-stage .simple-choice-card .choice-selected {
  display: none !important;
}

.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-selected {
  display: inline-flex !important;
}

.services-page .selected-pathway-diagnostic.is-default {
  border-color: rgba(111, 31, 43, .18) !important;
}

.services-page .selected-pathway-diagnostic.is-default::before {
  background: rgba(111, 31, 43, .18) !important;
}

.services-page .selected-pathway-diagnostic .button {
  position: relative;
  overflow: visible;
}

.services-page .selected-pathway-diagnostic .button::before,
.services-page .selected-pathway-diagnostic .button::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #151412;
  transform-origin: center;
  pointer-events: none;
}

.services-page .selected-pathway-diagnostic .button::after {
  bottom: -9px;
  opacity: .96;
}

.services-page .selected-pathway-diagnostic .button::before {
  bottom: -15px;
  left: 30px;
  right: 30px;
  height: 2px;
  opacity: .52;
}

.services-page .selected-pathway-diagnostic .button.service-cta-nudge::after {
  animation: serviceCtaLineVibrate .72s linear both;
}

.services-page .selected-pathway-diagnostic .button.service-cta-nudge::before {
  animation: serviceCtaLineVibrateSecondary .72s linear both;
}

@keyframes serviceCtaLineVibrate {
  0%, 100% { transform: translateX(0) scaleX(1); }
  10% { transform: translateX(-8px) scaleX(1.05); }
  20% { transform: translateX(8px) scaleX(1.05); }
  30% { transform: translateX(-7px) scaleX(1.02); }
  40% { transform: translateX(7px) scaleX(1.02); }
  52% { transform: translateX(-5px) scaleX(1); }
  64% { transform: translateX(5px) scaleX(1); }
  76% { transform: translateX(-3px) scaleX(1); }
  88% { transform: translateX(3px) scaleX(1); }
}

@keyframes serviceCtaLineVibrateSecondary {
  0%, 100% { transform: translateX(0) scaleX(1); }
  10% { transform: translateX(7px) scaleX(1.05); }
  20% { transform: translateX(-7px) scaleX(1.05); }
  30% { transform: translateX(6px) scaleX(1.02); }
  40% { transform: translateX(-6px) scaleX(1.02); }
  52% { transform: translateX(4px) scaleX(1); }
  64% { transform: translateX(-4px) scaleX(1); }
  76% { transform: translateX(2px) scaleX(1); }
  88% { transform: translateX(-2px) scaleX(1); }
}

@media (max-width: 640px) {
  .home-page .home-utility-inner {
    min-height: 0 !important;
    padding: 7px 0 !important;
    gap: 0 !important;
  }

  .home-page .home-utility-inner span {
    display: none !important;
  }

  body .site-header .nav,
  body.services-page .site-header .nav {
    gap: 10px !important;
    width: min(100% - 28px, 560px) !important;
    padding: 12px 0 !important;
  }

  body .site-header .nav-location {
    display: none !important;
  }

  body .site-header .nav-links,
  body.services-page .site-header .nav-links {
    order: 2 !important;
    width: 100% !important;
    max-width: none !important;
    justify-content: center !important;
    gap: 0 !important;
  }

  body .site-header .nav-links a:not(.button) {
    display: none !important;
  }

  body .site-header .nav-links .button.dark,
  body.home-v3 .site-header .nav-links .button.dark,
  body.services-page .site-header .nav-links .button.dark {
    width: min(100%, 292px) !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 18px !important;
    font-size: 10px !important;
    letter-spacing: .14em !important;
  }

  body .site-header .mobile-menu {
    order: 3 !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

  .mobile-menu summary {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(111, 31, 43, .32);
    color: #5f241e;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-links {
    display: grid;
    width: min(100%, 260px);
    margin: 10px auto 0;
    padding: 8px 0 2px;
    gap: 7px;
  }

  .mobile-menu-links a {
    color: #211b17;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-menu-links a.active {
    color: #7A2F2B;
  }

  .home-proof-caption {
    right: 14px;
    left: 14px;
    bottom: 14px;
    max-width: none;
    font-size: .68rem;
  }
}
/* Recurring care clarification pass. */
.care-rhythm-block,
.project-care-bridge,
.recurring-fit-note,
.about-practical-line {
  border-top: 1px solid rgba(111, 31, 43, .18);
}

.care-rhythm-block {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  padding-top: 18px;
}

.care-rhythm-block h4 {
  margin: 0;
  color: #7d1f2f;
  font: 800 .76rem/1.2 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.care-rhythm-block p,
.project-care-bridge,
.ongoing-care-section > p,
.recurring-fit-note p,
.about-practical-line {
  margin: 0;
  color: rgba(31, 24, 19, .72);
  font-size: .98rem;
  line-height: 1.62;
}

.care-rhythm-block p:last-child {
  color: rgba(31, 24, 19, .86);
  font-weight: 650;
}

.project-care-bridge {
  margin-top: 22px;
  padding-top: 18px;
}

.ongoing-care-section {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 64px);
  padding: clamp(24px, 3.4vw, 40px) 0;
  border-top: 1px solid rgba(111, 31, 43, .22);
  border-bottom: 1px solid rgba(111, 31, 43, .14);
}

.ongoing-care-section h2 {
  margin: 8px 0 0;
  font-size: clamp(2.2rem, 3.5vw, 4.15rem);
  line-height: 1;
}

.recurring-fit-note {
  display: grid;
  gap: 9px;
  margin-top: 16px;
  padding-top: 16px;
}

.recurring-fit-note h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3.3vw, 2.3rem);
  line-height: 1.05;
}

.about-practical-line {
  margin-bottom: 18px;
  padding-top: 16px;
  color: rgba(31, 24, 19, .84);
  font-weight: 650;
}

@media (max-width: 960px) {
  .ongoing-care-section {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .care-rhythm-block p,
  .project-care-bridge,
  .ongoing-care-section > p,
  .recurring-fit-note p,
  .about-practical-line {
    font-size: .94rem;
  }

  .recurring-fit-note h2 {
    font-size: clamp(1.55rem, 8vw, 2.05rem);
  }
}
.quote-next-level .form-helper-copy {
  color: rgba(31, 24, 19, .54);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 700px) {
  .home-next-level .home-photo-cta > img {
    object-position: 78% 54%;
  }
}

/* In Practice reset proof crop: show more of the lower garden bed in the after photo. */
.work-page-v2 img[src$="proof-garden-change-after-IMG_4025.jpg"] {
  object-position: 50% 78% !important;
}
/* Services conversion refinement: keep the path choice compact and make the next step easier to see. */
.services-page .services-intro {
  padding-top: clamp(28px, 3.2vw, 46px) !important;
  padding-bottom: clamp(14px, 1.5vw, 24px) !important;
}

.services-page .services-intro p {
  max-width: 620px !important;
  line-height: 1.36 !important;
}

.services-page .services-decision-section {
  padding-top: clamp(6px, .8vw, 12px) !important;
  padding-bottom: clamp(44px, 4.4vw, 72px) !important;
}

.services-page .pathway-selection-stage {
  max-width: min(1010px, calc(100vw - 56px)) !important;
  padding: clamp(8px, 1vw, 14px) !important;
}

.services-page .pathway-selection-stage .services-decision-grid {
  gap: clamp(12px, 1.1vw, 18px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card,
.services-page .pathway-selection-stage .simple-choice-card.is-selected,
.services-page .pathway-selection-stage .simple-choice-card:hover,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible {
  min-height: 0 !important;
  height: clamp(374px, 40vh, 424px) !important;
}

.services-page .pathway-selection-stage .simple-choice-card img {
  height: clamp(144px, 15vh, 174px) !important;
}

.services-page .pathway-selection-stage .decision-card-copy {
  padding: clamp(18px, 1.55vw, 24px) clamp(22px, 1.9vw, 28px) 0 !important;
}

.services-page .pathway-selection-stage .decision-card h2 {
  font-size: clamp(2.18rem, 2.82vw, 3.12rem) !important;
}

.services-page .pathway-selection-stage .decision-card-copy > p {
  margin-bottom: clamp(14px, 1.25vw, 20px) !important;
  font-size: clamp(.84rem, .86vw, .93rem) !important;
  line-height: 1.38 !important;
}

.services-page .pathway-selection-stage .choice-action {
  min-height: 42px !important;
  font-size: .6rem !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic {
  margin-top: 10px !important;
  min-height: 76px !important;
  padding: clamp(16px, 1.55vw, 22px) clamp(24px, 2.2vw, 36px) !important;
  gap: clamp(18px, 2.8vw, 44px) !important;
}

.services-page .pathway-selection-stage .selected-pathway-diagnostic h2 {
  font-size: clamp(1.75rem, 2.08vw, 2.42rem) !important;
}

.services-page .pathway-selection-stage .selected-guidance p {
  font-size: clamp(.84rem, .88vw, .96rem) !important;
  line-height: 1.4 !important;
}

@media (min-width: 1200px) and (max-height: 850px) {
  .services-page .services-intro {
    padding-top: 24px !important;
    padding-bottom: 12px !important;
  }

  .services-page .pathway-selection-stage .simple-choice-card,
  .services-page .pathway-selection-stage .simple-choice-card.is-selected,
  .services-page .pathway-selection-stage .simple-choice-card:hover,
  .services-page .pathway-selection-stage .simple-choice-card:focus-visible {
    height: 364px !important;
  }

  .services-page .pathway-selection-stage .simple-choice-card img {
    height: 136px !important;
  }
}

@media (max-width: 900px) {
  .services-page .services-intro {
    padding-top: clamp(26px, 7vw, 44px) !important;
    padding-bottom: clamp(14px, 4vw, 22px) !important;
  }

  .services-page .pathway-selection-stage {
    max-width: calc(100vw - 28px) !important;
  }

  .services-page .pathway-selection-stage .simple-choice-card,
  .services-page .pathway-selection-stage .simple-choice-card.is-selected,
  .services-page .pathway-selection-stage .simple-choice-card:hover,
  .services-page .pathway-selection-stage .simple-choice-card:focus-visible {
    height: auto !important;
  }

  .services-page .pathway-selection-stage .decision-card-copy {
    min-height: 224px !important;
  }

  .services-page .pathway-selection-stage .selected-pathway-diagnostic {
    padding: 18px 20px !important;
  }
}

@media (max-width: 700px) {
  .services-page .pathway-selection-stage .simple-choice-card img {
    height: clamp(160px, 40vw, 210px) !important;
  }

  .services-page .pathway-selection-stage .decision-card-copy {
    min-height: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .selected-pathway-diagnostic .button.service-cta-nudge {
    outline: 2px solid #151412;
    outline-offset: 4px;
  }

  .services-page .selected-pathway-diagnostic .button.service-cta-nudge::before,
  .services-page .selected-pathway-diagnostic .button.service-cta-nudge::after {
    animation: none !important;
    transform: none !important;
  }
}
/* Services CTA cue refinement: toggle a single strong white text underline. */
.services-page .selected-pathway-diagnostic .button {
  position: relative;
  will-change: transform;
  text-decoration: none;
}

.services-page .selected-pathway-diagnostic .button::before {
  display: none !important;
}

.services-page .selected-pathway-diagnostic .button::after {
  left: 24px !important;
  right: 24px !important;
  bottom: 10px !important;
  height: 3px !important;
  background: #fffaf2 !important;
  opacity: 0 !important;
  transform: scaleX(1) translateY(0) !important;
  transform-origin: center !important;
  box-shadow: none !important;
  transition: opacity .08s ease-out !important;
}

.services-page .selected-pathway-diagnostic .button.service-cta-line-on::after {
  opacity: 1 !important;
}

.services-page .selected-pathway-diagnostic .button.service-cta-nudge {
  outline: 0 !important;
  animation: serviceCtaQuickNudge .16s cubic-bezier(.16, .9, .22, 1) both !important;
}

@keyframes serviceCtaQuickNudge {
  0%, 100% { transform: translate3d(0, 0, 0); }
  42% { transform: translate3d(0, -2px, 0); }
  72% { transform: translate3d(1px, -1px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .services-page .selected-pathway-diagnostic .button.service-cta-nudge {
    animation: none !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  .services-page .selected-pathway-diagnostic .button::after {
    transition: none !important;
  }
}

/* Services selector overflow guard: keep the card action cue inside the card. */
.services-page .pathway-selection-stage .simple-choice-card {
  min-width: 0;
}

.services-page .pathway-selection-stage .choice-action {
  max-width: 100%;
  min-width: 0;
  flex-wrap: wrap;
}

.services-page .pathway-selection-stage .choice-action::after {
  flex: 0 1 24px;
  max-width: 24px;
}

.services-page .pathway-selection-stage .simple-choice-card:hover .choice-action::after,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible .choice-action::after,
.services-page .pathway-selection-stage .simple-choice-card.is-selected .choice-action::after {
  width: 32px;
  max-width: 32px;
}

/* Services selector image stability: avoid transformed card images changing measured width. */
.services-page .pathway-selection-stage .simple-choice-card img,
.services-page .pathway-selection-stage .simple-choice-card:hover img,
.services-page .pathway-selection-stage .simple-choice-card:focus-visible img {
  transform: none !important;
}
