/*
  Shared public-site finishing layer.
  The rose wallpaper is intentionally baked at low opacity so it remains
  botanical atmosphere rather than competing content.
*/

:root {
  --rose-wallpaper-light:
    linear-gradient(rgba(255, 250, 242, .30), rgba(255, 250, 242, .30)),
    url("assets/rosette-wallpaper-light.webp");
  --rose-wallpaper-dark:
    linear-gradient(rgba(24, 25, 22, .32), rgba(24, 25, 22, .32)),
    url("assets/rosette-wallpaper-dark.webp");
}

body {
  overflow-x: clip;
  font-family: Jost, Arial, sans-serif;
  background-color: #f3eadc;
  background-image: var(--rose-wallpaper-light);
  background-position: 12px 0;
  background-repeat: repeat;
  background-size: 520px 520px;
}

body[data-theme="dark"] {
  background-color: #252621;
  background-image: var(--rose-wallpaper-dark);
  background-position: 12px 0;
  background-repeat: repeat;
  background-size: 520px 520px;
}

body[data-theme="dark"] .button {
  color: #fff5e4;
}

body[data-theme="dark"] .button:hover,
body[data-theme="dark"] .button:focus-visible {
  color: #f3e5d3;
}

body[data-theme="dark"] .button-light {
  color: #30251f;
  background: #f5ecde;
  border-color: #f5ecde;
}

body[data-theme="dark"] .button-light:hover,
body[data-theme="dark"] .button-light:focus-visible {
  color: #f5ecde;
  background: transparent;
}

.brand em,
.footer-brand em {
  font-family: Jost, Arial, sans-serif;
}

.site-header {
  min-height: 96px;
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  position: relative;
  z-index: 40;
  background: rgba(243, 234, 220, .965);
  backdrop-filter: blur(12px);
}

body[data-theme="dark"] .site-header {
  background: rgba(37, 38, 33, .97);
}

.site-header nav a {
  position: relative;
}

.site-header nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
}

.site-footer {
  background-color: #222b23;
  background-image: var(--rose-wallpaper-dark);
  background-position: 28px 16px;
  background-repeat: repeat;
  background-size: 410px 410px;
}

.site-footer::before {
  display: none;
}

.footer-bottom {
  align-items: center;
  flex-wrap: wrap;
}

/* Recognizable roses replace the previous oval/circle wallpaper language. */
.studio-services {
  isolation: isolate;
}

.home-hero-art {
  overflow: clip;
  contain: paint;
}

.home-hero-art img {
  transform: none;
}

.home-hero-art:hover img {
  transform: scale(1.012);
}

.studio-services::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f4ebdd;
  background-image: var(--rose-wallpaper-light);
  background-position: center 8px;
  background-repeat: repeat;
  background-size: 510px 510px;
  border-top: 1px solid rgba(117, 93, 70, .2);
  border-bottom: 1px solid rgba(117, 93, 70, .2);
}

.garden-method,
.starting-points,
.home-page .faq {
  background-image: var(--rose-wallpaper-light);
  background-repeat: repeat;
  background-size: 560px 560px;
}

.garden-method {
  background-color: #e6ebdf;
  background-position: 68px 25px;
}

.starting-points {
  background-color: #f3eadc;
  background-position: 0 65px;
}

.home-page .faq {
  position: relative;
  width: 100%;
  max-width: none;
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  background-color: #f6eee2;
  background-position: 95px -42px;
}

.home-page .contact-band::before,
.pricing-page .contact-band::before,
.process-page .contact-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 1;
  background-image: var(--rose-wallpaper-dark);
  background-position: 10px 16px;
  background-repeat: repeat;
  background-size: 430px 430px;
  filter: none;
  pointer-events: none;
}

body[data-theme="dark"].home-page .studio-services::before,
body[data-theme="dark"].home-page .garden-method,
body[data-theme="dark"].home-page .starting-points,
body[data-theme="dark"].home-page .faq {
  background-image: var(--rose-wallpaper-dark);
  background-repeat: repeat;
}

body[data-theme="dark"].home-page .studio-services::before {
  background-color: #292a25;
  border-color: #4c4b42;
}

body[data-theme="dark"].home-page .garden-method {
  background-color: #30352d;
  background-size: 560px 560px;
}

body[data-theme="dark"].home-page .starting-points {
  background-color: #292a25;
  background-size: 560px 560px;
}

body[data-theme="dark"].home-page .faq {
  background-color: #252621;
  background-size: 560px 560px;
}

/* Pricing: brighter artwork and a complete dark-mode surface system. */
.pricing-hero {
  background-color: #29372d;
  background-image:
    linear-gradient(125deg, rgba(8, 18, 10, .3), transparent 58%),
    var(--rose-wallpaper-dark);
  background-position: center, 15px 12px;
  background-repeat: no-repeat, repeat;
  background-size: auto, 480px 480px;
}

.pricing-section {
  position: relative;
}

.pricing-art-break {
  background: #395044;
}

.pricing-art-break figure::after {
  background: linear-gradient(90deg, transparent 72%, rgba(57, 80, 68, .72));
}

.pricing-art-break img {
  object-position: 50% 51%;
  filter: saturate(.9) contrast(1.015) brightness(1.04);
}

.contact-dialog-art {
  background: #487263;
}

.contact-dialog-art img {
  object-position: 53% 50%;
  filter: saturate(.86) contrast(1.02) brightness(.98);
}

.contact-dialog-content {
  background-color: #f5ecde;
  background-image: var(--rose-wallpaper-light);
  background-position: 20px 5px;
  background-repeat: repeat;
  background-size: 510px 510px;
}

body[data-theme="dark"] .contact-dialog-content {
  background-color: #292a25;
  background-image: var(--rose-wallpaper-dark);
  background-position: 20px 5px;
  background-repeat: repeat;
  background-size: 510px 510px;
}

body[data-theme="dark"].pricing-page .pricing-section {
  color: #f3e5d3;
}

body[data-theme="dark"].pricing-page .pricing-intro {
  border-color: #625b51;
}

body[data-theme="dark"].pricing-page .pricing-intro h2,
body[data-theme="dark"].pricing-page .package-card h3,
body[data-theme="dark"].pricing-page .price-pair strong {
  color: #f5e8d6;
}

body[data-theme="dark"].pricing-page .pricing-intro p,
body[data-theme="dark"].pricing-page .package-card > span,
body[data-theme="dark"].pricing-page .package-summary,
body[data-theme="dark"].pricing-page .package-body > p {
  color: #cbbfb0;
}

body[data-theme="dark"].pricing-page .package-card,
body[data-theme="dark"].pricing-page .package-card:not(.dark-card) {
  color: #f3e5d3;
  background: #31332d;
  border-color: #6b6459;
  border-top-color: #73806b;
  box-shadow: 4px 5px 0 rgba(8, 10, 8, .22);
}

body[data-theme="dark"].pricing-page .package-card.featured,
body[data-theme="dark"].pricing-page .package-card.featured:not(.dark-card) {
  background: #4b3b3e;
  border-color: #786268;
  border-top-color: #d39783;
}

body[data-theme="dark"].pricing-page .package-card.dark-card {
  color: #f7ead8;
  background: #1f3028;
  border-color: #526158;
  border-top-color: #d5ad6b;
}

body[data-theme="dark"].pricing-page .package-card.featured > .package-summary,
body[data-theme="dark"].pricing-page .package-card .package-body .addons,
body[data-theme="dark"].pricing-page .package-card a,
body[data-theme="dark"].pricing-page .package-detail summary {
  color: #eee0cd;
}

body[data-theme="dark"].pricing-page .package-detail,
body[data-theme="dark"].pricing-page .package-detail[open] summary,
body[data-theme="dark"].pricing-page .package-card li,
body[data-theme="dark"].pricing-page .package-card a,
body[data-theme="dark"].pricing-page .price-pair,
body[data-theme="dark"].pricing-page .price-pair > div + div {
  border-color: #676057;
}

body[data-theme="dark"].pricing-page .package-card > p,
body[data-theme="dark"].pricing-page .price-pair small,
body[data-theme="dark"].pricing-page .package-body .addon-label {
  color: #dc9b86 !important;
}

body[data-theme="dark"].pricing-page .package-card.dark-card > p,
body[data-theme="dark"].pricing-page .dark-card .price-pair small,
body[data-theme="dark"].pricing-page .dark-card .package-body .addon-label {
  color: #e2bd79 !important;
}

body[data-theme="dark"].pricing-page .pricing-note-band {
  color: #f3e5d3;
  background-color: #34362f;
  background-image: var(--rose-wallpaper-dark);
  background-position: 45px 12px;
  background-repeat: repeat;
  background-size: 500px 500px;
  border-color: #655d54;
}

body[data-theme="dark"].pricing-page .pricing-note-band h2 {
  color: #f5e8d6;
}

body[data-theme="dark"].pricing-page .pricing-note-band > p {
  color: #cbbfb0;
}

body[data-theme="dark"].pricing-page .pricing-art-break {
  background: #1b2a22;
}

body[data-theme="dark"].pricing-page .pricing-art-break figure::after {
  background: linear-gradient(90deg, transparent 70%, rgba(27, 42, 34, .86));
}

body[data-theme="dark"].pricing-page .pricing-art-break img {
  filter: saturate(.76) contrast(1.04) brightness(.78);
}

/* Detailed process page. */
.process-page {
  color: #342823;
}

.process-hero {
  min-height: 660px;
  padding: clamp(82px, 8vw, 125px) max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: end;
  background-color: #f4ebdd;
  background-image: var(--rose-wallpaper-light);
  background-position: 35px 4px;
  background-repeat: repeat;
  background-size: 520px 520px;
  border-bottom: 1px solid rgba(93, 72, 56, .28);
}

.process-hero h1 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(64px, 7vw, 110px);
  line-height: .82;
}

.process-hero h1 i {
  color: var(--terracotta);
  font-weight: 500;
}

.process-hero-intro {
  max-width: 520px;
  padding: 28px 0 6px;
  border-top: 1px solid var(--line);
}

.process-hero-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.process-hero-actions {
  margin-top: 29px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.process-principles,
.process-stages,
.process-continuing-band,
.process-collaboration,
.process-boundaries {
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
}

.process-principles {
  padding-top: 112px;
  padding-bottom: 120px;
  background: rgba(247, 240, 228, .91);
}

.process-principles > header {
  max-width: 900px;
}

.process-principles h2,
.process-stages > header h2,
.process-continuing-band h2,
.process-collaboration h2,
.process-boundaries h2,
.process-art-break h2 {
  margin: 0;
  font-size: clamp(45px, 5vw, 74px);
  line-height: .91;
}

.process-principles > header > p:last-child {
  max-width: 690px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.principle-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-grid article {
  min-height: 290px;
  padding: 28px clamp(24px, 3vw, 43px) 34px;
  border-right: 1px solid var(--line);
}

.principle-grid article:first-child {
  padding-left: 0;
}

.principle-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.principle-grid span,
.stage-name > span {
  color: var(--terracotta);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.principle-grid h3 {
  margin: 72px 0 16px;
  font-size: 36px;
  line-height: .95;
}

.principle-grid p {
  max-width: 350px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.process-stages {
  padding-top: 115px;
  padding-bottom: 138px;
  color: #f5ead9;
  background-color: #26362c;
  background-image:
    linear-gradient(90deg, rgba(22, 39, 29, .16), transparent 30%, transparent 70%, rgba(22, 39, 29, .16)),
    var(--rose-wallpaper-dark);
  background-position: center, 0 42px;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 520px 520px;
  overflow: hidden;
}

.process-walk-intro {
  max-width: 980px;
}

.process-walk-intro h2 {
  max-width: 930px;
  color: #fff7e8;
}

.process-walk-intro > p:last-child {
  max-width: 680px;
  margin: 27px 0 0;
  color: #d2d1c5;
  font-size: 16px;
  line-height: 1.68;
}

.process-stages .eyebrow {
  color: #e1af82;
}

.process-walk {
  position: relative;
  min-height: 680px;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 42px);
  border-top: 1px solid rgba(231, 220, 201, .18);
  border-bottom: 1px solid rgba(231, 220, 201, .18);
}

.process-walk-route {
  position: absolute;
  z-index: 1;
  top: calc(50% - 1px);
  right: 10.5%;
  left: 10.5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  pointer-events: none;
}

.process-walk-route i {
  position: relative;
  height: 3px;
  background: rgba(167, 176, 143, .22);
  transform-origin: left center;
}

.process-walk-route i:nth-child(1) {
  transform: rotate(4deg);
}

.process-walk-route i:nth-child(2) {
  transform: rotate(-5deg);
}

.process-walk-route i:nth-child(3) {
  transform: rotate(3deg);
}

.process-walk-route i::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #72866d, #a99567);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 760ms cubic-bezier(.22, .73, .2, 1);
}

.process-walk-route i::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -7px;
  left: 56%;
  width: 17px;
  height: 10px;
  border: 1px solid rgba(179, 191, 155, .45);
  border-radius: 90% 12% 90% 12%;
  background: #526d55;
  box-shadow: 54px 6px 0 -2px rgba(117, 139, 105, .74);
  transform: rotate(-24deg);
  opacity: .34;
  transition: opacity 360ms ease;
}

.process-stages[data-progress="2"] .process-walk-route i:nth-child(1)::before,
.process-stages[data-progress="3"] .process-walk-route i:nth-child(-n+2)::before,
.process-stages[data-progress="4"] .process-walk-route i::before {
  transform: scaleX(1);
}

.process-stages[data-progress="2"] .process-walk-route i:nth-child(1)::after,
.process-stages[data-progress="3"] .process-walk-route i:nth-child(-n+2)::after,
.process-stages[data-progress="4"] .process-walk-route i::after {
  opacity: .84;
}

.walk-stop {
  --walk-accent: #c8a76a;
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 680px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 86px minmax(0, 1fr);
  transition: opacity 320ms ease;
}

.walk-stop-gather {
  --walk-accent: #9ebfc2;
}

.walk-stop-build {
  --walk-accent: #c68b90;
}

.walk-stop-use {
  --walk-accent: #94a989;
}

.walk-copy,
.walk-result {
  opacity: .68;
  transition: opacity 360ms ease, transform 520ms cubic-bezier(.22, .73, .2, 1);
}

.walk-stop > :first-child {
  align-self: end;
  margin-bottom: 29px;
  transform: translateY(8px);
}

.walk-stop > :last-child {
  align-self: start;
  margin-top: 27px;
  transform: translateY(-8px);
}

.walk-stop.is-seen .walk-copy,
.walk-stop.is-seen .walk-result {
  opacity: 1;
  transform: translateY(0);
}

.walk-copy > span,
.walk-result small {
  display: block;
  color: var(--walk-accent);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.walk-copy h3 {
  max-width: 270px;
  margin: 11px 0 14px;
  color: #fff8eb;
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: .96;
}

.walk-copy p {
  max-width: 270px;
  margin: 0;
  color: #d4d3c8;
  font-size: 14px;
  line-height: 1.62;
}

.walk-result {
  max-width: 250px;
  padding-top: 13px;
  border-top: 1px solid color-mix(in srgb, var(--walk-accent) 72%, transparent);
}

.walk-result strong {
  display: block;
  margin-top: 7px;
  color: #fff5e5;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.05;
}

.walk-marker {
  position: relative;
  z-index: 3;
  align-self: center;
  justify-self: center;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #1f3027;
  border: 1px solid color-mix(in srgb, var(--walk-accent) 84%, #fff);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 31%, rgba(255, 255, 255, .55), transparent 28%),
    var(--walk-accent);
  box-shadow:
    0 0 0 7px rgba(37, 53, 43, .92),
    0 0 0 8px color-mix(in srgb, var(--walk-accent) 47%, transparent),
    0 12px 24px rgba(11, 19, 14, .25);
  transform: scale(.88);
  transition: transform 420ms cubic-bezier(.22, .73, .2, 1), box-shadow 420ms ease;
}

.walk-stop.is-seen .walk-marker {
  transform: scale(1);
}

.walk-marker::before,
.walk-marker::after,
.walk-marker i {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  border: 1px solid rgba(255, 248, 226, .58);
  border-radius: 90% 12% 90% 12%;
  background: color-mix(in srgb, var(--walk-accent) 72%, #fff);
}

.walk-marker::before {
  top: 9px;
  left: 8px;
  transform: rotate(-28deg);
}

.walk-marker::after {
  right: 7px;
  bottom: 10px;
  transform: rotate(152deg);
}

.walk-marker i {
  right: 6px;
  top: 9px;
  transform: rotate(58deg);
}

.walk-marker span {
  position: relative;
  z-index: 2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 840px) {
  .process-walk {
    min-height: 0;
    margin-top: 58px;
    padding: 6px 0 4px;
    display: block;
    border-bottom: 0;
  }

  .process-walk-route {
    top: 40px;
    bottom: 42px;
    left: 31px;
    width: 3px;
    display: block;
  }

  .process-walk-route i {
    display: block;
    width: 3px;
    height: 33.333%;
    transform: none !important;
  }

  .process-walk-route i::before {
    background: linear-gradient(#72866d, #a99567);
    transform: scaleY(0);
    transform-origin: top center;
  }

  .process-stages[data-progress="2"] .process-walk-route i:nth-child(1)::before,
  .process-stages[data-progress="3"] .process-walk-route i:nth-child(-n+2)::before,
  .process-stages[data-progress="4"] .process-walk-route i::before {
    transform: scaleY(1);
  }

  .process-walk-route i::after {
    top: 52%;
    left: -5px;
    box-shadow: none;
  }

  .walk-stop {
    min-height: 0;
    padding: 35px 0 38px 87px;
    display: block;
  }

  .walk-stop > :first-child,
  .walk-stop > :last-child {
    margin: 0;
  }

  .walk-stop .walk-copy {
    margin-bottom: 20px;
  }

  .walk-stop .walk-result {
    margin-top: 0;
  }

  .walk-marker {
    position: absolute;
    top: 41px;
    left: 0;
    width: 64px;
    height: 64px;
  }

  .walk-copy h3,
  .walk-copy p,
  .walk-result {
    max-width: 580px;
  }
}

.process-art-break {
  min-height: 710px;
  display: grid;
  grid-template-columns: minmax(390px, 42%) minmax(0, 58%);
  color: #352923;
  background: #e7d6ca;
  border-top: 1px solid #af8878;
  border-bottom: 1px solid #af8878;
}

.process-art-break figure {
  min-width: 0;
  min-height: 710px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.process-art-break figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(231, 214, 202, .62));
  pointer-events: none;
}

.process-art-break img {
  width: 100%;
  height: 100%;
  min-height: 710px;
  display: block;
  object-fit: cover;
  object-position: 50% 55%;
  filter: saturate(.88) contrast(1.02) brightness(1.02);
}

.process-art-break figcaption {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 8px;
  left: 10px;
}

.process-art-break figcaption a {
  color: rgba(255, 250, 237, .56);
  font-size: 6.5px;
  text-decoration: none;
}

.process-art-break > div {
  max-width: none;
  padding: clamp(56px, 5vw, 82px) max(28px, calc((100vw - var(--max)) / 2)) clamp(58px, 5vw, 84px) clamp(46px, 4.8vw, 78px);
  align-self: center;
}

.scope-depth-panel > header {
  max-width: 740px;
}

.scope-depth-panel > header > p:last-child {
  max-width: 690px;
  margin: 21px 0 0;
  color: #66544c;
  font-size: 16px;
  line-height: 1.66;
}

.scope-depth-comparison {
  max-width: 820px;
  margin-top: 38px;
  border-top: 1px solid rgba(98, 69, 58, .44);
}

.scope-depth-comparison article {
  position: relative;
  padding: 25px 0 27px 18px;
  display: grid;
  grid-template-columns: minmax(155px, .82fr) minmax(0, 1.8fr);
  gap: clamp(22px, 3vw, 43px);
  border-bottom: 1px solid rgba(98, 69, 58, .34);
}

.scope-depth-comparison article::before {
  content: "";
  position: absolute;
  top: 31px;
  left: -5px;
  width: 9px;
  height: 9px;
  border: 1px solid #7c4750;
  border-radius: 50%;
  background: #e7d6ca;
  box-shadow: 0 0 0 4px rgba(124, 71, 80, .08);
}

.scope-depth-comparison article:nth-child(2)::before {
  border-color: #667b72;
  box-shadow: 0 0 0 4px rgba(102, 123, 114, .09);
}

.scope-depth-comparison article:nth-child(3)::before {
  border-color: #a2764c;
  box-shadow: 0 0 0 4px rgba(162, 118, 76, .09);
}

.scope-depth-name span {
  display: block;
  color: #8e5047;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.scope-depth-name h3 {
  margin: 8px 0 0;
  color: #392b26;
  font-size: clamp(24px, 2.15vw, 31px);
  line-height: .98;
}

.scope-depth-comparison dl {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.scope-depth-comparison dl > div {
  min-width: 0;
  padding: 0 14px;
  border-left: 1px solid rgba(98, 69, 58, .24);
}

.scope-depth-comparison dt {
  margin-bottom: 8px;
  color: #795146;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scope-depth-comparison dd {
  margin: 0;
  color: #5f5049;
  font-size: 12px;
  line-height: 1.52;
}

.process-continuing-band {
  position: relative;
  min-height: 330px;
  padding-top: 72px;
  padding-bottom: 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(45px, 8vw, 130px);
  align-items: end;
  color: #fff5e7;
  background:
    linear-gradient(90deg, rgba(75, 39, 50, .96), rgba(91, 49, 60, .94)),
    var(--rose-wallpaper-dark);
  background-position: center, 18px 20px;
  background-repeat: no-repeat, repeat;
  background-size: 100% 100%, 440px 440px;
  border-top: 1px solid #9a6870;
  border-bottom: 1px solid #8a5963;
  overflow: hidden;
}

.process-continuing-band::after {
  content: "";
  position: absolute;
  right: 25%;
  bottom: -23px;
  width: 150px;
  height: 74px;
  border-top: 2px solid rgba(206, 171, 135, .42);
  border-radius: 50%;
  transform: rotate(-8deg);
  pointer-events: none;
}

.process-continuing-band > div {
  max-width: 820px;
}

.process-continuing-band .eyebrow {
  color: #f0c28f;
}

.process-continuing-band h2 {
  max-width: 820px;
  color: #fff7ea;
  font-size: clamp(44px, 4.8vw, 69px);
}

.process-continuing-band > div > p:last-child {
  max-width: 720px;
  margin: 24px 0 0;
  color: #eadbd1;
  font-size: 16px;
  line-height: 1.66;
}

.process-continuing-band .button {
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .process-continuing-band .button {
    width: 100%;
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

.process-collaboration {
  padding-top: 110px;
  padding-bottom: 115px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(55px, 9vw, 145px);
  background: rgba(246, 239, 228, .93);
}

.process-collaboration > div + div {
  padding-left: clamp(35px, 5vw, 80px);
  border-left: 1px solid var(--line);
}

.process-collaboration h2 {
  max-width: 620px;
  font-size: clamp(42px, 4.4vw, 65px);
}

.process-collaboration ul {
  margin: 39px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-collaboration li {
  padding: 15px 0;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.process-boundaries {
  padding-top: 92px;
  padding-bottom: 98px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(50px, 8vw, 120px);
  color: #f5ead8;
  background: #4b333a;
}

.process-boundaries h2 {
  max-width: 670px;
  color: #fff6e8;
}

.process-boundaries > div {
  padding-top: 17px;
  border-top: 1px solid rgba(241, 224, 202, .32);
}

.process-boundaries > div p {
  max-width: 690px;
  margin: 0 0 20px;
  color: #dfd0c4;
  font-size: 15px;
}

.process-page .contact-band {
  background-color: #9f5b51;
  background-image: linear-gradient(125deg, rgba(63, 28, 28, .2), transparent 58%);
}

body[data-theme="dark"].process-page {
  color: #f3e5d3;
}

body[data-theme="dark"].process-page .process-hero {
  color: #f3e5d3;
  background-color: #292a25;
  background-image: var(--rose-wallpaper-dark);
}

body[data-theme="dark"].process-page .process-hero {
  border-color: #585249;
}

body[data-theme="dark"].process-page .process-hero-intro,
body[data-theme="dark"].process-page .process-hero-intro > p,
body[data-theme="dark"].process-page .principle-grid p,
body[data-theme="dark"].process-page .process-principles > header > p:last-child,
body[data-theme="dark"].process-page .process-collaboration li {
  color: #cbbfb0;
}

body[data-theme="dark"].process-page .process-principles,
body[data-theme="dark"].process-page .process-collaboration {
  color: #f3e5d3;
  background: rgba(39, 40, 35, .96);
}

body[data-theme="dark"].process-page .principle-grid,
body[data-theme="dark"].process-page .principle-grid article,
body[data-theme="dark"].process-page .process-collaboration > div + div,
body[data-theme="dark"].process-page .process-collaboration ul,
body[data-theme="dark"].process-page .process-collaboration li {
  border-color: #615b52;
}

body[data-theme="dark"].process-page .process-continuing-band {
  background:
    linear-gradient(90deg, rgba(58, 34, 42, .97), rgba(70, 40, 49, .96)),
    var(--rose-wallpaper-dark);
  border-color: #77545d;
}

body[data-theme="dark"].process-page .process-art-break {
  color: #f3e5d3;
  background: #29352e;
  border-color: #5c6b60;
}

body[data-theme="dark"].process-page .process-art-break figure::after {
  background: linear-gradient(90deg, transparent 72%, rgba(41, 53, 46, .76));
}

body[data-theme="dark"].process-page .process-art-break img {
  filter: saturate(.74) contrast(1.04) brightness(.76);
}

body[data-theme="dark"].process-page .process-art-break > div > p:last-child {
  color: #cbbfb0;
}

body[data-theme="dark"].process-page .scope-depth-panel > header > p:last-child,
body[data-theme="dark"].process-page .scope-depth-comparison dd {
  color: #cbbfb0;
}

body[data-theme="dark"].process-page .scope-depth-comparison,
body[data-theme="dark"].process-page .scope-depth-comparison article,
body[data-theme="dark"].process-page .scope-depth-comparison dl > div {
  border-color: rgba(224, 206, 184, .22);
}

body[data-theme="dark"].process-page .scope-depth-comparison article::before {
  background: #29352e;
}

body[data-theme="dark"].process-page .scope-depth-name h3 {
  color: #f4e7d5;
}

body[data-theme="dark"].process-page .scope-depth-name span,
body[data-theme="dark"].process-page .scope-depth-comparison dt {
  color: #e1a08a;
}

body[data-theme="dark"].process-page .process-boundaries {
  background: #372a30;
}

body[data-theme="dark"].process-page .contact-band {
  background-color: #6b3f45;
}

@media (max-width: 1000px) {
  .process-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 50px;
    align-items: start;
  }

  .process-hero-intro {
    max-width: 700px;
  }

  .stage-ledger > article {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-art-break {
    grid-template-columns: minmax(320px, 40%) minmax(0, 60%);
  }

  .scope-depth-comparison article {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 900px) {
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle-grid article,
  .principle-grid article:first-child,
  .principle-grid article:last-child {
    min-height: 0;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .principle-grid h3 {
    margin-top: 30px;
  }

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

  .process-continuing-band {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .process-art-break figure,
  .process-art-break img {
    min-height: 520px;
    max-height: 690px;
  }

  .process-art-break figure::after {
    background: linear-gradient(0deg, rgba(231, 214, 202, .76), transparent 35%);
  }

  body[data-theme="dark"].process-page .process-art-break figure::after {
    background: linear-gradient(0deg, rgba(41, 53, 46, .82), transparent 35%);
  }

  .process-art-break > div {
    max-width: none;
    padding: 75px 28px 90px;
  }

  .scope-depth-comparison {
    max-width: none;
  }

  .scope-depth-comparison article {
    padding-left: 17px;
  }

  .process-collaboration,
  .process-boundaries {
    grid-template-columns: 1fr;
  }

  .process-collaboration > div + div {
    padding: 55px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  body,
  body[data-theme="dark"] {
    background-size: 390px 390px;
  }

  .site-header {
    min-height: 74px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .process-hero {
    padding: 72px 20px 78px;
    background-size: 420px 420px;
  }

  .process-hero h1 {
    font-size: clamp(52px, 14vw, 70px);
    line-height: .86;
  }

  .process-hero-intro > p {
    font-size: 15px;
  }

  .process-principles,
  .process-stages,
  .process-continuing-band,
  .process-collaboration,
  .process-boundaries {
    padding-right: 20px;
    padding-left: 20px;
  }

  .process-principles,
  .process-stages,
  .process-continuing-band,
  .process-collaboration {
    padding-top: 78px;
    padding-bottom: 82px;
  }

  .process-principles h2,
  .process-stages > header h2,
  .process-continuing-band h2,
  .process-collaboration h2,
  .process-boundaries h2,
  .process-art-break h2 {
    font-size: 48px;
  }

  .stage-ledger > article {
    padding: 35px 0 38px 25px;
  }

  .stage-name h3 {
    font-size: 46px;
  }

  .stage-ledger dl {
    grid-template-columns: 1fr;
  }

  .stage-ledger dl > div {
    padding: 15px 0;
    border-top: 1px solid rgba(231, 220, 201, .2);
    border-left: 0;
  }

  .process-art-break figure,
  .process-art-break img {
    min-height: 420px;
  }

  .process-art-break > div {
    padding: 62px 20px 72px;
  }

  .scope-depth-panel > header > p:last-child {
    font-size: 15px;
  }

  .scope-depth-comparison {
    margin-top: 32px;
  }

  .scope-depth-comparison article {
    padding-top: 23px;
    padding-bottom: 25px;
  }

  .scope-depth-comparison dl {
    grid-template-columns: 1fr;
  }

  .scope-depth-comparison dl > div {
    padding: 13px 0;
    border-top: 1px solid rgba(98, 69, 58, .2);
    border-left: 0;
  }

  .scope-depth-comparison dt {
    margin-bottom: 5px;
  }

  .scope-depth-comparison dd {
    font-size: 14px;
  }

  .process-boundaries {
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .home-page .faq {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing-art-break figure::after {
    background: linear-gradient(0deg, rgba(57, 80, 68, .72), transparent 45%);
  }

  body[data-theme="dark"].pricing-page .pricing-art-break figure::after {
    background: linear-gradient(0deg, rgba(27, 42, 34, .86), transparent 45%);
  }

  .contact-dialog-art img {
    object-position: 50% 55%;
  }
}

/* Service rose: a faint outer calyx, five service petals, translucent inner petals, then the bud. */
.service-rosette,
.mobile-service-rose {
  isolation: isolate;
}

.service-rosette::before,
.mobile-service-rose::before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  background: transparent;
  border: 10px solid rgba(133, 43, 61, .075);
  border-radius: 47% 53% 49% 51% / 53% 47% 55% 45%;
  filter: drop-shadow(0 0 2px rgba(105, 36, 51, .06));
  transform: rotate(-5deg);
}

.service-rosette::before {
  inset: -13px;
  width: auto;
  height: auto;
}

.mobile-service-rose::before {
  inset: -4px;
  width: auto;
  height: auto;
  border-width: 4px;
}

.service-rosette .petal,
.mobile-service-rose > i {
  z-index: 1;
}

.rose-inner i,
.mobile-service-rose .rose-inner i {
  background: rgba(255, 254, 249, .42);
  border-color: rgba(255, 255, 255, .62);
  box-shadow:
    inset 5px 4px 10px rgba(255, 255, 255, .3),
    0 1px 4px rgba(95, 61, 56, .08);
}

body[data-theme="dark"] .service-rosette::before,
body[data-theme="dark"] .mobile-service-rose::before {
  background: transparent;
  border-color: rgba(177, 76, 91, .09);
}

body[data-theme="dark"] .rose-inner i,
body[data-theme="dark"] .mobile-service-rose .rose-inner i {
  background: rgba(255, 250, 240, .3);
  border-color: rgba(255, 250, 240, .48);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .process-walk-route i::before,
  .process-walk-route i::after,
  .walk-copy,
  .walk-result,
  .walk-marker {
    transition: none;
  }
}

/* Service palette: each petal and study now share one subject-led color. */
.service-rosette .petal-1,
.mobile-service-rose > i:nth-of-type(1) {
  --service-petal: #d6b85f;
  background: var(--service-petal);
}

.service-rosette .petal-2,
.mobile-service-rose > i:nth-of-type(2) {
  --service-petal: #a9c7d2;
  background: var(--service-petal);
}

.service-rosette .petal-3,
.mobile-service-rose > i:nth-of-type(3) {
  --service-petal: #673746;
  background: var(--service-petal);
  border-color: rgba(73, 37, 49, .78);
}

.service-rosette .petal-4,
.mobile-service-rose > i:nth-of-type(4) {
  --service-petal: #55735a;
  background: var(--service-petal);
  border-color: rgba(50, 79, 55, .74);
}

.service-rosette .petal-5,
.mobile-service-rose > i:nth-of-type(5) {
  --service-petal: #dfb3bd;
  background: var(--service-petal);
  border-color: rgba(133, 75, 91, .48);
}

.service-rosette[data-active="01"] .petal-1 {
  border-color: #8f742f;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .34), transparent 48%),
    var(--service-petal);
  transform: rotate(-3deg) translateY(-14px) scale(1.1, 1.14);
}

.service-rosette[data-active="02"] .petal-2 {
  border-color: #5f7f8b;
}

.service-rosette[data-active="03"] .petal-3 {
  border-color: #d0a3ae;
}

.service-rosette[data-active="04"] .petal-4 {
  border-color: #8fa78e;
}

.service-rosette[data-active="05"] .petal-5 {
  border-color: #9b6674;
}

@media (max-width: 900px) {
  .mobile-service-rose > i:nth-of-type(1) { background: #d6b85f; }
  .mobile-service-rose > i:nth-of-type(2) { background: #a9c7d2; }
  .mobile-service-rose > i:nth-of-type(3) { background: #673746; }
  .mobile-service-rose > i:nth-of-type(4) { background: #55735a; }
  .mobile-service-rose > i:nth-of-type(5) { background: #dfb3bd; }

  .mobile-service-rose[data-active="01"] > i:nth-of-type(1) {
    background: #d6b85f;
    transform: rotate(-3deg) translateY(-7px) scale(1.06, 1.08);
  }
}

/* 01 / Digital analytics: fixed instrument, moving shadow, warm sundial palette. */
.service-visual.service-attribution-ledger {
  --sv-paper: #f4ecd2;
  --sv-paper-deep: #ddca92;
  --sv-ink: #382d1d;
  --sv-muted: #746342;
  --sv-rule: rgba(118, 91, 40, .34);
  --sv-faint: rgba(147, 112, 43, .11);
  --sv-wine: #8f6d25;
  --sv-rose: #d3a95c;
  --sv-sage: #b6aa77;
  --sv-olive: #75682f;
  --sv-gold: #bd8f31;
  background:
    linear-gradient(137deg, transparent 0 57%, rgba(151, 111, 35, .08) 57.2% 70%, transparent 70.2%),
    radial-gradient(circle at 21% 27%, rgba(255, 254, 235, .86), transparent 23%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

.service-visual.service-attribution-ledger::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(143, 109, 37, .1) 38px 39px),
    radial-gradient(ellipse at 14% 72%, rgba(181, 157, 91, .16), transparent 27%),
    radial-gradient(ellipse at 87% 22%, rgba(226, 190, 101, .18), transparent 24%);
}

.service-attribution-ledger .attribution-dial {
  border-color: #a8945c;
  background:
    radial-gradient(circle at 37% 29%, rgba(255, 255, 241, .82), transparent 23%),
    repeating-radial-gradient(circle at 48% 47%, transparent 0 12px, rgba(128, 99, 42, .035) 12px 13px),
    #dfd09e;
  box-shadow:
    0 18px 28px rgba(79, 62, 30, .17),
    0 5px 0 #9f8c58,
    0 8px 0 #c8b77f,
    inset 0 0 0 8px rgba(255, 255, 246, .28);
}

.analytics-spread.is-service-active .ledger-gnomon {
  animation: none;
  transform: rotate(0);
}

@keyframes attribution-stage {
  0%, 25% {
    background-color: rgba(236, 207, 123, .48);
    border-color: rgba(139, 103, 31, .68);
    box-shadow: 0 15px 27px rgba(123, 91, 25, .15);
    filter: saturate(1.05);
  }
  32%, 100% {
    background-color: rgba(250, 245, 222, .58);
    border-color: var(--sv-rule);
    box-shadow: 0 13px 24px rgba(68, 52, 26, .1);
    filter: none;
  }
}

/* 02 / Business intelligence: cool blue record and no redundant sub-label. */
.service-visual.service-registered-view {
  --sv-paper: #e7eff0;
  --sv-paper-deep: #b9cdd2;
  --sv-ink: #26363a;
  --sv-muted: #586b70;
  --sv-rule: rgba(64, 94, 103, .32);
  --sv-faint: rgba(77, 111, 120, .1);
  --sv-wine: #496f7a;
  --sv-rose: #84aeb8;
  --sv-sage: #89a9ad;
  --sv-olive: #51727b;
  --sv-gold: #9a8358;
  background:
    radial-gradient(circle at 50% 50%, rgba(108, 158, 170, .16), transparent 31%),
    repeating-linear-gradient(90deg, transparent 0 69px, rgba(64, 94, 103, .08) 69px 70px),
    linear-gradient(140deg, var(--sv-paper), var(--sv-paper-deep));
}

.measure-spine small {
  display: none;
}

.measure-spine b {
  top: 47%;
}

/* 03 / Websites and client journeys: one burgundy route in the stated order. */
.service-visual.service-unbroken-route {
  --sv-paper: #55313d;
  --sv-paper-deep: #301e27;
  --sv-ink: #fff1df;
  --sv-muted: #ddc7c2;
  --sv-rule: rgba(242, 213, 195, .3);
  --sv-faint: rgba(255, 232, 214, .08);
  --sv-wine: #e1a4b0;
  --sv-rose: #ca8595;
  --sv-sage: #bba9aa;
  --sv-olive: #d7c1bd;
  --sv-gold: #d5b36f;
  border-color: rgba(155, 106, 119, .68);
  background:
    radial-gradient(circle at 20% 18%, rgba(226, 166, 179, .17), transparent 27%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(255, 231, 211, .052) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

.service-unbroken-route::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(255, 232, 214, .045) 70px 71px),
    radial-gradient(ellipse at 82% 22%, rgba(224, 164, 176, .12), transparent 24%);
}

.service-unbroken-route .visual-kicker,
.service-unbroken-route > p {
  color: #fff1df;
}

.service-unbroken-route .journey-ribbon path {
  stroke: #e7a7b5;
}

.service-unbroken-route .journey-leaf {
  border-color: rgba(115, 67, 81, .4);
  background-color: rgba(250, 234, 226, .9);
}

.service-unbroken-route .journey-leaf small { color: #824456; }
.service-unbroken-route .journey-leaf b { color: #402a31; }
.service-unbroken-route .journey-signal {
  border-color: #fff2df;
  background: #7a3e50;
  box-shadow: 0 0 0 2px #d995a6, 0 7px 14px rgba(21, 9, 15, .3);
}

@keyframes journey-stage {
  0%, 24% {
    background-color: rgba(242, 190, 198, .96);
    box-shadow: 0 0 0 6px rgba(226, 152, 169, .12), 0 18px 32px rgba(25, 10, 17, .2);
    filter: saturate(1.05);
  }
  31%, 100% {
    background-color: rgba(250, 234, 226, .9);
    box-shadow: 0 16px 30px rgba(25, 10, 17, .16);
    filter: none;
  }
}

@keyframes journey-signal-run {
  0% { top: 17%; left: 22%; opacity: 0; }
  5%, 22% { top: 17%; left: 22%; opacity: 1; }
  34%, 50% { top: 45%; left: 74%; opacity: 1; }
  65%, 78% { top: 79%; left: 31%; opacity: 1; }
  91% { top: 79%; left: 87%; opacity: 1; }
  100% { top: 79%; left: 87%; opacity: 0; }
}

/* 04 / Industry intelligence: a small formal hedge and bloom in the foreground. */
.belvedere-hedge {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 35%;
  height: 18%;
  border-radius: 52% 52% 0 0 / 38% 38% 0 0;
  background:
    radial-gradient(circle at 12px 8px, #6c876b 0 9px, transparent 10px) 0 0 / 24px 18px repeat-x,
    linear-gradient(#567358, #3f5d45);
  box-shadow: inset 0 8px 13px rgba(184, 203, 173, .12);
}

.belvedere-hedge.hedge-left { left: 4%; }
.belvedere-hedge.hedge-right { right: 4%; }

/* 05 / Custom systems: a light rose workflow tied to the pink fifth petal. */
.service-visual.service-reading-action {
  --sv-paper: #f3e1e4;
  --sv-paper-deep: #ddb4bd;
  --sv-ink: #3f2931;
  --sv-muted: #745b62;
  --sv-rule: rgba(116, 67, 82, .3);
  --sv-faint: rgba(121, 69, 85, .08);
  --sv-wine: #7c4052;
  --sv-rose: #bd7789;
  --sv-sage: #9b8289;
  --sv-olive: #795463;
  --sv-gold: #ae8657;
  border-color: rgba(139, 82, 98, .58);
  background:
    radial-gradient(circle at 19% 20%, rgba(255, 249, 241, .5), transparent 27%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(109, 61, 76, .055) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
  box-shadow:
    inset 0 0 46px rgba(104, 58, 72, .1),
    7px 11px 20px rgba(79, 44, 56, .16);
}

.service-visual.service-reading-action::before {
  background:
    radial-gradient(ellipse at 18% 72%, rgba(255, 244, 232, .28), transparent 28%),
    repeating-linear-gradient(90deg, transparent 0 71px, rgba(114, 64, 80, .055) 71px 72px);
}

.service-reading-action .visual-kicker,
.service-reading-action > p {
  color: #4a3039;
}

.service-reading-action .action-thread path {
  stroke: #815063;
  filter: drop-shadow(0 2px 2px rgba(93, 53, 67, .15));
}

.service-reading-action .action-thread .return-thread {
  stroke: #a85f74;
}

.service-reading-action .action-node {
  border-color: rgba(115, 66, 81, .35);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(132, 74, 91, .07) 8% 8.5%, transparent 8.5%),
    rgba(255, 246, 238, .78);
  box-shadow: 0 16px 29px rgba(105, 59, 73, .14);
}

.service-reading-action .action-node::after {
  border-color: #96556a;
  background: #f1d8da;
}

.service-reading-action .action-node small { color: #8c4c60; }
.service-reading-action .action-node b { color: #432a33; }
.service-reading-action .action-signal {
  border-color: #fff4e8;
  background: #a95f75;
  box-shadow: 0 0 0 5px rgba(169, 95, 117, .14);
}

/* Client studies swap in place. No second page load is needed. */
.client-study-carousel {
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: 920px;
}

.sfi-portrait {
  position: relative;
}

.client-study-carousel .sfi-portrait {
  padding: 10px;
  border: 1px solid rgba(230, 191, 123, .48);
  background: rgba(244, 232, 212, .08);
  box-shadow: 12px 18px 34px rgba(34, 18, 23, .28);
}

.client-study-arrow {
  position: absolute;
  z-index: 12;
  top: calc(50% - 16px);
  width: 42px;
  height: 62px;
  display: grid;
  place-items: center;
  padding: 0;
  color: rgba(246, 244, 239, .64);
  border: 0;
  background: transparent;
  text-shadow: 0 2px 8px rgba(26, 15, 19, .48);
  cursor: pointer;
  font: 300 38px/1 Jost, sans-serif;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.client-study-arrow-previous {
  left: -43px;
  transform: translateY(-50%);
}

.client-study-arrow-next {
  right: -43px;
  transform: translateY(-50%);
}

.client-study-arrow:hover,
.client-study-arrow:focus-visible {
  color: rgba(255, 255, 255, .96);
  opacity: 1;
}

.client-study-arrow-previous:hover,
.client-study-arrow-previous:focus-visible {
  transform: translate(-3px, -50%);
}

.client-study-arrow-next:hover,
.client-study-arrow-next:focus-visible {
  transform: translate(3px, -50%);
}

.client-study-arrow:focus-visible {
  outline: 0;
  text-shadow:
    0 0 8px rgba(255, 255, 255, .46),
    0 2px 8px rgba(26, 15, 19, .48);
}

.client-workboards {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  color: #263c3e;
  border: 1px solid #4e3928;
  background: #edf1ed;
}

.client-workboard {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(rgba(33, 79, 81, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 79, 81, .035) 1px, transparent 1px),
    #edf1ed;
  background-size: 28px 28px;
}

.client-workboard > header,
.client-workboard > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #38585a;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.client-workboard > header {
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(45, 82, 83, .28);
}

.client-workboard > header b {
  color: #77513e;
  font-size: 7px;
}

.client-workboard > footer {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(45, 82, 83, .28);
}

.sfi-dashboard-window {
  position: relative;
  min-height: 0;
  margin: 13px 0 11px;
  overflow: hidden;
  flex: 1;
  border: 1px solid rgba(40, 74, 76, .32);
  background: #f8f6f1;
  box-shadow: 0 10px 20px rgba(30, 58, 59, .14);
}

.sfi-dashboard-window img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.sfi-dashboard-window figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 12px 8px;
  color: rgba(255, 255, 255, .9);
  background: linear-gradient(90deg, rgba(14, 65, 64, .96), rgba(15, 55, 73, .94));
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sfi-release-path {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
}

.sfi-release-path div {
  min-width: 0;
  padding: 10px 9px 9px;
  border-top: 2px solid #cf816c;
  background: rgba(255, 255, 255, .56);
}

.sfi-release-path small,
.sfi-release-path strong {
  display: block;
}

.sfi-release-path small {
  margin-bottom: 4px;
  color: #7b5b4b;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sfi-release-path strong {
  color: #29494a;
  font-size: 8px;
  line-height: 1.25;
}

.sfi-release-path > span {
  color: #b66c59;
  font: 500 16px/1 "Cormorant Garamond", serif;
}

.workboard-safe {
  color: #263b32;
  background:
    linear-gradient(rgba(48, 84, 64, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 84, 64, .04) 1px, transparent 1px),
    #edf0e8;
  background-size: 28px 28px;
}

.workbook-tabs {
  margin-top: 18px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.workbook-tabs span {
  padding: 8px 10px 6px;
  color: #4d6856;
  border: 1px solid rgba(62, 93, 70, .28);
  border-bottom: 0;
  background: rgba(255, 255, 255, .58);
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .05em;
}

.workbook-tabs span:first-child {
  color: #fff;
  background: #55745d;
}

.workbook-table {
  margin-bottom: 14px;
  border: 1px solid rgba(62, 93, 70, .34);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 9px 17px rgba(38, 62, 44, .1);
}

.workbook-row {
  display: grid;
  grid-template-columns: .72fr .9fr 1.45fr .72fr .78fr;
  border-bottom: 1px solid rgba(72, 98, 78, .2);
}

.workbook-row:last-child {
  border-bottom: 0;
}

.workbook-row > * {
  min-width: 0;
  padding: 14px 8px;
  overflow: hidden;
  border-right: 1px solid rgba(72, 98, 78, .16);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workbook-row > *:last-child {
  border-right: 0;
}

.workbook-heading {
  color: #fff;
  background: #315e50;
}

.workbook-heading > * {
  font-size: 7px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.redacted-field {
  color: transparent;
  background:
    linear-gradient(90deg, transparent 8px, rgba(63, 66, 61, .66) 8px calc(100% - 8px), transparent calc(100% - 8px));
  user-select: none;
}

.workboard-safe {
  display: none;
}

.client-study-carousel .sfi-label,
.client-study-carousel .sfi-copy,
.client-study-carousel .sfi-portrait {
  transition: opacity 180ms ease, transform 180ms ease;
}

.client-study-carousel.is-moving-next .sfi-label,
.client-study-carousel.is-moving-next .sfi-copy,
.client-study-carousel.is-moving-next .sfi-portrait {
  opacity: 0;
  transform: translateX(-18px);
}

.client-study-carousel.is-moving-previous .sfi-label,
.client-study-carousel.is-moving-previous .sfi-copy,
.client-study-carousel.is-moving-previous .sfi-portrait {
  opacity: 0;
  transform: translateX(18px);
}

.client-study-carousel.is-arriving .sfi-label,
.client-study-carousel.is-arriving .sfi-copy,
.client-study-carousel.is-arriving .sfi-portrait {
  animation: client-study-arrive 260ms ease both;
}

@keyframes client-study-arrive {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.client-study-carousel[data-study-variant="safe-ira"] .workboard-sfi {
  display: none;
}

.client-study-carousel[data-study-variant="safe-ira"] .workboard-safe {
  display: flex;
}

/* A burgundy garden-point edge carries the pale FAQ into the final invitation. */
.home-page .faq::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -21px;
  left: 0;
  height: 22px;
  display: block;
  background: #623844;
  -webkit-mask:
    linear-gradient(#000 0 0) top / 100% 45% no-repeat,
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 30px 58% repeat-x;
  mask:
    linear-gradient(#000 0 0) top / 100% 45% no-repeat,
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 30px 58% repeat-x;
  pointer-events: none;
}

body[data-theme="dark"].home-page .faq::after {
  background: #4b2e37;
}

body[data-theme="dark"] .service-visual.service-attribution-ledger {
  --sv-paper: #443d28;
  --sv-paper-deep: #2b281d;
  --sv-ink: #f5e9c5;
  --sv-muted: #d3c49c;
  --sv-rule: rgba(228, 200, 126, .28);
  --sv-faint: rgba(228, 200, 126, .08);
  --sv-wine: #d5b45d;
  --sv-rose: #c99f49;
  --sv-sage: #a89b70;
  --sv-olive: #c0ad68;
  background:
    radial-gradient(circle at 21% 27%, rgba(230, 203, 126, .09), transparent 23%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-attribution-ledger .attribution-dial {
  border-color: #88794f;
  background:
    radial-gradient(circle at 37% 29%, rgba(255, 244, 197, .12), transparent 23%),
    repeating-radial-gradient(circle at 48% 47%, transparent 0 12px, rgba(230, 217, 190, .035) 12px 13px),
    #4d4630;
}

body[data-theme="dark"] .service-visual.service-registered-view {
  --sv-paper: #2d3d42;
  --sv-paper-deep: #1e292d;
  --sv-ink: #e8f1ef;
  --sv-muted: #b9ced0;
  --sv-rule: rgba(171, 205, 212, .27);
  --sv-faint: rgba(171, 205, 212, .08);
  --sv-wine: #91bbc5;
  --sv-rose: #78a7b2;
  --sv-sage: #8aaeb4;
  --sv-olive: #a3c2c8;
  background:
    radial-gradient(circle at 50% 50%, rgba(119, 169, 180, .1), transparent 31%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-visual.service-unbroken-route {
  --sv-paper: #482833;
  --sv-paper-deep: #24171e;
  --sv-ink: #fff0df;
  --sv-muted: #dcc5c0;
  background:
    radial-gradient(circle at 20% 18%, rgba(226, 148, 169, .12), transparent 27%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-visual.service-reading-action {
  --sv-paper: #9a6876;
  --sv-paper-deep: #744756;
  --sv-ink: #2f1f25;
  --sv-muted: #4f373e;
  --sv-rule: rgba(79, 42, 54, .28);
  --sv-faint: rgba(79, 42, 54, .07);
  --sv-wine: #633142;
  --sv-rose: #b9798a;
  --sv-sage: #8a6f78;
  --sv-olive: #603d49;
  border-color: rgba(210, 158, 170, .58);
  background:
    radial-gradient(circle at 19% 20%, rgba(255, 237, 225, .24), transparent 27%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(68, 33, 44, .045) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-reading-action .visual-kicker,
body[data-theme="dark"] .service-reading-action > p {
  color: #fff0df;
}

@media (max-width: 700px) {
  .belvedere-hedge {
    height: 15%;
  }
}

/* Inquiry choices: each card explains the work before the visitor commits. */
.contact-options {
  gap: 10px;
}

.contact-addons {
  margin-top: 18px;
}

.contact-choice {
  --choice-accent: #7a806d;
  min-height: 62px !important;
  padding: 11px 12px !important;
  align-items: flex-start !important;
  position: relative;
  overflow: hidden;
  border-left: 4px solid var(--choice-accent) !important;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contact-choice--sage { --choice-accent: #73806b; }
.contact-choice--blue { --choice-accent: #708b88; }
.contact-choice--plum { --choice-accent: #8d5968; }
.contact-choice--olive { --choice-accent: #85855f; }
.contact-choice--terracotta { --choice-accent: #b36f5e; }
.contact-choice--forest { --choice-accent: #34503e; }
.contact-choice--gold { --choice-accent: #ad8850; }
.contact-choice--neutral { --choice-accent: #8a7d71; }

.contact-choice input {
  margin-top: 3px;
  accent-color: var(--choice-accent);
}

.contact-options .contact-choice > .contact-choice-copy {
  margin: 0;
  display: grid;
  gap: 3px;
  color: #463831;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.contact-choice-copy strong {
  color: #3b302a;
  font: 600 16px/1 "Cormorant Garamond", serif;
}

.contact-choice-copy small {
  color: #7a5c50;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.contact-choice-reveal {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  color: #67584f;
  font-size: 10px;
  line-height: 1.48;
  transition: max-height .24s ease, margin-top .24s ease, opacity .18s ease;
}

.contact-choice:hover .contact-choice-reveal,
.contact-choice:focus-within .contact-choice-reveal,
.contact-choice:has(input:checked) .contact-choice-reveal {
  max-height: 72px;
  margin-top: 5px;
  opacity: 1;
}

.contact-options .contact-choice:has(input:checked) {
  background: color-mix(in srgb, var(--choice-accent) 18%, #f7efe3) !important;
  border-color: var(--choice-accent) !important;
  box-shadow: inset 3px 0 0 var(--choice-accent);
}

.contact-honey {
  display: none !important;
}

.contact-status.is-success {
  color: #496b50;
}

.contact-status.is-error {
  color: #9c3f39;
}

.contact-dialog button[disabled] {
  cursor: wait;
  opacity: .7;
}

body[data-theme="dark"] .contact-options .contact-choice > .contact-choice-copy,
body[data-theme="dark"] .contact-choice-copy strong {
  color: #f1e2cf;
}

body[data-theme="dark"] .contact-choice-copy small {
  color: #d7a594;
}

body[data-theme="dark"] .contact-choice-reveal {
  color: #cfc1ae;
}

body[data-theme="dark"] .contact-options .contact-choice:has(input:checked) {
  background: color-mix(in srgb, var(--choice-accent) 28%, #2f302b) !important;
}

body[data-theme="dark"] .contact-status.is-success {
  color: #a9cba6;
}

body[data-theme="dark"] .contact-status.is-error {
  color: #efaa97;
}

/* One coordinated color family now carries packages and their related service cues. */
.package-card {
  --package-accent: #73806b;
  border-top-color: var(--package-accent);
}

.package-card:nth-child(1) { --package-accent: #73806b; }
.package-card:nth-child(2) { --package-accent: #708b88; }
.package-card:nth-child(3) { --package-accent: #8d5968; }
.package-card:nth-child(4) { --package-accent: #85855f; }
.package-card:nth-child(5) { --package-accent: #b36f5e; }
.package-card:nth-child(6) { --package-accent: #34503e; }

.package-card,
.package-card.featured {
  border-top-color: var(--package-accent);
}

.package-card.featured {
  background: #eddddc;
  border-color: #b98f93;
  border-top-color: var(--package-accent);
}

.package-card > p,
.package-card .price-pair small,
.package-card .package-body .addon-label {
  color: var(--package-accent) !important;
}

.package-badge {
  background: var(--package-accent);
}

body[data-theme="dark"].pricing-page .package-card,
body[data-theme="dark"].pricing-page .package-card:not(.dark-card),
body[data-theme="dark"].pricing-page .package-card.featured,
body[data-theme="dark"].pricing-page .package-card.featured:not(.dark-card),
body[data-theme="dark"].pricing-page .package-card.dark-card {
  border-top-color: var(--package-accent);
}

body[data-theme="dark"].pricing-page .package-card > p,
body[data-theme="dark"].pricing-page .price-pair small,
body[data-theme="dark"].pricing-page .package-body .addon-label {
  color: color-mix(in srgb, var(--package-accent) 65%, #f4dfc8) !important;
}

.service-spread {
  --service-accent: #73806b;
}

.service-spread[data-service="02"] { --service-accent: #708b88; }
.service-spread[data-service="03"] { --service-accent: #b36f5e; }
.service-spread[data-service="04"] { --service-accent: #85855f; }
.service-spread[data-service="05"] { --service-accent: #8d5968; }

.service-spread .service-number,
.service-spread .eyebrow {
  color: var(--service-accent);
}

.service-spread .spread-copy li {
  border-color: color-mix(in srgb, var(--service-accent) 35%, transparent);
}

/* A substantial climbing vine connects the process, with the cards set on top of it. */
.garden-method header {
  max-width: 940px;
}

.garden-method header h2 {
  max-width: 920px;
}

.method-intro {
  max-width: 690px;
  margin: 25px 0 0;
  color: #5c554b;
  font-size: 16px;
  line-height: 1.75;
}

.garden-plan {
  min-height: 560px;
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
  gap: 28px;
}

.garden-plan article,
.garden-plan article:nth-child(odd),
.garden-plan article:nth-child(even) {
  min-height: 286px;
  padding: 38px 30px;
  z-index: 3;
  justify-content: center;
  text-align: center;
}

.garden-plan article:nth-child(odd) {
  transform: translateY(-57px) rotate(-.7deg);
}

.garden-plan article:nth-child(even) {
  transform: translateY(57px) rotate(.7deg);
}

.garden-plan article::before,
.garden-plan article::after {
  display: none;
}

.garden-plan h3 {
  max-width: 230px;
  margin: 0 auto 15px;
  font-size: clamp(28px, 2.2vw, 36px);
  line-height: .93;
}

.garden-plan p {
  max-width: 250px;
  margin: 0 auto;
}

.method-vine {
  display: block;
  z-index: 1;
  right: 0;
  left: 0;
  width: 100%;
  height: 190px;
  border: 0;
  pointer-events: none;
}

.method-vine-primary {
  top: 45%;
  transform: translateY(-50%) rotate(-1deg);
}

.method-vine-secondary {
  top: 57%;
  opacity: .78;
  transform: translateY(-50%) rotate(2deg) scaleY(-1);
}

.method-vine::before,
.method-vine::after {
  width: 58%;
  height: 128px;
  border-top: 8px solid #4f694e;
  border-radius: 50%;
  filter: drop-shadow(1px 4px 2px rgba(45, 61, 39, .2));
}

.method-vine::before {
  top: 31px;
  left: -1%;
  transform: rotate(5deg);
}

.method-vine::after {
  top: 10px;
  right: -1%;
  transform: rotate(-7deg);
}

.method-vine .vine-stem {
  top: 80px;
  right: 1%;
  left: 1%;
  height: 96px;
  border-top: 5px solid #657a5b;
  border-radius: 50%;
  filter: drop-shadow(1px 3px 1px rgba(45, 61, 39, .18));
}

.vine-branch {
  position: absolute;
  z-index: 2;
  width: 116px;
  height: 72px;
  border: 4px solid #536d51;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.branch-one {
  top: 35px;
  left: 24%;
  transform: rotate(24deg);
}

.branch-two {
  right: 23%;
  bottom: 12px;
  transform: rotate(198deg);
}

.vine-leaf {
  z-index: 3;
  width: 43px;
  height: 21px;
  border: 1px solid #4d684b;
  border-radius: 90% 8% 90% 8%;
  background: linear-gradient(135deg, #b8c8a8, #607857);
  box-shadow: inset 4px 2px 7px rgba(255, 255, 255, .18), 2px 3px 4px rgba(47, 64, 41, .15);
}

.leaf-one { top: 35px; left: 9%; transform: rotate(-20deg); }
.leaf-two { top: 116px; left: 28%; transform: rotate(194deg); }
.leaf-three { top: 24px; left: 47%; transform: rotate(16deg); }
.leaf-four { top: 119px; left: 65%; transform: rotate(205deg); }
.leaf-five { top: 39px; left: 78%; transform: rotate(-13deg); }
.leaf-six { top: 105px; right: 4%; transform: rotate(190deg); }

.method-vine .vine-bud {
  top: 72px;
  right: 49%;
  display: block;
  width: 19px;
  height: 25px;
  border: 2px solid #81545d;
  border-radius: 62% 38% 65% 35%;
  background: #b98288;
  box-shadow: inset 4px 2px 6px rgba(255, 226, 220, .25);
  transform: rotate(42deg);
}

.method-vine-secondary .vine-bud {
  right: 17%;
  background: #d1aaa4;
}

.method-vine-secondary .vine-thorn {
  display: none;
}

body[data-theme="dark"].home-page .method-intro {
  color: #cfc3b3;
}

body[data-theme="dark"].home-page .method-vine::before,
body[data-theme="dark"].home-page .method-vine::after {
  border-color: #789071;
}

body[data-theme="dark"].home-page .method-vine .vine-stem,
body[data-theme="dark"].home-page .vine-branch {
  border-top-color: #789071;
}

/* The FAQ introduction occupies the former dead space and gives a direct next step. */
.home-page .faq {
  padding-top: 96px;
  padding-bottom: 92px;
  align-items: start;
}

.faq-intro {
  max-width: 480px;
  margin: 24px 0 0;
  color: #665950;
  font-size: 14px;
  line-height: 1.7;
}

.faq-question-link {
  width: fit-content;
  margin-top: 24px;
  padding-bottom: 5px;
  display: inline-flex;
  gap: 10px;
  color: #70424d;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .075em;
  text-decoration: none;
  text-transform: uppercase;
}

body[data-theme="dark"].home-page .faq-intro {
  color: #cbbfb0;
}

body[data-theme="dark"].home-page .faq-question-link {
  color: #dfa28f;
}

@media (max-width: 900px) {
  .garden-plan article,
  .garden-plan article:nth-child(odd),
  .garden-plan article:nth-child(even) {
    min-height: 260px;
    transform: none;
  }

  .method-vine-secondary {
    display: none;
  }

  .method-vine-primary {
    top: 50%;
  }
}

@media (max-width: 700px) {
  .contact-choice:hover .contact-choice-reveal {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
  }

  .contact-choice:focus-within .contact-choice-reveal,
  .contact-choice:has(input:checked) .contact-choice-reveal {
    max-height: 84px;
    margin-top: 5px;
    opacity: 1;
  }

  .garden-plan {
    padding-top: 45px;
    padding-bottom: 45px;
    grid-template-columns: 1fr;
  }

  .garden-plan article,
  .garden-plan article:nth-child(odd),
  .garden-plan article:nth-child(even) {
    min-height: 235px;
    padding: 35px 28px;
  }

  .method-vine-primary {
    top: 35px;
    bottom: 35px;
    left: calc(50% - 3px);
    width: 6px;
    height: auto;
    display: block;
    border-left: 6px double #607759;
    transform: none;
  }

  .method-vine-primary::before,
  .method-vine-primary::after,
  .method-vine-primary > i {
    display: none;
  }

  .method-intro {
    font-size: 14px;
  }

  .home-page .faq {
    padding-top: 78px;
    padding-bottom: 80px;
  }
}

/* Final responsive readability pass: one shared scale and one shared header. */
html {
  overflow-x: clip;
}

body {
  font-size: 16px;
}

.site-header nav a {
  padding: 8px 0;
  font-size: 13px;
}

.button,
.quiet-link {
  font-size: 13px;
}

.button-small,
.theme-toggle {
  font-size: 12px;
}

.eyebrow,
.principle-grid span,
.stage-name > span {
  font-size: 10.5px;
}

.business-home-hero .studio-hero-copy h1 i {
  color: #7b3f4d;
}

.business-home-hero .studio-hero-copy .hero-lede {
  font-size: 17px;
}

body[data-theme="dark"].home-page .business-home-hero .studio-hero-copy h1 i {
  color: #df9a87;
}

.contact-band .eyebrow,
.home-page .contact-band .eyebrow,
.pricing-page .contact-band .eyebrow,
.process-page .contact-band .eyebrow {
  color: #f3c8af;
}

.process-principles > header > p:last-child,
.principle-grid p,
.stage-name p {
  font-size: 15px;
  line-height: 1.68;
}

.stage-ledger dt {
  font-size: 10.5px;
}

.stage-ledger dd {
  font-size: 15px;
  line-height: 1.65;
}

.process-collaboration li {
  font-size: 15px;
  line-height: 1.6;
}

.process-boundaries > div p {
  font-size: 16px;
  line-height: 1.68;
}

.pricing-hero > p:last-child,
.pricing-intro > p,
.pricing-art-break > div > p:last-child,
.pricing-note-band > p,
.contact-band > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.7;
}

.pricing-page .package-card > p:not(.package-summary),
.pricing-page .package-card .price-pair small,
.pricing-page .package-card .package-body .addon-label {
  color: color-mix(in srgb, var(--package-accent) 62%, #30241f) !important;
}

.package-card > span {
  font-size: 11px;
  line-height: 1.45;
}

.package-card > .package-summary,
.package-card.featured > .package-summary {
  color: var(--muted) !important;
  font-size: 15px;
  line-height: 1.65;
}

.package-badge {
  padding: 4px 7px;
  font-size: 9px;
}

.price-pair small {
  font-size: 10.5px;
}

.package-detail summary {
  min-height: 44px;
  align-items: center;
  font-size: 13px;
  line-height: 1.45;
}

.package-card .package-body ul,
.package-card .package-body > p,
.package-card .package-body .addons {
  font-size: 14px;
  line-height: 1.6;
}

.package-body .addon-label {
  font-size: 10.5px !important;
}

.package-card a {
  min-height: 44px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

body[data-theme="dark"].pricing-page .package-card > p:not(.package-summary),
body[data-theme="dark"].pricing-page .price-pair small,
body[data-theme="dark"].pricing-page .package-body .addon-label {
  color: color-mix(in srgb, var(--package-accent) 42%, #f4dfc8) !important;
}

body[data-theme="dark"].pricing-page .package-card > .package-summary,
body[data-theme="dark"].pricing-page .package-card.featured > .package-summary {
  color: #d4c7b8 !important;
}

.faq-intro {
  font-size: 16px;
}

.faq-question-link {
  min-height: 44px;
  align-items: center;
  font-size: 13px;
}

.site-footer p {
  font-size: 10.5px;
}

.social-placeholder span,
.site-footer small {
  font-size: 12px;
  line-height: 1.5;
}

.payment-types span {
  font-size: 10px;
}

.footer-bottom {
  font-size: 11.5px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 0;
    padding-top: 13px;
    padding-bottom: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 18px;
  }

  .site-header .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-header .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .site-header nav {
    width: 100%;
    padding-top: 11px;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 1px solid color-mix(in srgb, var(--line) 58%, transparent);
  }

  .site-header nav a {
    font-size: 13px;
  }

  .process-hero-intro > p {
    font-size: 17px;
  }

  .business-home-hero .studio-hero-copy h1 {
    font-size: clamp(58px, 8.4vw, 68px);
    line-height: .9;
  }

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

@media (max-width: 700px) {
  body {
    font-size: 17px;
  }

  .site-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .site-header nav {
    gap: 12px;
  }

  .site-header nav a {
    font-size: 13px;
    letter-spacing: .085em;
  }

  .process-hero h1,
  .pricing-hero h1 {
    font-size: clamp(48px, 12.8vw, 54px);
    line-height: .9;
  }

  .business-home-hero .studio-hero-copy h1 {
    font-size: clamp(47px, 12.5vw, 54px);
    line-height: .92;
  }

  .process-principles h2,
  .process-stages > header h2,
  .process-continuing-band h2,
  .process-collaboration h2,
  .process-boundaries h2,
  .process-art-break h2,
  .services-intro h2,
  .garden-method h2,
  .starting-heading h2,
  .pricing-intro h2,
  .pricing-note-band h2 {
    font-size: 43px;
    line-height: .94;
  }

  .spread-copy h3 {
    font-size: 38px;
    line-height: .94;
  }

  .stage-name h3 {
    font-size: 41px;
  }

  .method-intro,
  .pricing-hero > p:last-child,
  .pricing-intro > p,
  .pricing-art-break > div > p:last-child,
  .pricing-note-band > p,
  .process-art-break > div > p:last-child,
  .contact-band > p:not(.eyebrow) {
    font-size: 17px;
  }

  .principle-grid p,
  .stage-name p,
  .stage-ledger dd,
  .process-collaboration li {
    font-size: 16px;
  }

  .stage-ledger dt,
  .principle-grid span,
  .stage-name > span {
    font-size: 11px;
  }

  .package-card {
    padding: 24px;
  }

  .package-card > span {
    font-size: 12px;
  }

  .package-card > .package-summary,
  .package-card.featured > .package-summary {
    font-size: 16px;
  }

  .package-detail summary,
  .package-card a {
    font-size: 13px;
  }

  .package-card .package-body ul,
  .package-card .package-body > p,
  .package-card .package-body .addons {
    font-size: 15px;
  }

  .price-pair small,
  .package-body .addon-label {
    font-size: 11px !important;
  }

}

/* July refinement: the rose is built from petals, and the five studies share one garden spine. */
html {
  scroll-behavior: smooth;
}

.hero-business-tell {
  width: min(100%, 655px);
  display: block;
  text-align: center;
}

.hero-business-tell strong {
  display: block;
  font-size: clamp(13px, 1.05vw, 16px);
}

.service-spread {
  scroll-margin-top: 118px;
}

@media (min-width: 901px) {
  .rose-index {
    --rose-bloom: 0;
    position: relative;
    margin-bottom: -540px;
  }

  .rose-index > .service-rosette {
    position: sticky;
    top: 124px;
    margin-bottom: 41px;
    opacity: var(--rose-bloom);
    filter: blur(calc((1 - var(--rose-bloom)) * 1.8px));
    transform: translateY(var(--rose-edge-shift, 0px))
      rotate(calc((1 - var(--rose-bloom)) * -5deg))
      scale(calc(.68 + (var(--rose-bloom) * .32)));
    transform-origin: 50% 58%;
    transition: opacity .18s linear, filter .18s linear, transform .24s cubic-bezier(.2, .8, .2, 1);
    will-change: opacity, transform;
  }

  .rose-index-sticky {
    top: 355px;
    opacity: var(--rose-bloom);
    transform: translateY(calc(var(--rose-edge-shift, 0px) + ((1 - var(--rose-bloom)) * 10px)));
    transition: opacity .18s linear, transform .24s cubic-bezier(.2, .8, .2, 1);
  }

  .service-rosette[data-bloom="open"] b {
    animation: rose-bud-settle .7s cubic-bezier(.2, .8, .2, 1) both;
  }
}

@keyframes rose-bud-settle {
  0% { transform: rotate(16deg) scale(.82); }
  64% { transform: rotate(27deg) scale(1.04); }
  100% { transform: rotate(24deg) scale(1); }
}

.rose-index li {
  padding: 0;
}

.rose-index li::before {
  top: 19px;
}

.rose-index li a {
  padding: 10px 0 10px 19px;
  display: block;
  color: inherit;
  text-decoration: none;
}

.rose-index li a:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--wine) 55%, transparent);
  outline-offset: 4px;
}

.service-rosette::before,
.mobile-service-rose::before {
  display: none !important;
}

.rose-underlayer {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  pointer-events: none;
  transform: rotate(7deg);
}

.rose-underlayer > i {
  position: absolute;
  top: 9px;
  left: 58px;
  width: 74px;
  height: 101px;
  display: block;
  border: 1px solid rgba(105, 31, 50, .12);
  border-radius: 74% 36% 69% 40% / 72% 43% 68% 38%;
  background:
    linear-gradient(145deg, rgba(156, 61, 78, .14), rgba(105, 31, 50, .09));
  box-shadow: inset 8px 5px 16px rgba(255, 211, 211, .05);
  transform-origin: 50% 86px;
}

.rose-underlayer > i:nth-child(1) { transform: rotate(8deg) translateY(-4px) scale(1.05); }
.rose-underlayer > i:nth-child(2) { transform: rotate(80deg) translateY(-4px) scale(1.08); }
.rose-underlayer > i:nth-child(3) { transform: rotate(152deg) translateY(-4px) scale(1.04); }
.rose-underlayer > i:nth-child(4) { transform: rotate(224deg) translateY(-4px) scale(1.08); }
.rose-underlayer > i:nth-child(5) { transform: rotate(296deg) translateY(-4px) scale(1.05); }

.service-rosette .petal,
.mobile-service-rose > i {
  z-index: 2;
}

.service-rosette[data-active="01"] .petal-1 {
  transform: rotate(-3deg) translateY(-8px) scale(1.06);
}

.service-rosette[data-active="02"] .petal-2 {
  transform: rotate(69deg) translateY(-10px) scale(1.1);
}

.service-rosette[data-active="03"] .petal-3 {
  transform: rotate(142deg) translateY(-10px) scale(1.07);
}

.service-rosette[data-active="04"] .petal-4 {
  transform: rotate(218deg) translateY(-10px) scale(1.1);
}

.service-rosette[data-active="05"] .petal-5 {
  transform: rotate(291deg) translateY(-10px) scale(1.08);
}

.service-rosette .rose-inner,
.mobile-service-rose .rose-inner {
  z-index: 3;
}

.rose-inner i,
.mobile-service-rose .rose-inner i {
  background: rgba(255, 254, 249, .48);
  border-color: rgba(255, 255, 255, .68);
}

body[data-theme="dark"] .rose-underlayer > i {
  border-color: rgba(197, 101, 116, .14);
  background: linear-gradient(145deg, rgba(157, 58, 78, .17), rgba(86, 28, 43, .13));
}

body[data-theme="dark"] .rose-inner i,
body[data-theme="dark"] .mobile-service-rose .rose-inner i {
  background: rgba(255, 250, 240, .34);
  border-color: rgba(255, 250, 240, .52);
}

.service-visual {
  min-height: 470px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #f4ead6;
  border: 1px solid rgba(70, 80, 57, .78);
  border-radius: 3px 3px 46% 46% / 3px 3px 8% 8%;
  box-shadow:
    inset 0 0 55px rgba(20, 31, 21, .2),
    7px 11px 20px rgba(63, 47, 36, .14);
}

.service-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .42;
  background-image:
    radial-gradient(ellipse at 20% 30%, rgba(205, 222, 185, .24), transparent 24%),
    radial-gradient(ellipse at 78% 68%, rgba(18, 54, 30, .35), transparent 31%),
    linear-gradient(145deg, #6f8263, #2f5038 72%);
}

.service-visual::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 8px rgba(230, 216, 182, .08);
}

.visual-kicker {
  position: absolute;
  z-index: 10;
  top: 18px;
  left: 20px;
  color: rgba(255, 246, 224, .88);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-visual > p {
  position: absolute;
  z-index: 10;
  right: 22px;
  bottom: 18px;
  left: 22px;
  margin: 0;
  color: rgba(255, 246, 228, .9);
  font: 600 18px/1.05 "Cormorant Garamond", serif;
  text-align: center;
}

/* 01: a working sundial — time, attention, and return. */
.garden-timepiece {
  background:
    linear-gradient(to bottom, #aab3a1 0 36%, #526b4d 36.5% 100%);
}

.garden-timepiece::before {
  opacity: .66;
  background:
    radial-gradient(circle at 79% 13%, rgba(250, 226, 161, .75), transparent 17%),
    linear-gradient(157deg, rgba(255,255,255,.26), transparent 37%),
    linear-gradient(to bottom, #c6c9b7 0 35%, #61765a 35.5% 100%);
}

.timepiece-scene {
  position: absolute;
  inset: 42px 23px 54px;
}

.sun-trace {
  position: absolute;
  top: 15px;
  right: 13%;
  left: 13%;
  height: 150px;
  border-top: 1px solid rgba(239, 210, 143, .78);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.sun-trace::before,
.sun-trace::after {
  content: "";
  position: absolute;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dfc078;
  box-shadow: 0 0 0 6px rgba(235, 208, 149, .12);
}

.sun-trace::before { left: 12%; }
.sun-trace::after { right: 9%; }

.dial-face {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 245px;
  height: 245px;
  border: 9px double #9c8d6d;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from -64deg, rgba(82, 69, 48, .34) 0 1deg, transparent 1deg 14deg),
    radial-gradient(circle at 37% 30%, #eadfc3, #c8b994 69%, #988967 70%);
  box-shadow:
    0 19px 22px rgba(30, 45, 28, .32),
    inset 0 0 25px rgba(93, 73, 45, .26);
  transform: translateX(-50%) perspective(520px) rotateX(58deg);
}

.dial-face i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6e5b3f;
}

.dial-face i:nth-child(1) { transform: translate(-91px,-13px); }
.dial-face i:nth-child(2) { transform: translate(-70px,-55px); }
.dial-face i:nth-child(3) { transform: translate(-33px,-82px); }
.dial-face i:nth-child(4) { transform: translate(10px,-87px); }
.dial-face i:nth-child(5) { transform: translate(49px,-68px); }
.dial-face i:nth-child(6) { transform: translate(78px,-31px); }
.dial-face i:nth-child(7) { transform: translate(87px,12px); }

.gnomon {
  position: absolute;
  z-index: 3;
  top: 57px;
  left: 116px;
  width: 56px;
  height: 96px;
  display: block;
  clip-path: polygon(0 100%, 28% 0, 100% 100%);
  background: linear-gradient(90deg, #705f45, #c5ad79 48%, #5e513e);
  filter: drop-shadow(21px 22px 8px rgba(51, 44, 34, .32));
}

.timepiece-readings {
  position: absolute;
  right: 3%;
  bottom: 9px;
  left: 3%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(230, 212, 178, .5);
  background: rgba(38, 56, 39, .82);
  box-shadow: 0 7px 15px rgba(27, 40, 28, .2);
}

.timepiece-readings span {
  padding: 12px 9px 11px;
  text-align: center;
}

.timepiece-readings span + span {
  border-left: 1px solid rgba(230, 212, 178, .32);
}

.timepiece-readings small,
.timepiece-readings strong {
  display: block;
}

.timepiece-readings small {
  color: #d8bd82;
  font-size: 7px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.timepiece-readings strong {
  margin-top: 5px;
  color: #fff6e4;
  font: 600 18px/1 "Cormorant Garamond", serif;
}

/* 02: four watercourses meet in one basin. */
.garden-confluence {
  background:
    linear-gradient(145deg, rgba(213, 221, 202, .18), transparent 42%),
    #36533d;
}

.garden-confluence::before {
  opacity: .72;
  background:
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(215, 227, 200, .04) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(215, 227, 200, .04) 40px),
    radial-gradient(circle at 50% 50%, #617c62, #2b4735 70%);
}

.confluence-channel {
  position: absolute;
  z-index: 2;
  width: 44%;
  height: 46px;
  border-top: 3px solid #9bb3a5;
  border-bottom: 1px solid rgba(220, 231, 216, .32);
  background: linear-gradient(90deg, rgba(173, 205, 195, .06), rgba(159, 196, 186, .45));
  transform-origin: right center;
}

.confluence-channel::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -7px;
  width: 10px;
  height: 57px;
  background: rgba(203, 221, 210, .6);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.confluence-channel span {
  position: absolute;
  top: 11px;
  padding: 5px 8px;
  color: #f7edd9;
  background: rgba(47, 67, 49, .86);
  border: 1px solid rgba(217, 202, 167, .34);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.channel-marketing { top: 91px; left: -5%; transform: rotate(25deg); }
.channel-marketing span { left: 16%; transform: rotate(-25deg); }
.channel-sales { top: 91px; right: 50%; transform: rotate(-25deg); }
.channel-sales span { left: 16%; transform: rotate(25deg); }
.channel-operations { right: 50%; bottom: 103px; transform: rotate(25deg) scaleX(-1); }
.channel-operations span { right: 15%; transform: rotate(-25deg) scaleX(-1); }
.channel-finance { right: 5%; bottom: 103px; transform: rotate(-25deg) scaleX(-1); }
.channel-finance span { right: 15%; transform: rotate(25deg) scaleX(-1); }

.confluence-basin {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  padding: 49px 23px 0;
  color: #30483a;
  border: 10px double #a99b7b;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 39%, rgba(255,255,255,.36), transparent 9%),
    radial-gradient(circle, #a9cbc2 0 48%, #6f978f 49% 63%, #c5b994 64%);
  box-shadow: 0 13px 25px rgba(20, 34, 24, .34);
  text-align: center;
  transform: translate(-50%, -50%);
}

.confluence-basin i {
  position: absolute;
  inset: 27px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
}

.confluence-basin b {
  position: relative;
  display: block;
  font: 700 27px/.86 "Cormorant Garamond", serif;
}

.confluence-basin small {
  position: relative;
  display: block;
  margin-top: 11px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.confluence-vine {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 75px;
  border-top: 4px solid rgba(183, 198, 159, .78);
  border-radius: 50%;
}

.confluence-vine::before,
.confluence-vine::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 14px;
  border-radius: 90% 8% 90% 8%;
  background: #7f9a6e;
}

.confluence-vine::before { top: -16px; left: 23%; transform: rotate(-19deg); }
.confluence-vine::after { top: 6px; right: 21%; transform: rotate(167deg); }
.vine-a { top: 54px; left: 2%; transform: rotate(6deg); }
.vine-b { right: 1%; bottom: 53px; transform: rotate(186deg); }

/* 03: a glasshouse entrance with a measurable client path. */
.measured-glasshouse {
  background: linear-gradient(to bottom, #aeb9ae 0 41%, #54704f 41.5%);
}

.measured-glasshouse::before {
  opacity: .76;
  background:
    linear-gradient(155deg, rgba(255,255,255,.32), transparent 37%),
    linear-gradient(to bottom, #c9d1c8 0 39%, #60785a 39.5% 100%);
}

.glasshouse {
  position: absolute;
  top: 70px;
  right: 15%;
  left: 15%;
  height: 245px;
  overflow: hidden;
  border: 5px double #566f5a;
  border-bottom-width: 8px;
  border-radius: 50% 50% 2px 2px / 31% 31% 2px 2px;
  background:
    repeating-linear-gradient(90deg, transparent 0 62px, rgba(67, 91, 72, .54) 63px 66px),
    repeating-linear-gradient(0deg, transparent 0 53px, rgba(67, 91, 72, .4) 54px 57px),
    linear-gradient(135deg, rgba(255,255,255,.57), rgba(181, 207, 197, .19));
  box-shadow:
    inset 0 0 30px rgba(29, 55, 37, .17),
    0 15px 22px rgba(30, 45, 29, .27);
}

.glasshouse-arch {
  position: absolute;
  top: -46px;
  left: 50%;
  width: 4px;
  height: 285px;
  background: #536d58;
  transform: translateX(-50%);
}

.glasshouse-door {
  position: absolute;
  right: 33%;
  bottom: 0;
  left: 33%;
  height: 151px;
  display: grid;
  place-items: center;
  border: 4px double #4e6852;
  border-bottom: 0;
  border-radius: 50% 50% 0 0 / 24% 24% 0 0;
  background: rgba(224, 234, 222, .52);
}

.glasshouse-door b {
  padding: 7px 10px;
  color: #405442;
  background: rgba(246, 238, 219, .84);
  font: 700 18px/1 "Cormorant Garamond", serif;
}

.climber {
  position: absolute;
  bottom: -11px;
  width: 38%;
  height: 150px;
  border-top: 4px solid #526d4e;
  border-radius: 50%;
}

.climber::before,
.climber::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 15px;
  background: linear-gradient(135deg, #98a77e, #4b6b4d);
  border-radius: 90% 8% 90% 8%;
}

.climber::before { top: 5px; left: 28%; transform: rotate(-24deg); }
.climber::after { top: 39px; right: 15%; transform: rotate(165deg); }
.climber-left { left: -4%; transform: rotate(54deg); }
.climber-right { right: -4%; transform: rotate(126deg) scaleY(-1); }

.journey-stones {
  position: absolute;
  z-index: 6;
  right: 10%;
  bottom: 55px;
  left: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.journey-stones::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 7%;
  left: 7%;
  height: 2px;
  background: linear-gradient(90deg, #cfb984, #f2ddaa, #cfb984);
}

.journey-stones span {
  min-width: 70px;
  padding: 8px 9px;
  color: #f8efdc;
  border: 1px solid rgba(225, 205, 165, .6);
  border-radius: 50%;
  background: #455f48;
  box-shadow: 0 4px 9px rgba(31, 43, 31, .2);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
  text-align: center;
  text-transform: uppercase;
}

/* 04: an observatory reads any industry, not only a place. */
.garden-observatory {
  background: linear-gradient(to bottom, #8f9f92 0 48%, #415d46 48.5%);
}

.garden-observatory::before {
  opacity: .78;
  background:
    radial-gradient(circle at 73% 18%, rgba(245, 228, 181, .38), transparent 18%),
    linear-gradient(to bottom, #aeb9ae 0 47%, #4e6b51 47.5%);
}

.observatory-dome {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 248px;
  height: 238px;
  overflow: hidden;
  border: 7px double #7a745f;
  border-bottom-width: 13px;
  border-radius: 50% 50% 3px 3px / 46% 46% 3px 3px;
  background:
    repeating-conic-gradient(from -45deg at 50% 100%, rgba(75, 88, 75, .38) 0 2deg, transparent 2deg 17deg),
    linear-gradient(150deg, rgba(255,255,255,.44), rgba(170, 194, 183, .25));
  box-shadow: 0 17px 25px rgba(30, 43, 31, .3);
  transform: translateX(-50%);
}

.observatory-sight {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 6px;
  height: 190px;
  background: #6b745f;
  transform: translateX(-50%) rotate(23deg);
  transform-origin: 50% 100%;
}

.observatory-sight::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 28px;
  height: 28px;
  border: 4px double #8a7655;
  border-radius: 50%;
  background: #b9cfc7;
}

.observatory-lens {
  position: absolute;
  right: 39px;
  bottom: 34px;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: #304638;
  border: 8px double #9d8c68;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229,240,232,.87), rgba(129,168,156,.82));
}

.observatory-lens i {
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(61, 83, 66, .5);
  border-radius: 50%;
}

.observatory-lens b {
  position: relative;
  font: 700 18px/1 "Cormorant Garamond", serif;
}

.sector-orbit {
  position: absolute;
  right: 7%;
  bottom: 57px;
  left: 7%;
  height: 105px;
  border-top: 1px solid rgba(222, 205, 164, .68);
  border-radius: 50%;
}

.sector-orbit span {
  position: absolute;
  padding: 6px 8px;
  color: #fff4df;
  background: rgba(55, 73, 55, .9);
  border: 1px solid rgba(220, 201, 160, .43);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sector-orbit span:nth-child(1) { top: -13px; left: 1%; }
.sector-orbit span:nth-child(2) { top: 22px; left: 26%; }
.sector-orbit span:nth-child(3) { top: 22px; right: 23%; }
.sector-orbit span:nth-child(4) { top: -13px; right: 0; }

/* 05: an espalier makes the custom system legible without making it generic. */
.working-espalier {
  background:
    linear-gradient(rgba(238, 222, 191, .08), rgba(238, 222, 191, .08)),
    #485d45;
}

.working-espalier::before {
  opacity: .65;
  background:
    repeating-linear-gradient(0deg, transparent 0 52px, rgba(220, 204, 168, .16) 53px 55px),
    repeating-linear-gradient(90deg, transparent 0 64px, rgba(220, 204, 168, .16) 65px 67px),
    linear-gradient(145deg, #62745a, #344b39);
}

.espalier-frame {
  position: absolute;
  top: 64px;
  right: 35px;
  bottom: 58px;
  left: 35px;
  border: 4px double rgba(194, 171, 126, .78);
  box-shadow: inset 0 0 30px rgba(23, 41, 28, .2);
}

.espalier-trunk {
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 92%;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(90deg, #4d5f3c, #81916a 47%, #3a5035);
  transform: rotate(-1deg);
}

.espalier-arm {
  position: absolute;
  left: 50%;
  width: 72%;
  height: 76px;
  border-top: 8px solid #617451;
  border-radius: 50%;
  filter: drop-shadow(1px 4px 1px rgba(27, 44, 31, .2));
  transform: translateX(-50%);
}

.espalier-arm::before,
.espalier-arm::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 18px;
  border: 1px solid #4f6848;
  border-radius: 90% 8% 90% 8%;
  background: linear-gradient(135deg, #a5b28a, #527050);
}

.espalier-arm::before { top: -18px; left: 18%; transform: rotate(-19deg); }
.espalier-arm::after { top: 1px; right: 18%; transform: rotate(166deg); }
.arm-one { top: 58px; transform: translateX(-50%) rotate(4deg); }
.arm-two { top: 142px; transform: translateX(-50%) rotate(-4deg); }
.arm-three { top: 226px; transform: translateX(-50%) rotate(3deg); }

.system-bloom {
  position: absolute;
  z-index: 5;
  width: 80px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff4e0;
  border: 2px solid #c4a66d;
  border-radius: 68% 41% 63% 44% / 66% 44% 61% 42%;
  background:
    radial-gradient(circle at 50% 45%, #b78387 0 16%, transparent 17%),
    radial-gradient(ellipse at 30% 50%, #8c5663 0 35%, transparent 36%),
    radial-gradient(ellipse at 70% 50%, #9e6670 0 35%, transparent 36%),
    #704553;
  box-shadow: 0 6px 10px rgba(31, 41, 30, .24);
  font: normal 700 16px/1 "Cormorant Garamond", serif;
}

.system-bloom::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 41px;
  height: 23px;
  border-radius: 90% 8% 90% 8%;
  background: #6c865f;
}

.bloom-record { top: 36px; left: 24px; transform: rotate(-4deg); }
.bloom-review { top: 122px; right: 22px; transform: rotate(4deg); }
.bloom-release { top: 201px; left: 27px; transform: rotate(3deg); }
.bloom-client { right: 25px; bottom: 15px; transform: rotate(-3deg); }

body[data-theme="dark"] .service-visual {
  border-color: rgba(158, 149, 118, .62);
  box-shadow:
    inset 0 0 60px rgba(8, 14, 9, .28),
    7px 11px 20px rgba(5, 8, 5, .24);
  filter: brightness(.82) saturate(.8);
}

.client-work-kicker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: inherit;
  text-decoration: none;
}

.client-work-kicker:hover,
.client-work-kicker:focus-visible {
  color: var(--wine);
}

.client-work-kicker span {
  font-size: 18px;
  line-height: .6;
}

.starting-cta {
  width: fit-content;
  margin-top: 26px;
  transform-origin: 50% 50%;
  animation: starting-invitation 5.2s ease-in-out infinite;
}

.starting-cta:hover,
.starting-cta:focus-visible {
  animation-play-state: paused;
}

@keyframes starting-invitation {
  0%, 100% { transform: rotate(-.35deg) translateY(0); }
  50% { transform: rotate(.35deg) translateY(-2px); }
}

.payment-handoff {
  padding: 92px max(28px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(55px, 8vw, 110px);
  background-color: #e7ded0;
  background-image: var(--rose-wallpaper-light);
  background-size: 520px 520px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.payment-handoff h2 {
  margin: 0;
  font-size: clamp(43px, 4.4vw, 65px);
  line-height: .92;
}

.payment-handoff-flow {
  display: grid;
}

.payment-handoff-flow p {
  margin: 0;
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(150px, .42fr) 1fr;
  gap: 25px;
  border-top: 1px solid var(--line);
}

.payment-handoff-flow p:last-child {
  border-bottom: 1px solid var(--line);
}

.payment-handoff-flow strong {
  font: 700 23px/1 "Cormorant Garamond", serif;
}

.payment-handoff-flow span {
  color: #665950;
  font-size: 15px;
  line-height: 1.65;
}

body[data-theme="dark"] .payment-handoff {
  color: #f3e5d3;
  background-color: #292a25;
  background-image: var(--rose-wallpaper-dark);
  border-color: #5e574e;
}

body[data-theme="dark"] .payment-handoff-flow span {
  color: #cbbfb0;
}

.site-header .theme-toggle,
.site-header .button-small {
  min-height: 40px;
  padding: 10px 13px;
  line-height: 1;
}

.site-header {
  min-height: 102px;
}

.site-header .brand {
  gap: 13px;
  font-size: 24px;
}

.site-header .brand-symbol {
  width: 54px;
  height: 54px;
  transform: scale(1.035);
  transform-origin: center;
}

.language-switcher {
  min-height: 40px;
  padding: 0 0 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-left: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  color: var(--muted);
  font: 600 12px/1 Jost, Arial, sans-serif;
  letter-spacing: .09em;
  white-space: nowrap;
}

.language-switcher .language-current {
  color: var(--ink);
}

.language-switcher .language-divider {
  color: color-mix(in srgb, var(--muted) 68%, transparent);
}

.language-switcher button,
.language-switcher a {
  margin: 0;
  min-height: 36px;
  padding: 8px 2px;
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  border: 0;
  background: transparent;
  font: inherit;
  letter-spacing: .04em;
  text-decoration: none;
}

.language-switcher button:disabled {
  cursor: default;
  opacity: .7;
}

.language-switcher a:hover,
.language-switcher a:focus-visible {
  color: var(--ink);
}

body[data-theme="dark"] .language-switcher {
  border-left-color: #5d574f;
}

body[data-theme="dark"] .language-switcher .language-current {
  color: #f4e8d6;
}

body[data-theme="dark"] .language-switcher a:hover,
body[data-theme="dark"] .language-switcher a:focus-visible {
  color: #f4e8d6;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 0;
  }

  .site-header .brand-symbol {
    width: 49px;
    height: 49px;
  }

  .language-switcher {
    padding-left: 9px;
  }
}

@media (max-width: 600px) {
  .site-header .brand {
    gap: 9px;
    font-size: 20px;
  }

  .site-header .brand-symbol {
    width: 44px;
    height: 44px;
  }

  .language-switcher {
    min-height: 36px;
    padding-left: 8px;
    gap: 5px;
    font-size: 12px;
  }
}

.contact-dialog-art img {
  object-position: 50% 43%;
  filter: saturate(.86) contrast(1.02) brightness(.9);
}

.contact-dialog-art figcaption {
  color: rgba(255, 248, 234, .45);
  font-size: 6px;
  line-height: 1.25;
}

.contact-dialog-content > h2 {
  font-size: clamp(48px, 4.4vw, 62px);
  line-height: .93;
}

.contact-dialog-intro {
  font-size: 16px;
  line-height: 1.62;
}

.contact-dialog label > span,
.contact-options legend {
  font-size: 10px;
  line-height: 1.4;
}

.contact-dialog input[type="text"],
.contact-dialog input[type="email"],
.contact-dialog input[type="tel"],
.contact-dialog textarea {
  font-size: 16px;
}

.contact-choice-copy strong {
  font-size: 18px;
}

.contact-choice-copy small {
  font-size: 10px;
  line-height: 1.45;
}

.contact-choice-reveal {
  font-size: 13px;
  line-height: 1.5;
}

.contact-requirement,
.contact-status,
.contact-dialog form > small {
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .mobile-service-rose .rose-underlayer {
    display: block;
    transform: rotate(7deg);
  }

  .mobile-service-rose .rose-underlayer > i {
    top: 5px;
    left: 24px;
    width: 29px;
    height: 43px;
    border-width: 1px;
    transform-origin: 50% 35px;
  }

  .mobile-service-rose .rose-underlayer > i:nth-child(1) { transform: rotate(8deg) translateY(-2px) scale(1.05); }
  .mobile-service-rose .rose-underlayer > i:nth-child(2) { transform: rotate(80deg) translateY(-2px) scale(1.08); }
  .mobile-service-rose .rose-underlayer > i:nth-child(3) { transform: rotate(152deg) translateY(-2px) scale(1.04); }
  .mobile-service-rose .rose-underlayer > i:nth-child(4) { transform: rotate(224deg) translateY(-2px) scale(1.08); }
  .mobile-service-rose .rose-underlayer > i:nth-child(5) { transform: rotate(296deg) translateY(-2px) scale(1.05); }

  .mobile-service-rose > i:nth-of-type(1) { transform: rotate(-3deg) scale(.94); background: #e2bdb9; }
  .mobile-service-rose > i:nth-of-type(2) { transform: rotate(69deg); background: #b8cfcc; }
  .mobile-service-rose > i:nth-of-type(3) { transform: rotate(142deg) scale(.96); background: #45604f; }
  .mobile-service-rose > i:nth-of-type(4) { transform: rotate(218deg); background: #d7c38e; }
  .mobile-service-rose > i:nth-of-type(5) { transform: rotate(291deg) scale(.97); background: #8d6875; }

  .mobile-service-rose[data-active="01"] > i:nth-of-type(1) { transform: rotate(-3deg) translateY(-6px) scale(1.04); }
  .mobile-service-rose[data-active="02"] > i:nth-of-type(2) { transform: rotate(69deg) translateY(-6px) scale(1.08); }
  .mobile-service-rose[data-active="03"] > i:nth-of-type(3) { transform: rotate(142deg) translateY(-6px) scale(1.04); }
  .mobile-service-rose[data-active="04"] > i:nth-of-type(4) { transform: rotate(218deg) translateY(-6px) scale(1.08); }
  .mobile-service-rose[data-active="05"] > i:nth-of-type(5) { transform: rotate(291deg) translateY(-6px) scale(1.05); }

  .service-visual {
    min-height: 500px;
  }

  .payment-handoff {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rose-index > .service-rosette,
  .rose-index-sticky,
  .service-rosette[data-bloom="open"] b {
    animation: none;
    transition: none;
  }

  .rose-index > .service-rosette {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .rose-index-sticky {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 700px) {
  .hero-business-tell {
    text-align: center;
  }

  .hero-business-tell strong {
    font-size: 12px;
    line-height: 1.45;
  }

  .service-visual {
    min-height: 430px;
  }

  .visual-kicker {
    top: 15px;
    left: 16px;
    font-size: 8px;
  }

  .service-visual > p {
    right: 17px;
    bottom: 14px;
    left: 17px;
    font-size: 17px;
  }

  .timepiece-scene {
    inset: 39px 10px 48px;
    transform: scale(.84);
    transform-origin: center center;
  }

  .confluence-channel {
    width: 48%;
  }

  .confluence-basin {
    width: 160px;
    height: 160px;
    padding-top: 42px;
  }

  .confluence-basin b {
    font-size: 24px;
  }

  .confluence-channel span {
    font-size: 7px;
  }

  .glasshouse {
    right: 8%;
    left: 8%;
  }

  .observatory-dome {
    top: 64px;
    transform: translateX(-50%) scale(.86);
    transform-origin: top center;
  }

  .sector-orbit {
    right: 4%;
    left: 4%;
  }

  .sector-orbit span {
    font-size: 6px;
  }

  .espalier-frame {
    right: 18px;
    left: 18px;
  }

  .system-bloom {
    width: 69px;
    height: 53px;
    font-size: 14px;
  }

  .payment-handoff {
    padding: 76px 20px;
    background-size: 390px 390px;
  }

  .payment-handoff h2 {
    font-size: 44px;
  }

  .payment-handoff-flow p {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .payment-handoff-flow span {
    font-size: 16px;
  }

  .contact-dialog-content > h2 {
    font-size: 43px;
  }

  .contact-dialog-intro {
    font-size: 16px;
  }

  .contact-choice-copy strong {
    font-size: 19px;
  }

  .contact-choice-copy small,
  .contact-dialog label > span,
  .contact-options legend {
    font-size: 10.5px;
  }

  .contact-choice-reveal {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .starting-cta {
    animation: none;
  }
}

/* Release accessibility pass: visible focus, readable accents, and dark-card contrast. */
:where(a, button, input, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #6e3040;
  outline-offset: 4px;
  box-shadow: 0 0 0 6px rgba(255, 247, 232, .96);
}

body[data-theme="dark"] :where(a, button, input, textarea, summary, [tabindex]):focus-visible {
  outline-color: #ffd18d;
  box-shadow: 0 0 0 6px rgba(20, 20, 17, .96);
}

.pricing-hero h1 i {
  color: #f3c8af;
}

.process-stages .stage-name > span,
.process-boundaries .eyebrow {
  color: #f0c68b;
}

.pricing-page .package-card.dark-card,
.pricing-page .package-card.dark-card h3,
.pricing-page .package-card.dark-card strong,
.pricing-page .package-card.dark-card li,
.pricing-page .package-card.dark-card .package-detail summary,
.pricing-page .package-card.dark-card a {
  color: #f7e8d6;
}

.pricing-page .package-card.dark-card > span,
.pricing-page .package-card.dark-card > .package-summary,
.pricing-page .package-card.dark-card .package-body > p,
.pricing-page .package-card.dark-card .package-body .addons,
.pricing-page .package-card.dark-card .package-body ul,
.pricing-page .package-card.dark-card .price-pair small {
  color: #f6e6d6 !important;
}

.pricing-page .package-card.dark-card > p:first-child,
.pricing-page .package-card.dark-card .package-body .addon-label {
  color: #f0c58e !important;
}

.support-page .contact-band > p:not(.eyebrow) {
  color: #fff0e0;
}

.support-page .contact-band .eyebrow {
  color: #ffd5ab;
}

body[data-theme="dark"] .client-work-kicker {
  color: #f4e5ce;
}

.payment-types span:first-child {
  color: #2d211d;
}

/* Small labels need normal-text contrast even when the surrounding headline is large. */
.pricing-note-band .eyebrow {
  color: #5b302c;
}

.pricing-page .contact-band .eyebrow,
.process-page .contact-band .eyebrow {
  color: #fff7e9;
}

body[data-theme="dark"].pricing-page .pricing-note-band .eyebrow,
body[data-theme="dark"].pricing-page .contact-band .eyebrow,
body[data-theme="dark"].process-page .contact-band .eyebrow {
  color: #ffe0b8;
}

/* --------------------------------------------------------------------------
   Production service studies
   Each composition carries one business proposition rather than acting as
   a decorative illustration. The shared paper, registration marks, and
   measured rules keep the five studies in one visual family.
   -------------------------------------------------------------------------- */

.service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
) {
  --sv-paper: #f0e8d9;
  --sv-paper-deep: #dfd3c0;
  --sv-ink: #342721;
  --sv-muted: #705f54;
  --sv-rule: rgba(106, 82, 62, .35);
  --sv-faint: rgba(106, 82, 62, .12);
  --sv-wine: #783e4c;
  --sv-rose: #c88f91;
  --sv-sage: #93a99b;
  --sv-olive: #566850;
  --sv-gold: #b38b50;
  min-height: 486px;
  color: var(--sv-ink);
  border-color: rgba(103, 81, 62, .48);
  border-radius: 3px 3px 42px 42px / 3px 3px 7% 7%;
  background:
    linear-gradient(90deg, transparent 49.9%, var(--sv-faint) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, var(--sv-faint) 50%, transparent 50.1%),
    radial-gradient(circle at 78% 17%, rgba(255, 255, 255, .68), transparent 23%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
  box-shadow:
    inset 0 0 46px rgba(79, 57, 42, .09),
    7px 11px 20px rgba(63, 47, 36, .14);
  filter: none;
}

.service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
)::before {
  z-index: 0;
  opacity: .58;
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, var(--sv-faint) 38px 39px),
    radial-gradient(ellipse at 14% 72%, color-mix(in srgb, var(--sv-sage) 18%, transparent), transparent 27%),
    radial-gradient(ellipse at 87% 22%, color-mix(in srgb, var(--sv-rose) 15%, transparent), transparent 24%);
}

.service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
)::after {
  box-shadow:
    inset 0 0 0 7px rgba(255, 252, 243, .15),
    inset 0 0 0 8px var(--sv-rule);
}

.service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
) .visual-kicker {
  color: var(--sv-wine);
  font-size: 10px;
  letter-spacing: .14em;
}

.service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
) > p {
  color: var(--sv-ink);
  font-size: 18px;
  line-height: 1.08;
}

.attribution-ledger,
.registered-ledger,
.unbroken-journey,
.field-registration,
.reading-action {
  position: absolute;
  z-index: 2;
  inset: 48px 18px 57px;
}

/* 01 — Estate Shadow Ledger + Vellum Attribution Lift */
.service-attribution-ledger {
  background:
    linear-gradient(137deg, transparent 0 57%, rgba(70, 60, 46, .065) 57.2% 70%, transparent 70.2%),
    radial-gradient(circle at 21% 27%, rgba(255, 255, 255, .72), transparent 22%),
    linear-gradient(145deg, #eee7da, #ded3c0);
}

.attribution-dial {
  position: absolute;
  top: 50%;
  left: 36%;
  width: min(57%, 255px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(-2deg);
  border: 1px solid #a89d88;
  border-radius: 50%;
  background:
    radial-gradient(circle at 37% 29%, rgba(255, 255, 255, .82), transparent 23%),
    repeating-radial-gradient(circle at 48% 47%, transparent 0 12px, rgba(111, 99, 78, .024) 12px 13px),
    #dcd3c0;
  box-shadow:
    0 18px 28px rgba(61, 51, 40, .17),
    0 5px 0 #a49a86,
    0 8px 0 #c5bba5,
    inset 0 0 0 8px rgba(255, 255, 255, .24);
  transition: transform 700ms cubic-bezier(.2, .75, .2, 1);
}

.attribution-dial::before,
.attribution-dial::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.attribution-dial::before {
  inset: 10%;
  border: 1px solid rgba(111, 83, 46, .58);
}

.attribution-dial::after {
  top: 49%;
  left: 49%;
  width: 11px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px solid #745131;
  background: radial-gradient(circle at 35% 32%, #f0d59e, #9a7443 50%, #513c2b);
}

.ledger-orbit {
  position: absolute;
  border: 1px solid rgba(75, 67, 54, .2);
  border-radius: 50%;
}

.ledger-orbit.orbit-one { inset: 20%; }
.ledger-orbit.orbit-two { inset: 30%; border-style: dashed; }

.ledger-mark {
  position: absolute;
  top: 15%;
  left: calc(50% - 1px);
  width: 1px;
  height: 35%;
  transform-origin: 50% 100%;
  background: linear-gradient(to bottom, #806347 0 8%, transparent 8% 88%, rgba(128, 99, 71, .35) 88%);
}

.ledger-mark.mark-one { transform: rotate(-58deg); }
.ledger-mark.mark-two { transform: rotate(-29deg); }
.ledger-mark.mark-three { transform: rotate(0); }
.ledger-mark.mark-four { transform: rotate(29deg); }
.ledger-mark.mark-five { transform: rotate(58deg); }

.ledger-gnomon {
  position: absolute;
  z-index: 3;
  top: 23%;
  left: 49%;
  width: 13%;
  height: 27%;
  clip-path: polygon(0 100%, 12% 0, 100% 100%);
  background: linear-gradient(90deg, #6f5439, #bc9867 48%, #785a3d);
  filter: drop-shadow(4px 5px 3px rgba(45, 34, 24, .22));
}

.ledger-shadow {
  position: absolute;
  z-index: 2;
  top: 49%;
  left: 49%;
  width: 43%;
  height: 8%;
  transform: rotate(26deg);
  transform-origin: left center;
  clip-path: polygon(0 0, 100% 48%, 0 100%);
  background: linear-gradient(90deg, rgba(48, 39, 32, .36), transparent);
  transition: width 750ms ease, transform 750ms ease;
}

.attribution-leaf {
  position: absolute;
  right: 1%;
  width: 44%;
  height: 24%;
  padding: 11px 14px;
  border-top: 1px solid var(--sv-rule);
  border-left: 1px solid var(--sv-rule);
  background:
    repeating-linear-gradient(0deg, transparent 0 22px, var(--sv-faint) 22px 23px),
    color-mix(in srgb, var(--sv-paper) 82%, transparent);
  box-shadow: 0 13px 24px rgba(54, 39, 30, .1);
  transition: transform 650ms cubic-bezier(.2, .75, .2, 1);
}

.attribution-leaf small,
.source-leaf small,
.journey-leaf small,
.field-leaf small,
.action-node small {
  display: block;
  margin-bottom: 8px;
  color: var(--sv-wine);
  font: 650 9px/1.2 Jost, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.attribution-leaf b {
  color: var(--sv-ink);
  font: 600 22px/1 "Cormorant Garamond", serif;
}

.attribution-leaf > i {
  position: absolute;
  right: 12%;
  bottom: 16%;
  left: 12%;
  height: 1px;
  background: currentColor;
  opacity: .42;
}

.attribution-leaf > i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--sv-paper);
  content: "";
}

.leaf-attention { top: 4%; color: var(--sv-olive); transform: rotate(2.4deg); }
.leaf-response { top: 34%; right: 5%; z-index: 2; color: #758e83; transform: rotate(-1.5deg); }
.leaf-revenue { top: 64%; right: 0; z-index: 3; color: var(--sv-wine); transform: rotate(1deg); }

.attribution-seal {
  position: absolute;
  z-index: 5;
  right: 34%;
  bottom: 2%;
  display: grid;
  width: 54px;
  aspect-ratio: 1;
  place-items: center;
  transform: rotate(-8deg);
  color: #fff9ed;
  border: 3px double #c9a66b;
  border-radius: 50%;
  background: var(--sv-wine);
  box-shadow: 0 6px 12px rgba(63, 38, 34, .18);
  font: 650 7px/1 Jost, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* 02 — Vellum Registered View */
.service-registered-view {
  background:
    radial-gradient(circle at 50% 50%, rgba(181, 139, 80, .13), transparent 31%),
    repeating-linear-gradient(90deg, transparent 0 69px, rgba(106, 82, 62, .08) 69px 70px),
    linear-gradient(140deg, #f3ecdf, #dfd4c1);
}

.registered-ledger::before {
  position: absolute;
  top: 50%;
  right: 6%;
  left: 6%;
  border-top: 1px solid var(--sv-rule);
  content: "";
}

.source-leaf {
  position: absolute;
  z-index: 1;
  width: 37%;
  height: 31%;
  padding: 12px 14px;
  border-block: 1px solid var(--sv-rule);
  background:
    repeating-linear-gradient(0deg, transparent 0 23px, var(--sv-faint) 23px 24px),
    color-mix(in srgb, var(--sv-paper) 86%, transparent);
  box-shadow: 0 16px 30px rgba(54, 39, 30, .1);
  transition: transform 650ms cubic-bezier(.2, .75, .2, 1);
}

.source-leaf > i {
  position: absolute;
  right: 11%;
  left: 11%;
  height: 1px;
  background: currentColor;
  opacity: .48;
}

.source-leaf > i:nth-of-type(1) { top: 48%; }
.source-leaf > i:nth-of-type(2) { top: 67%; right: 28%; }
.source-leaf > i:nth-of-type(3) { top: 84%; left: 31%; }

.source-sales { top: 7%; left: 6%; color: var(--sv-wine); transform: rotate(-2deg); }
.source-finance { top: 7%; right: 6%; color: var(--sv-olive); transform: rotate(2deg); }
.source-web { bottom: 7%; left: 6%; color: var(--sv-gold); transform: rotate(2deg); }
.source-operations { right: 6%; bottom: 7%; color: var(--sv-rose); transform: rotate(-2deg); }

.measure-spine {
  position: absolute;
  z-index: 4;
  top: 6%;
  bottom: 6%;
  left: 50%;
  width: 1px;
  background: var(--sv-rule);
}

.measure-spine::before,
.measure-spine::after {
  position: absolute;
  left: 50%;
  width: 15px;
  aspect-ratio: 1;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid var(--sv-wine);
  background: var(--sv-paper);
  content: "";
}

.measure-spine::before { top: -2px; }
.measure-spine::after { bottom: -2px; }

.measure-spine > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 1px solid var(--sv-wine);
  background: color-mix(in srgb, var(--sv-paper) 94%, transparent);
  box-shadow: 0 13px 24px rgba(54, 39, 30, .13);
}

.measure-spine b,
.measure-spine small {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 152px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.measure-spine b {
  top: 50%;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  color: var(--sv-ink);
  font: 600 22px/.92 "Cormorant Garamond", serif;
}

.measure-spine small {
  top: 61%;
  color: var(--sv-wine);
  font: 650 7px/1.2 Jost, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* 03 — Datum Next Step + Vellum Unbroken Ribbon */
.service-unbroken-route {
  background:
    linear-gradient(32deg, transparent 0 45%, rgba(200, 143, 145, .12) 45% 56%, transparent 56%),
    linear-gradient(145deg, #f2ebdf, #ded4c3);
}

.journey-ribbon,
.field-lines,
.action-thread {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.journey-ribbon path {
  fill: none;
  stroke: var(--sv-wine);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 10 7;
  filter: drop-shadow(0 3px 2px rgba(73, 44, 43, .13));
  animation: service-route-flow 10s linear infinite;
}

.journey-leaf {
  position: absolute;
  z-index: 2;
  width: 42%;
  height: 25%;
  padding: 13px 16px;
  clip-path: polygon(0 0, 94% 0, 100% 50%, 94% 100%, 0 100%, 5% 50%);
  border-block: 1px solid var(--sv-rule);
  background:
    linear-gradient(90deg, var(--sv-faint) 1px, transparent 1px) 12% 0 / 22% 100%,
    color-mix(in srgb, var(--sv-paper) 91%, transparent);
  box-shadow: 0 16px 30px rgba(54, 39, 30, .11);
  transition: transform 650ms cubic-bezier(.2, .75, .2, 1);
}

.journey-leaf b {
  color: var(--sv-ink);
  font: 600 21px/1 "Cormorant Garamond", serif;
}

.journey-promise { top: 3%; left: 2%; transform: rotate(-2deg); }
.journey-proof { top: 35%; right: 4%; transform: rotate(2deg); }
.journey-invite { bottom: 5%; left: 10%; transform: rotate(-1deg); }

.journey-destination {
  position: absolute;
  right: 4%;
  bottom: 6%;
  z-index: 3;
  display: grid;
  width: 84px;
  aspect-ratio: 1;
  place-items: center;
  transform: rotate(5deg);
  color: #fff9ed;
  border: 4px double #d2b36e;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 26%, rgba(255,255,255,.14) 27% 29%, transparent 30%),
    var(--sv-wine);
  box-shadow: 0 12px 20px rgba(63, 38, 34, .18);
  font: 650 9px/1 Jost, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* 04 — a registered view widened to the surrounding field */
.service-field-registration {
  background:
    radial-gradient(ellipse at 50% 48%, rgba(147, 169, 155, .19), transparent 37%),
    repeating-linear-gradient(90deg, transparent 0 84px, rgba(106, 82, 62, .07) 84px 85px),
    linear-gradient(145deg, #eee8dc, #dcd3c3);
}

.field-lines ellipse,
.field-lines path {
  fill: none;
  stroke: var(--sv-rule);
  stroke-width: 1.3;
}

.field-lines path {
  stroke: var(--sv-wine);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  animation: service-route-flow 13s linear infinite;
}

.field-leaf {
  position: absolute;
  z-index: 2;
  top: 9%;
  left: 6%;
  width: 38%;
  height: 29%;
  padding: 13px 15px;
  border: 1px solid var(--sv-rule);
  background:
    repeating-linear-gradient(0deg, transparent 0 22px, var(--sv-faint) 22px 23px),
    color-mix(in srgb, var(--sv-paper) 90%, transparent);
  box-shadow: 0 17px 29px rgba(54, 39, 30, .11);
  transform: rotate(-3deg);
  transition: transform 650ms cubic-bezier(.2, .75, .2, 1);
}

.field-leaf > i {
  position: absolute;
  right: 12%;
  left: 12%;
  height: 1px;
  background: var(--sv-olive);
  opacity: .54;
}

.field-leaf > i:nth-of-type(1) { top: 49%; }
.field-leaf > i:nth-of-type(2) { top: 68%; right: 29%; }
.field-leaf > i:nth-of-type(3) { top: 84%; left: 34%; }

.field-signal {
  position: absolute;
  z-index: 2;
  padding: 7px 10px 6px;
  color: var(--sv-ink);
  border-bottom: 1px solid currentColor;
  background: color-mix(in srgb, var(--sv-paper) 80%, transparent);
  font: 650 9px/1 Jost, sans-serif;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.field-signal::before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 6px;
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(45deg);
  border: 1px solid var(--sv-wine);
  background: var(--sv-paper);
  content: "";
}

.signal-customers { top: 9%; right: 8%; }
.signal-competitors { top: 44%; right: 1%; }
.signal-market { bottom: 9%; right: 15%; }
.signal-public { bottom: 7%; left: 7%; }

.decision-register {
  position: absolute;
  z-index: 4;
  top: 49%;
  left: 51%;
  display: grid;
  width: 132px;
  aspect-ratio: 1;
  place-content: center;
  transform: translate(-50%, -50%) rotate(45deg);
  color: #fff8e9;
  border: 5px double #c8aa70;
  background: var(--sv-wine);
  box-shadow: 0 18px 31px rgba(57, 35, 32, .2);
  text-align: center;
}

.decision-register > * { transform: rotate(-45deg); }

.decision-register small {
  margin: 0 0 5px;
  font: 650 8px/1 Jost, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.decision-register b {
  font: 600 27px/1 "Cormorant Garamond", serif;
}

/* 05 — Datum Reading Action */
.service-visual.service-reading-action {
  background:
    linear-gradient(155deg, rgba(147, 169, 155, .15), transparent 42%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(106, 82, 62, .07) 48px 49px),
    linear-gradient(145deg, #f0e9dd, #dbd2c1);
}

.action-thread path {
  fill: none;
  stroke: var(--sv-olive);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 7 8;
  animation: service-route-flow 11s linear infinite;
}

.action-thread .return-thread {
  stroke: var(--sv-wine);
  stroke-width: 1.5;
  stroke-dasharray: 3 9;
  opacity: .7;
  animation-direction: reverse;
}

.action-node {
  position: absolute;
  z-index: 2;
  width: 38%;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid var(--sv-rule);
  background:
    linear-gradient(90deg, transparent 0 8%, var(--sv-faint) 8% 8.5%, transparent 8.5%),
    color-mix(in srgb, var(--sv-paper) 91%, transparent);
  box-shadow: 0 14px 25px rgba(54, 39, 30, .1);
  transition: transform 600ms cubic-bezier(.2, .75, .2, 1);
}

.action-node::after {
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 13px;
  aspect-ratio: 1;
  transform: rotate(45deg);
  border: 1px solid var(--sv-wine);
  background: var(--sv-paper);
  content: "";
}

.action-node b {
  color: var(--sv-ink);
  font: 600 20px/1 "Cormorant Garamond", serif;
}

.node-record { top: 4%; left: 2%; transform: rotate(-2deg); }
.node-rule { top: 24%; right: 2%; transform: rotate(2deg); }
.node-owner { top: 54%; left: 8%; transform: rotate(1deg); }
.node-result { right: 5%; bottom: 2%; transform: rotate(-2deg); }

@keyframes service-route-flow {
  to { stroke-dashoffset: -68; }
}

@media (hover: hover) {
  .service-attribution-ledger:hover .attribution-dial {
    transform: translate(-50%, -50%) rotate(0);
  }

  .service-attribution-ledger:hover .ledger-shadow {
    width: 34%;
    transform: rotate(36deg);
  }

  .service-attribution-ledger:hover .leaf-attention { transform: translate(-5px, 2px) rotate(.5deg); }
  .service-attribution-ledger:hover .leaf-response { transform: translate(-9px, 0) rotate(.25deg); }
  .service-attribution-ledger:hover .leaf-revenue { transform: translate(-13px, -2px) rotate(0); }

  .service-registered-view:hover .source-sales { transform: translate(6px, 6px) rotate(-1deg); }
  .service-registered-view:hover .source-finance { transform: translate(-6px, 6px) rotate(1deg); }
  .service-registered-view:hover .source-web { transform: translate(6px, -6px) rotate(1deg); }
  .service-registered-view:hover .source-operations { transform: translate(-6px, -6px) rotate(-1deg); }

  .service-unbroken-route:hover .journey-promise { transform: translate(5px, 4px) rotate(-.5deg); }
  .service-unbroken-route:hover .journey-proof { transform: translate(-6px, 2px) rotate(.5deg); }
  .service-unbroken-route:hover .journey-invite { transform: translate(6px, -4px) rotate(0); }

  .service-field-registration:hover .field-leaf { transform: translate(5px, 4px) rotate(-1deg); }
  .service-reading-action:hover .node-record,
  .service-reading-action:hover .node-rule,
  .service-reading-action:hover .node-owner,
  .service-reading-action:hover .node-result { transform: rotate(0); }
}

body[data-theme="dark"] .service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
) {
  --sv-paper: #31332d;
  --sv-paper-deep: #242820;
  --sv-ink: #f3e7d4;
  --sv-muted: #c8b7a2;
  --sv-rule: rgba(222, 198, 164, .32);
  --sv-faint: rgba(222, 198, 164, .1);
  --sv-wine: #d29aa3;
  --sv-rose: #b47882;
  --sv-sage: #82978a;
  --sv-olive: #a7b49c;
  --sv-gold: #d3b679;
  color: var(--sv-ink);
  border-color: rgba(204, 179, 143, .45);
  background:
    linear-gradient(90deg, transparent 49.9%, var(--sv-faint) 50%, transparent 50.1%),
    linear-gradient(transparent 49.9%, var(--sv-faint) 50%, transparent 50.1%),
    radial-gradient(circle at 78% 17%, rgba(213, 192, 158, .08), transparent 23%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
  box-shadow:
    inset 0 0 48px rgba(3, 6, 3, .22),
    7px 11px 20px rgba(5, 8, 5, .24);
  filter: none;
}

body[data-theme="dark"] .service-attribution-ledger .attribution-dial {
  border-color: #7e776a;
  background:
    radial-gradient(circle at 37% 29%, rgba(255, 255, 255, .13), transparent 23%),
    repeating-radial-gradient(circle at 48% 47%, transparent 0 12px, rgba(230, 217, 190, .035) 12px 13px),
    #4a4a41;
  box-shadow:
    0 18px 28px rgba(0, 0, 0, .24),
    0 5px 0 #282c25,
    0 8px 0 #59584d,
    inset 0 0 0 8px rgba(255, 255, 255, .04);
}

body[data-theme="dark"] .service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
) .visual-kicker,
body[data-theme="dark"] .service-visual:is(
  .service-attribution-ledger,
  .service-registered-view,
  .service-unbroken-route,
  .service-field-registration,
  .service-reading-action
) > p {
  color: var(--sv-ink);
}

@media (max-width: 700px) {
  .service-visual:is(
    .service-attribution-ledger,
    .service-registered-view,
    .service-unbroken-route,
    .service-field-registration,
    .service-reading-action
  ) {
    min-height: 455px;
  }

  .attribution-ledger,
  .registered-ledger,
  .unbroken-journey,
  .field-registration,
  .reading-action {
    inset: 45px 10px 55px;
  }

  .attribution-dial {
    left: 33%;
    width: 53%;
  }

  .attribution-leaf {
    width: 48%;
    padding: 10px;
  }

  .attribution-leaf b,
  .journey-leaf b,
  .action-node b {
    font-size: 18px;
  }

  .attribution-seal {
    right: 36%;
    width: 45px;
    font-size: 6px;
  }

  .source-leaf {
    width: 39%;
    padding: 10px;
  }

  .measure-spine > span {
    width: 91px;
  }

  .measure-spine b {
    width: 122px;
    font-size: 18px;
  }

  .journey-leaf {
    width: 46%;
    padding: 11px;
  }

  .journey-destination {
    width: 70px;
    font-size: 7px;
  }

  .field-leaf {
    width: 42%;
    padding: 11px;
  }

  .field-signal {
    padding-inline: 7px;
    font-size: 7px;
  }

  .decision-register {
    width: 106px;
  }

  .decision-register b {
    font-size: 23px;
  }

  .action-node {
    width: 42%;
    min-height: 67px;
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .journey-ribbon path,
  .field-lines path,
  .action-thread path {
    animation: none;
  }
}

/* Five expressions — narrative motion and final visual refinements. */
.service-rosette[data-active="01"] .petal-1 {
  border-radius: 70% 38% 75% 34% / 86% 46% 66% 31%;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .38), transparent 48%),
    #e6b5b3;
  box-shadow:
    inset 9px 7px 17px rgba(255, 247, 241, .3),
    0 9px 17px rgba(115, 56, 70, .12);
  transform: rotate(-3deg) translateY(-18px) scale(1.2, 1.25);
}

@media (max-width: 900px) {
  .mobile-service-rose[data-active="01"] > i:nth-of-type(1) {
    border-radius: 70% 38% 75% 34% / 86% 46% 66% 31%;
    background: #e6b5b3;
    transform: rotate(-3deg) translateY(-8px) scale(1.12, 1.16);
  }
}

/* 01 — the sundial reads one commercial route in three deliberate turns. */
.attribution-dial {
  left: 32%;
  width: min(54%, 246px);
}

.ledger-gnomon {
  transform-origin: 8% 100%;
}

.attribution-leaf {
  right: 0;
  width: 47%;
  height: 25%;
  background-color: rgba(247, 240, 227, .54);
}

.attribution-leaf b {
  font-size: 20px;
}

.leaf-attention { top: 2%; right: -1%; }
.leaf-response { top: 36%; right: 4%; }
.leaf-revenue { top: 70%; right: -2%; }

.analytics-spread.is-service-active .ledger-gnomon {
  animation: attribution-gnomon-turn 9s cubic-bezier(.4, 0, .2, 1) infinite;
}

.analytics-spread.is-service-active .ledger-shadow {
  animation: attribution-shadow-turn 9s cubic-bezier(.4, 0, .2, 1) infinite;
}

.analytics-spread.is-service-active .attribution-leaf {
  animation: attribution-stage 9s ease-in-out infinite;
}

.analytics-spread.is-service-active .leaf-attention { animation-delay: 0s; }
.analytics-spread.is-service-active .leaf-response { animation-delay: -6s; }
.analytics-spread.is-service-active .leaf-revenue { animation-delay: -3s; }

@keyframes attribution-gnomon-turn {
  0%, 27% { transform: rotate(-19deg); }
  34%, 60% { transform: rotate(1deg); }
  67%, 94% { transform: rotate(21deg); }
  100% { transform: rotate(-19deg); }
}

@keyframes attribution-shadow-turn {
  0%, 27% { width: 47%; transform: rotate(-42deg); }
  34%, 60% { width: 38%; transform: rotate(-2deg); }
  67%, 94% { width: 46%; transform: rotate(40deg); }
  100% { width: 47%; transform: rotate(-42deg); }
}

@keyframes attribution-stage {
  0%, 25% {
    background-color: rgba(232, 183, 182, .42);
    border-color: rgba(145, 69, 84, .64);
    box-shadow: 0 15px 27px rgba(112, 52, 65, .15);
    filter: saturate(1.08);
  }
  32%, 100% {
    background-color: rgba(247, 240, 227, .54);
    border-color: var(--sv-rule);
    box-shadow: 0 13px 24px rgba(54, 39, 30, .1);
    filter: none;
  }
}

/* 02 — labels now explain the number rather than decorating the source. */
.source-leaf {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.source-leaf > b {
  color: var(--sv-ink);
  font: 600 20px/1 "Cormorant Garamond", serif;
}

.source-leaf > span {
  display: block;
  margin-top: 8px;
  color: var(--sv-muted);
  font: 600 8px/1.25 Jost, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.measure-spine small {
  top: 63%;
  width: 170px;
}

/* 03 — a live signal follows the same promise → proof → invitation route. */
.journey-signal {
  position: absolute;
  z-index: 5;
  top: 18%;
  left: 9%;
  width: 17px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 3px solid rgba(255, 249, 237, .9);
  border-radius: 50%;
  background: var(--sv-wine);
  box-shadow:
    0 0 0 2px var(--sv-wine),
    0 7px 14px rgba(77, 39, 48, .24);
  opacity: 0;
}

.website-spread.is-service-active .journey-signal {
  animation: journey-signal-run 9s cubic-bezier(.44, .02, .28, .98) infinite;
}

.website-spread.is-service-active .journey-promise {
  animation: journey-stage-promise 9s linear infinite;
}

.website-spread.is-service-active .journey-proof {
  animation: journey-stage-proof 9s linear infinite;
}

.website-spread.is-service-active .journey-invite {
  animation: journey-stage-invite 9s linear infinite;
}

.website-spread.is-service-active .journey-destination {
  animation: journey-destination 9s ease-in-out infinite;
}

@keyframes journey-signal-run {
  0% { top: 18%; left: 9%; opacity: 0; }
  5%, 22% { top: 17%; left: 18%; opacity: 1; }
  34%, 50% { top: 45%; left: 61%; opacity: 1; }
  65%, 78% { top: 72%; left: 37%; opacity: 1; }
  91% { top: 79%; left: 86%; opacity: 1; }
  100% { top: 79%; left: 86%; opacity: 0; }
}

@keyframes journey-stage-promise {
  0%, 3% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); }
  6%, 21% { background-color: rgba(212, 151, 166, .96); box-shadow: 0 0 0 6px rgba(212, 151, 166, .15), 0 18px 32px rgba(25, 10, 17, .22); }
  25%, 100% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); }
}

@keyframes journey-stage-proof {
  0%, 30% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); }
  34%, 49% { background-color: rgba(212, 151, 166, .96); box-shadow: 0 0 0 6px rgba(212, 151, 166, .15), 0 18px 32px rgba(25, 10, 17, .22); }
  53%, 100% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); }
}

@keyframes journey-stage-invite {
  0%, 61% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); }
  65%, 77% { background-color: rgba(212, 151, 166, .96); box-shadow: 0 0 0 6px rgba(212, 151, 166, .15), 0 18px 32px rgba(25, 10, 17, .22); }
  81%, 100% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); }
}

@keyframes journey-destination {
  0%, 76% { box-shadow: 0 12px 20px rgba(63, 38, 34, .18); }
  84%, 96% {
    box-shadow:
      0 0 0 8px rgba(198, 138, 146, .15),
      0 15px 25px rgba(63, 38, 34, .25);
  }
  100% { box-shadow: 0 12px 20px rgba(63, 38, 34, .18); }
}

/* 04 — The Belvedere: one decision viewed at business, industry, and market distance. */
.service-belvedere {
  --sv-paper: #eee9da;
  --sv-paper-deep: #ccd5c8;
  --sv-ink: #302920;
  --sv-muted: #695f51;
  --sv-rule: rgba(86, 94, 74, .38);
  --sv-faint: rgba(102, 112, 91, .12);
  --sv-wine: #7f4453;
  --sv-sage: #91a291;
  --sv-olive: #4e624d;
  --sv-gold: #af8b53;
  min-height: 486px;
  color: var(--sv-ink);
  border-color: rgba(81, 92, 72, .52);
  border-radius: 3px 3px 42px 42px / 3px 3px 7% 7%;
  background:
    linear-gradient(90deg, transparent 49.9%, var(--sv-faint) 50%, transparent 50.1%),
    radial-gradient(ellipse at 50% 82%, rgba(65, 89, 66, .18), transparent 39%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
  box-shadow:
    inset 0 0 48px rgba(60, 69, 50, .1),
    7px 11px 20px rgba(63, 47, 36, .14);
}

.service-belvedere::before {
  z-index: 0;
  opacity: .55;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(255,255,255,.18) 12% 12.5%, transparent 12.5% 87.5%, rgba(255,255,255,.18) 87.5% 88%, transparent 88%),
    radial-gradient(ellipse at 50% 18%, rgba(255,255,255,.48), transparent 37%);
}

.service-belvedere::after {
  box-shadow:
    inset 0 0 0 7px rgba(255, 252, 243, .13),
    inset 0 0 0 8px var(--sv-rule);
}

.service-belvedere .visual-kicker {
  color: var(--sv-wine);
  font-size: 10px;
  letter-spacing: .14em;
}

.service-belvedere > p {
  color: var(--sv-ink);
  font-size: 18px;
  line-height: 1.08;
}

.belvedere-view {
  position: absolute;
  z-index: 2;
  inset: 47px 22px 58px;
}

.belvedere-window {
  position: absolute;
  inset: 2% 6% 14%;
  overflow: hidden;
  border: 1px solid rgba(68, 84, 63, .56);
  border-radius: 48% 48% 6px 6px / 54% 54% 6px 6px;
  background:
    linear-gradient(180deg, rgba(242, 237, 215, .92), rgba(193, 207, 190, .78) 52%, rgba(81, 111, 79, .28));
  box-shadow:
    inset 0 0 0 9px rgba(248, 241, 222, .36),
    0 18px 31px rgba(48, 58, 43, .13);
}

.belvedere-window::before,
.belvedere-window::after {
  position: absolute;
  z-index: 4;
  content: "";
  background: rgba(77, 91, 70, .5);
}

.belvedere-window::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}

.belvedere-window::after {
  top: 57%;
  right: 0;
  left: 0;
  height: 1px;
}

.belvedere-horizon {
  position: absolute;
  right: -8%;
  left: -8%;
  display: block;
  border-radius: 50% 50% 0 0;
  transform-origin: center bottom;
}

.horizon-far {
  top: 28%;
  height: 25%;
  background: #aebdaa;
  opacity: .66;
  clip-path: polygon(0 64%, 14% 42%, 27% 58%, 42% 23%, 56% 57%, 71% 31%, 86% 55%, 100% 38%, 100% 100%, 0 100%);
}

.horizon-mid {
  top: 43%;
  height: 31%;
  background: #7e987c;
  opacity: .74;
  clip-path: polygon(0 58%, 12% 35%, 25% 60%, 39% 28%, 52% 56%, 66% 32%, 82% 63%, 100% 38%, 100% 100%, 0 100%);
}

.horizon-near {
  top: 61%;
  height: 44%;
  background:
    repeating-linear-gradient(102deg, rgba(255,255,255,.05) 0 9px, transparent 9px 20px),
    #466448;
  opacity: .9;
  clip-path: polygon(0 48%, 17% 30%, 31% 54%, 49% 23%, 65% 49%, 82% 27%, 100% 45%, 100% 100%, 0 100%);
}

.belvedere-cypress {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  display: block;
  width: 4.5%;
  height: 45%;
  border-radius: 62% 62% 16% 16% / 30% 30% 8% 8%;
  background:
    linear-gradient(90deg, rgba(255,255,255,.11), transparent 35%),
    #334f38;
  box-shadow: 0 8px 12px rgba(34, 56, 38, .2);
}

.cypress-one { left: 12%; height: 38%; }
.cypress-two { right: 14%; height: 50%; }
.cypress-three { right: 31%; width: 3.6%; height: 33%; opacity: .8; }

.belvedere-sightline {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 11%;
  width: 78%;
  height: 1px;
  transform: rotate(-7deg);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--sv-wine) 16% 84%, transparent);
}

.belvedere-lens {
  position: absolute;
  z-index: 6;
  top: 51%;
  left: 57%;
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(116, 65, 76, .68);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 224, 215, .76) 0 30%, transparent 31%),
    rgba(248, 241, 224, .32);
  box-shadow:
    0 0 0 9px rgba(248, 241, 224, .16),
    0 15px 25px rgba(55, 50, 39, .16);
}

.belvedere-lens::after {
  position: absolute;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid rgba(127, 68, 83, .72);
  border-radius: 50%;
  background:
    radial-gradient(circle, #e4bb79 0 16%, #b76e7e 17% 39%, rgba(255, 247, 225, .74) 40% 61%, transparent 62%);
  box-shadow: 0 0 0 7px rgba(228, 187, 121, .11);
  content: "";
}

.belvedere-lens > i,
.belvedere-lens > b {
  position: absolute;
  background: var(--sv-wine);
}

.belvedere-lens > i { width: 72%; height: 1px; }
.belvedere-lens > b { width: 1px; height: 72%; }

.belvedere-lens small {
  z-index: 2;
  padding: 4px 7px;
  transform: translateY(32px);
  color: var(--sv-wine);
  border: 1px solid rgba(127, 68, 83, .22);
  border-radius: 999px;
  background: rgba(250, 244, 226, .78);
  font: 700 9px/1 Jost, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.belvedere-key {
  position: absolute;
  right: 7%;
  bottom: 0;
  left: 7%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: var(--sv-muted);
  font: 650 8px/1 Jost, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.belvedere-key span::before {
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 0 7px 3px 0;
  background: var(--sv-wine);
  content: "";
}

.place-spread.is-service-active .belvedere-sightline {
  animation: belvedere-scan 7s ease-in-out infinite;
}

.place-spread.is-service-active .belvedere-lens {
  animation: belvedere-focus 7s ease-in-out infinite;
}

@keyframes belvedere-scan {
  0%, 100% { transform: rotate(-10deg); opacity: .55; }
  50% { transform: rotate(4deg); opacity: 1; }
}

@keyframes belvedere-focus {
  0%, 100% { left: 43%; box-shadow: 0 0 0 5px rgba(248, 241, 224, .1), 0 15px 25px rgba(55, 50, 39, .13); }
  50% { left: 64%; box-shadow: 0 0 0 12px rgba(214, 173, 173, .18), 0 18px 28px rgba(55, 50, 39, .2); }
}

/* 05 — the rule circuit now belongs to the dark fifth petal. */
.service-visual.service-reading-action {
  --sv-paper: #4b303c;
  --sv-paper-deep: #2d202a;
  --sv-ink: #fff3e4;
  --sv-muted: #d9c6c3;
  --sv-rule: rgba(238, 209, 192, .32);
  --sv-faint: rgba(255, 229, 210, .08);
  --sv-wine: #e0a7b4;
  --sv-rose: #c78394;
  --sv-sage: #b4a0aa;
  --sv-olive: #d0bbc0;
  --sv-gold: #d9b878;
  border-color: rgba(174, 129, 139, .62);
  background:
    radial-gradient(circle at 19% 20%, rgba(222, 167, 180, .16), transparent 26%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(255, 230, 211, .055) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
  box-shadow:
    inset 0 0 52px rgba(18, 7, 14, .3),
    7px 11px 20px rgba(40, 22, 31, .22);
}

.service-visual.service-reading-action::before {
  background:
    radial-gradient(ellipse at 18% 72%, rgba(224, 167, 180, .1), transparent 27%),
    repeating-linear-gradient(90deg, transparent 0 71px, rgba(255, 231, 210, .05) 71px 72px);
}

.service-reading-action .visual-kicker,
.service-reading-action > p {
  color: var(--sv-ink);
}

.service-reading-action .action-thread path {
  stroke: #d1b6bd;
  stroke-width: 5;
  stroke-dasharray: 4 9;
  filter: drop-shadow(0 2px 2px rgba(18, 7, 14, .28));
}

.service-reading-action .action-thread .return-thread {
  stroke: #df94a8;
  stroke-width: 2;
}

.service-reading-action .action-node {
  border-color: rgba(235, 207, 194, .38);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255, 235, 220, .08) 8% 8.5%, transparent 8.5%),
    rgba(74, 44, 58, .82);
  box-shadow: 0 16px 29px rgba(15, 5, 12, .25);
}

.service-reading-action .action-node::after {
  border-color: #dba2b0;
  background: #4f3240;
}

.service-reading-action .action-node small { color: #e7aaba; }
.service-reading-action .action-node b { color: #fff3e4; }

.action-signal {
  position: absolute;
  z-index: 6;
  top: 18%;
  left: 15%;
  width: 14px;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px solid #fff0df;
  border-radius: 50%;
  background: #d68198;
  box-shadow: 0 0 0 5px rgba(214, 129, 152, .15);
  opacity: 0;
}

.custom-spread.is-service-active .action-signal {
  animation: action-signal-run 8s cubic-bezier(.42, 0, .25, 1) infinite;
}

.custom-spread.is-service-active .node-record { animation: action-node-record 8s linear infinite; }
.custom-spread.is-service-active .node-rule { animation: action-node-rule 8s linear infinite; }
.custom-spread.is-service-active .node-owner { animation: action-node-owner 8s linear infinite; }
.custom-spread.is-service-active .node-result { animation: action-node-result 8s linear infinite; }

@keyframes action-signal-run {
  0% { top: 18%; left: 15%; opacity: 0; }
  6%, 20% { top: 18%; left: 21%; opacity: 1; }
  31%, 43% { top: 37%; left: 67%; opacity: 1; }
  55%, 68% { top: 68%; left: 31%; opacity: 1; }
  80%, 94% { top: 82%; left: 79%; opacity: 1; }
  100% { top: 82%; left: 79%; opacity: 0; }
}

@keyframes action-node-record {
  0%, 3% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
  6%, 20% { background-color: var(--action-active); box-shadow: var(--action-shadow-active); }
  24%, 100% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
}

@keyframes action-node-rule {
  0%, 28% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
  31%, 43% { background-color: var(--action-active); box-shadow: var(--action-shadow-active); }
  47%, 100% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
}

@keyframes action-node-owner {
  0%, 52% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
  55%, 68% { background-color: var(--action-active); box-shadow: var(--action-shadow-active); }
  72%, 100% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
}

@keyframes action-node-result {
  0%, 77% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
  80%, 94% { background-color: var(--action-active); box-shadow: var(--action-shadow-active); }
  98%, 100% { background-color: var(--action-rest); box-shadow: var(--action-shadow-rest); }
}

/* Remove the doubled service boundary and keep the final edge one burgundy. */
.studio-services::before,
body[data-theme="dark"].home-page .studio-services::before {
  border-bottom: 0;
}

.service-spread:last-child {
  border-bottom: 0;
}

.contact-band::after,
.site-footer {
  background-color: #4a2d38;
}

.contact-band::after {
  background: #4a2d38;
}

.home-page .faq::after {
  background:
    radial-gradient(circle at 14px 0, transparent 0 13px, #4a2d38 14px 27px, transparent 28px);
  background-size: 28px 28px;
}

body[data-theme="dark"] .contact-band::after,
body[data-theme="dark"] .site-footer {
  background-color: #321f29;
}

body[data-theme="dark"] .contact-band::after {
  background: #321f29;
}

body[data-theme="dark"].home-page .faq::after {
  background:
    radial-gradient(circle at 14px 0, transparent 0 13px, #321f29 14px 27px, transparent 28px);
  background-size: 28px 28px;
}

body[data-theme="dark"] .service-belvedere {
  --sv-paper: #30372f;
  --sv-paper-deep: #20251f;
  --sv-ink: #f3ead9;
  --sv-muted: #c9bca8;
  --sv-rule: rgba(215, 198, 165, .31);
  --sv-faint: rgba(215, 198, 165, .09);
  --sv-wine: #d29aa3;
  --sv-sage: #819484;
  --sv-olive: #a6b39d;
  --sv-gold: #d2b579;
  border-color: rgba(190, 171, 137, .45);
  background:
    radial-gradient(ellipse at 50% 82%, rgba(126, 151, 127, .12), transparent 39%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-belvedere .belvedere-window {
  background: linear-gradient(180deg, #4f574b, #3b493b 52%, #263a2b);
}

body[data-theme="dark"] .service-belvedere .visual-kicker,
body[data-theme="dark"] .service-belvedere > p {
  color: var(--sv-ink);
}

body[data-theme="dark"] .service-reading-action {
  --sv-paper: #3d2532;
  --sv-paper-deep: #21161e;
  --sv-ink: #fff1e4;
  --sv-muted: #d9c1c1;
  --sv-rule: rgba(234, 202, 192, .32);
  --sv-faint: rgba(255, 231, 213, .07);
  --sv-wine: #e1a2b3;
  --sv-rose: #ca8397;
  --sv-sage: #b19aa5;
  --sv-olive: #cfb7be;
  background:
    radial-gradient(circle at 19% 20%, rgba(222, 152, 174, .13), transparent 26%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(255, 230, 211, .045) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

@media (max-width: 700px) {
  .service-belvedere {
    min-height: 455px;
  }

  .belvedere-view {
    inset: 45px 10px 55px;
  }

  .belvedere-window {
    inset-inline: 3%;
  }

  .belvedere-lens {
    width: 94px;
  }

  .belvedere-key {
    right: 4%;
    left: 4%;
    font-size: 7px;
  }

  .source-leaf > b { font-size: 17px; }
  .source-leaf > span { font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .analytics-spread.is-service-active .ledger-gnomon,
  .analytics-spread.is-service-active .ledger-shadow,
  .analytics-spread.is-service-active .attribution-leaf,
  .website-spread.is-service-active .journey-signal,
  .website-spread.is-service-active .journey-leaf,
  .website-spread.is-service-active .journey-destination,
  .place-spread.is-service-active .belvedere-sightline,
  .place-spread.is-service-active .belvedere-lens,
  .custom-spread.is-service-active .action-signal,
  .custom-spread.is-service-active .action-node {
    animation: none;
  }

  .journey-signal,
  .action-signal {
    display: none;
  }
}

/* Final cascade guard for the subject-led five-service palette. */
.service-rosette .petal-1 { --service-petal: #d6b85f; background: var(--service-petal); }
.service-rosette .petal-2 { --service-petal: #a9c7d2; background: var(--service-petal); }
.service-rosette .petal-3 { --service-petal: #673746; background: var(--service-petal); border-color: rgba(73, 37, 49, .78); }
.service-rosette .petal-4 { --service-petal: #55735a; background: var(--service-petal); border-color: rgba(50, 79, 55, .74); }
.service-rosette .petal-5 { --service-petal: #dfb3bd; background: var(--service-petal); border-color: rgba(133, 75, 91, .48); }

.service-rosette[data-active="01"] .petal-1 {
  border-color: #8f742f;
  background: linear-gradient(155deg, rgba(255, 255, 255, .34), transparent 48%), var(--service-petal);
  transform: rotate(-3deg) translateY(-14px) scale(1.1, 1.14);
}
.service-rosette[data-active="02"] .petal-2 { border-color: #5f7f8b; }
.service-rosette[data-active="03"] .petal-3 { border-color: #d0a3ae; }
.service-rosette[data-active="04"] .petal-4 { border-color: #8fa78e; }
.service-rosette[data-active="05"] .petal-5 { border-color: #9b6674; }

.service-visual.service-attribution-ledger {
  --sv-paper: #f4ecd2;
  --sv-paper-deep: #ddca92;
  --sv-ink: #382d1d;
  --sv-muted: #746342;
  --sv-rule: rgba(118, 91, 40, .34);
  --sv-faint: rgba(147, 112, 43, .11);
  --sv-wine: #8f6d25;
  --sv-rose: #d3a95c;
  --sv-sage: #b6aa77;
  --sv-olive: #75682f;
  --sv-gold: #bd8f31;
  background:
    linear-gradient(137deg, transparent 0 57%, rgba(151, 111, 35, .08) 57.2% 70%, transparent 70.2%),
    radial-gradient(circle at 21% 27%, rgba(255, 254, 235, .86), transparent 23%),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

.service-visual.service-attribution-ledger::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(143, 109, 37, .1) 38px 39px),
    radial-gradient(ellipse at 14% 72%, rgba(181, 157, 91, .16), transparent 27%),
    radial-gradient(ellipse at 87% 22%, rgba(226, 190, 101, .18), transparent 24%);
}

.service-attribution-ledger .attribution-dial {
  border-color: #a8945c;
  background:
    radial-gradient(circle at 37% 29%, rgba(255, 255, 241, .82), transparent 23%),
    repeating-radial-gradient(circle at 48% 47%, transparent 0 12px, rgba(128, 99, 42, .035) 12px 13px),
    #dfd09e;
}

.analytics-spread.is-service-active .ledger-gnomon {
  animation: none;
  transform: rotate(0);
}

.service-visual.service-registered-view {
  --sv-paper: #e7eff0;
  --sv-paper-deep: #b9cdd2;
  --sv-ink: #26363a;
  --sv-muted: #586b70;
  --sv-rule: rgba(64, 94, 103, .32);
  --sv-faint: rgba(77, 111, 120, .1);
  --sv-wine: #496f7a;
  --sv-rose: #84aeb8;
  --sv-sage: #89a9ad;
  --sv-olive: #51727b;
  --sv-gold: #9a8358;
  background:
    radial-gradient(circle at 50% 50%, rgba(108, 158, 170, .16), transparent 31%),
    repeating-linear-gradient(90deg, transparent 0 69px, rgba(64, 94, 103, .08) 69px 70px),
    linear-gradient(140deg, var(--sv-paper), var(--sv-paper-deep));
}

.measure-spine small { display: none; }
.measure-spine b { top: 50%; }

@media (max-width: 900px) {
  .client-study-arrow {
    top: 50%;
    width: 38px;
    height: 58px;
  }

  .client-study-arrow-previous {
    left: 7px;
  }

  .client-study-arrow-next {
    right: 7px;
  }
}

@media (max-width: 620px) {
  .client-workboards {
    min-height: 430px;
  }

  .client-workboard {
    padding: 14px;
  }

  .client-workboard > header {
    padding-right: 32px;
    padding-left: 32px;
  }

  .client-workboard > footer {
    gap: 7px;
    font-size: 6px;
  }

  .sfi-dashboard-window img {
    min-height: 235px;
  }

  .sfi-release-path {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .sfi-release-path div {
    padding: 7px 9px;
  }

  .sfi-release-path > span {
    display: none;
  }

  .workbook-tabs {
    margin-top: 14px;
    padding: 0 30px;
  }

  .workbook-tabs span {
    padding: 7px 6px 5px;
    font-size: 6px;
  }

  .workbook-row {
    grid-template-columns: .72fr .88fr 1.15fr .7fr .7fr;
  }

  .workbook-row > * {
    padding: 12px 4px;
    font-size: 7px;
  }

  .workbook-heading > * {
    font-size: 6px;
  }
}

.service-visual.service-unbroken-route {
  --sv-paper: #55313d;
  --sv-paper-deep: #301e27;
  --sv-ink: #fff1df;
  --sv-muted: #ddc7c2;
  --sv-rule: rgba(242, 213, 195, .3);
  --sv-faint: rgba(255, 232, 214, .08);
  --sv-wine: #e1a4b0;
  --sv-rose: #ca8595;
  --sv-sage: #bba9aa;
  --sv-olive: #d7c1bd;
  --sv-gold: #d5b36f;
  border-color: rgba(155, 106, 119, .68);
  background:
    radial-gradient(circle at 20% 18%, rgba(226, 166, 179, .17), transparent 27%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(255, 231, 211, .052) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

.service-unbroken-route .visual-kicker,
.service-unbroken-route > p { color: #fff1df; }
.service-unbroken-route .journey-ribbon path { stroke: #e7a7b5; }
.service-unbroken-route .journey-leaf {
  border-color: rgba(115, 67, 81, .4);
  background-color: rgba(250, 234, 226, .9);
}
.service-unbroken-route .journey-leaf small { color: #824456; }
.service-unbroken-route .journey-leaf b { color: #402a31; }
.service-unbroken-route .journey-signal {
  border-color: #fff2df;
  background: #7a3e50;
  box-shadow: 0 0 0 2px #d995a6, 0 7px 14px rgba(21, 9, 15, .3);
}

.service-visual.service-reading-action {
  --sv-paper: #edd3d7;
  --sv-paper-deep: #c997a3;
  --sv-ink: #3f2931;
  --sv-muted: #745b62;
  --sv-rule: rgba(116, 67, 82, .3);
  --sv-faint: rgba(121, 69, 85, .08);
  --sv-wine: #7c4052;
  --sv-rose: #bd7789;
  --sv-sage: #9b8289;
  --sv-olive: #795463;
  --sv-gold: #ae8657;
  --action-rest: rgba(255, 249, 243, .92);
  --action-active: rgba(238, 184, 198, .97);
  --action-shadow-rest: 0 16px 29px rgba(105, 59, 73, .12);
  --action-shadow-active: 0 0 0 7px rgba(177, 90, 115, .12), 0 18px 31px rgba(105, 59, 73, .2);
  border-color: rgba(139, 82, 98, .5);
  background:
    radial-gradient(circle at 19% 20%, rgba(255, 252, 245, .68), transparent 27%),
    repeating-linear-gradient(0deg, transparent 0 48px, rgba(109, 61, 76, .045) 48px 49px),
    linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

.service-visual.service-reading-action::before {
  background:
    radial-gradient(ellipse at 18% 72%, rgba(255, 244, 232, .28), transparent 28%),
    repeating-linear-gradient(90deg, transparent 0 71px, rgba(114, 64, 80, .055) 71px 72px);
}

.service-reading-action .visual-kicker,
.service-reading-action > p { color: #4a3039; }
.service-reading-action .action-thread path { stroke: #815063; filter: drop-shadow(0 2px 2px rgba(93, 53, 67, .15)); }
.service-reading-action .action-thread .return-thread { stroke: #a85f74; }
.service-reading-action .action-node {
  border-color: rgba(115, 66, 81, .35);
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(132, 74, 91, .07) 8% 8.5%, transparent 8.5%);
  background-color: var(--action-rest);
  box-shadow: var(--action-shadow-rest);
}
.service-reading-action .action-node::after { border-color: #96556a; background: #f1d8da; }
.service-reading-action .action-node small { color: #8c4c60; }
.service-reading-action .action-node b { color: #432a33; }
.service-reading-action .action-signal { border-color: #fff4e8; background: #a95f75; box-shadow: 0 0 0 5px rgba(169, 95, 117, .14); }

.home-page .faq::after {
  content: "";
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -21px;
  left: 0;
  height: 22px;
  display: block;
  background: #623844;
  background-size: auto;
  -webkit-mask:
    linear-gradient(#000 0 0) top / 100% 45% no-repeat,
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 30px 58% repeat-x;
  mask:
    linear-gradient(#000 0 0) top / 100% 45% no-repeat,
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 30px 58% repeat-x;
  pointer-events: none;
}

body[data-theme="dark"].home-page .faq::after {
  background: #4b2e37;
  background-size: auto;
}

@keyframes attribution-stage {
  0%, 25% { background-color: rgba(236, 207, 123, .48); border-color: rgba(139, 103, 31, .68); box-shadow: 0 15px 27px rgba(123, 91, 25, .15); filter: saturate(1.05); }
  32%, 100% { background-color: rgba(250, 245, 222, .58); border-color: var(--sv-rule); box-shadow: 0 13px 24px rgba(68, 52, 26, .1); filter: none; }
}

@keyframes journey-stage {
  0%, 24% { background-color: rgba(242, 190, 198, .96); box-shadow: 0 0 0 6px rgba(226, 152, 169, .12), 0 18px 32px rgba(25, 10, 17, .2); filter: saturate(1.05); }
  31%, 100% { background-color: rgba(250, 234, 226, .9); box-shadow: 0 16px 30px rgba(25, 10, 17, .16); filter: none; }
}

@keyframes journey-signal-run {
  0% { top: 17%; left: 22%; opacity: 0; }
  5%, 22% { top: 17%; left: 22%; opacity: 1; }
  34%, 50% { top: 45%; left: 74%; opacity: 1; }
  65%, 78% { top: 79%; left: 31%; opacity: 1; }
  91% { top: 79%; left: 87%; opacity: 1; }
  100% { top: 79%; left: 87%; opacity: 0; }
}

body[data-theme="dark"] .service-visual.service-attribution-ledger {
  --sv-paper: #443d28; --sv-paper-deep: #2b281d; --sv-ink: #f5e9c5; --sv-muted: #d3c49c;
  --sv-rule: rgba(228, 200, 126, .28); --sv-faint: rgba(228, 200, 126, .08); --sv-wine: #d5b45d;
  --sv-rose: #c99f49; --sv-sage: #a89b70; --sv-olive: #c0ad68;
  background: radial-gradient(circle at 21% 27%, rgba(230, 203, 126, .09), transparent 23%), linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-visual.service-registered-view {
  --sv-paper: #2d3d42; --sv-paper-deep: #1e292d; --sv-ink: #e8f1ef; --sv-muted: #b9ced0;
  --sv-rule: rgba(171, 205, 212, .27); --sv-faint: rgba(171, 205, 212, .08); --sv-wine: #91bbc5;
  --sv-rose: #78a7b2; --sv-sage: #8aaeb4; --sv-olive: #a3c2c8;
  background: radial-gradient(circle at 50% 50%, rgba(119, 169, 180, .1), transparent 31%), linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-visual.service-unbroken-route {
  --sv-paper: #482833; --sv-paper-deep: #24171e; --sv-ink: #fff0df; --sv-muted: #dcc5c0;
  background: radial-gradient(circle at 20% 18%, rgba(226, 148, 169, .12), transparent 27%), linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-visual.service-reading-action {
  --sv-paper: #805767; --sv-paper-deep: #563745; --sv-ink: #fff2e6; --sv-muted: #ead4d1;
  --sv-rule: rgba(244, 213, 204, .3); --sv-faint: rgba(255, 231, 213, .07); --sv-wine: #f0b0c1;
  --sv-rose: #db91a5; --sv-sage: #c0a8b1; --sv-olive: #e0c9cf;
  --action-rest: rgba(255, 243, 235, .13);
  --action-active: rgba(229, 154, 177, .42);
  --action-shadow-rest: 0 16px 29px rgba(22, 8, 15, .22);
  --action-shadow-active: 0 0 0 7px rgba(239, 177, 193, .13), 0 18px 31px rgba(22, 8, 15, .3);
  background: radial-gradient(circle at 19% 20%, rgba(255, 224, 232, .14), transparent 27%), linear-gradient(145deg, var(--sv-paper), var(--sv-paper-deep));
}

body[data-theme="dark"] .service-reading-action .visual-kicker,
body[data-theme="dark"] .service-reading-action > p { color: #fff0df; }

body[data-theme="dark"] .service-reading-action .action-node {
  border-color: rgba(244, 213, 204, .34);
  background-color: var(--action-rest);
}

body[data-theme="dark"] .service-reading-action .action-node small { color: #f0b6c5; }
body[data-theme="dark"] .service-reading-action .action-node b { color: #fff4e8; }

@media (max-width: 900px) {
  .mobile-service-rose > i:nth-of-type(1) { background: #d6b85f; }
  .mobile-service-rose > i:nth-of-type(2) { background: #a9c7d2; }
  .mobile-service-rose > i:nth-of-type(3) { background: #673746; }
  .mobile-service-rose > i:nth-of-type(4) { background: #55735a; }
  .mobile-service-rose > i:nth-of-type(5) { background: #dfb3bd; }
  .mobile-service-rose[data-active="01"] > i:nth-of-type(1) {
    background: #d6b85f;
    transform: rotate(-3deg) translateY(-7px) scale(1.06, 1.08);
  }
}

/* --------------------------------------------------------------------------
   Focused interaction and spacing refinements
   -------------------------------------------------------------------------- */

/* Carousel controls belong to the client-work subsection, not its framed sample. */
.client-study-carousel > .client-study-arrow {
  top: 50%;
  width: 28px;
  font-size: 32px;
}

.client-study-carousel > .client-study-arrow-previous {
  left: 0;
}

.client-study-carousel > .client-study-arrow-next {
  right: 0;
}

/* A second, irregular ring of wine-red petals sits behind the five service colors. */
.rose-underlayer::before,
.rose-underlayer::after {
  position: absolute;
  top: 5px;
  left: 55px;
  width: 80px;
  height: 108px;
  display: block;
  border: 1px solid rgba(105, 31, 50, .14);
  border-radius: 76% 34% 70% 39% / 74% 41% 69% 37%;
  background: linear-gradient(145deg, rgba(145, 46, 67, .16), rgba(91, 26, 43, .12));
  box-shadow: inset 8px 5px 18px rgba(255, 211, 211, .055);
  transform-origin: 50% 91px;
  content: "";
}

.rose-underlayer::before {
  transform: rotate(44deg) translateY(-5px) scale(1.11);
}

.rose-underlayer::after {
  transform: rotate(188deg) translateY(-7px) scale(1.14);
}

body[data-theme="dark"] .rose-underlayer::before,
body[data-theme="dark"] .rose-underlayer::after {
  border-color: rgba(202, 111, 127, .17);
  background: linear-gradient(145deg, rgba(157, 58, 78, .2), rgba(76, 23, 38, .17));
}

/* The agreed calculations write themselves in as this service comes into view. */
.source-leaf > span {
  display: inline-block;
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
}

.intelligence-spread.is-service-active .source-leaf > span {
  animation: ledger-equation-write 720ms cubic-bezier(.22, .72, .24, 1) both;
}

.intelligence-spread.is-service-active .source-finance > span { animation-delay: 430ms; }
.intelligence-spread.is-service-active .source-web > span { animation-delay: 860ms; }
.intelligence-spread.is-service-active .source-operations > span { animation-delay: 1290ms; }

@keyframes ledger-equation-write {
  from {
    opacity: .18;
    clip-path: inset(0 100% 0 0);
    background-size: 0 1px;
  }
  to {
    opacity: 1;
    clip-path: inset(0);
    background-size: 100% 1px;
  }
}

/* Keep the invitation sections compact while giving each thought room to land. */
.home-page .contact-band .eyebrow,
.pricing-page .compact-contact .eyebrow {
  margin-bottom: 20px;
}

.home-page .contact-band h2,
.pricing-page .compact-contact h2 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.home-page .contact-band > p:not(.eyebrow) {
  width: min(100%, 680px);
  margin: 0 auto 38px;
  text-align: center;
}

.pricing-page .compact-contact .button {
  margin-top: 0;
}

@media (max-width: 900px) {
  .client-study-carousel > .client-study-arrow {
    top: 50%;
    width: 30px;
    height: 58px;
  }

  .client-study-carousel > .client-study-arrow-previous {
    left: 0;
  }

  .client-study-carousel > .client-study-arrow-next {
    right: 0;
  }

  .mobile-service-rose .rose-underlayer::before,
  .mobile-service-rose .rose-underlayer::after {
    top: 3px;
    left: 22px;
    width: 32px;
    height: 47px;
    transform-origin: 50% 38px;
  }

  .mobile-service-rose .rose-underlayer::before {
    transform: rotate(44deg) translateY(-2px) scale(1.1);
  }

  .mobile-service-rose .rose-underlayer::after {
    transform: rotate(188deg) translateY(-3px) scale(1.13);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intelligence-spread.is-service-active .source-leaf > span {
    animation: none;
    opacity: 1;
    clip-path: none;
    background-size: 100% 1px;
  }
}

/* --------------------------------------------------------------------------
   July 28 refinement: quieter rose depth, clearer controls, and a staged vine
   -------------------------------------------------------------------------- */

/* Keep the wine-red depth petals visible without letting them compete with
   the five service colors or the white inner petals. */
.rose-underlayer > i {
  border-color: rgba(105, 31, 50, .09);
  background: linear-gradient(145deg, rgba(156, 61, 78, .105), rgba(105, 31, 50, .065));
  box-shadow: inset 8px 5px 16px rgba(255, 211, 211, .035);
}

.rose-underlayer::before,
.rose-underlayer::after {
  border-color: rgba(105, 31, 50, .105);
  background: linear-gradient(145deg, rgba(145, 46, 67, .12), rgba(91, 26, 43, .08));
  box-shadow: inset 8px 5px 18px rgba(255, 211, 211, .035);
}

body[data-theme="dark"] .rose-underlayer > i {
  border-color: rgba(197, 101, 116, .11);
  background: linear-gradient(145deg, rgba(157, 58, 78, .135), rgba(86, 28, 43, .095));
}

body[data-theme="dark"] .rose-underlayer::before,
body[data-theme="dark"] .rose-underlayer::after {
  border-color: rgba(202, 111, 127, .13);
  background: linear-gradient(145deg, rgba(157, 58, 78, .15), rgba(76, 23, 38, .12));
}

/* The client-study arrows remain attached to the subsection, with enough
   breathing room that they no longer graze the viewport edge. */
.client-study-carousel > .client-study-arrow-previous {
  left: clamp(18px, 2.1vw, 34px);
}

.client-study-carousel > .client-study-arrow-next {
  right: clamp(18px, 2.1vw, 34px);
}

/* Replace the lighter intermediate trim with one sharper, continuous
   burgundy garden-point edge. */
.home-page .faq::after {
  bottom: -24px;
  height: 25px;
  background: #4a2d38;
  -webkit-mask:
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 24px 100% repeat-x;
  mask:
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 24px 100% repeat-x;
}

body[data-theme="dark"].home-page .faq::after {
  background: #321f29;
}

.contact-band::after {
  bottom: -24px;
  height: 25px;
  background: #4a2d38;
  clip-path: none;
  -webkit-mask:
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 24px 100% repeat-x;
  mask:
    conic-gradient(from -45deg at bottom, #000 90deg, transparent 0) bottom / 24px 100% repeat-x;
}

body[data-theme="dark"] .contact-band::after {
  background: #321f29;
}

/* Keep the point edge above the footer's own paint layer. */
.contact-band {
  z-index: 2;
}

.site-footer {
  z-index: 1;
}

.home-page .faq {
  z-index: 3;
}

/* Lift the rule without shifting the four stages themselves. */
.process-walk {
  border-top: 0;
}

.process-walk::before {
  content: "";
  position: absolute;
  top: -13px;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(231, 220, 201, .18);
  pointer-events: none;
}

/* One stage appears, its vine grows, and only then does the next stage arrive. */
.process-stages.is-sequence-ready .walk-stop {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(.22, .73, .2, 1);
}

.process-stages.is-sequence-ready .walk-stop.is-seen {
  opacity: 1;
  transform: translateY(0);
}

.process-walk-route i::before {
  transition-duration: 600ms;
}

/* Repair the centered invitation at the foot of How We Work. */
.process-page .compact-contact .eyebrow {
  margin-bottom: 20px;
  text-align: center;
}

.process-page .compact-contact h2 {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.process-page .compact-contact > p:not(.eyebrow) {
  width: min(100%, 680px);
  margin: 0 auto 38px;
  text-align: center;
}

.process-page .compact-contact .button {
  margin-top: 0;
}

@media (max-width: 900px) {
  .client-study-carousel > .client-study-arrow-previous {
    left: 12px;
  }

  .client-study-carousel > .client-study-arrow-next {
    right: 12px;
  }

  .process-walk::before {
    top: -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .process-stages.is-sequence-ready .walk-stop,
  .process-stages.is-sequence-ready .walk-stop.is-seen {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
