:root {
  --porcelain: #f7f0e4;
  --porcelain-blue: #d9e2df;
  --porcelain-rose: #ead8d5;
  --garden: #53604a;
  --garden-deep: #303a2e;
  --gilt: #b88a48;
  --gilt-light: #dfbf82;
  --wine: #6e3f49;
  --studio-line: #b8a591;
}

.home-page {
  background-color: #efe5d5;
  background-image:
    radial-gradient(rgba(84, 58, 42, .055) .65px, transparent .65px),
    linear-gradient(90deg, rgba(255,255,255,.15), transparent 35%, rgba(115,85,62,.035));
  background-size: 13px 13px, auto;
  font-family: Jost, "Trebuchet MS", sans-serif;
}
.home-page .eyebrow,
.home-page .button,
.home-page nav a,
.home-page .theme-toggle,
.home-page .brand em,
.home-page .footer-brand em {
  font-family: Jost, "Trebuchet MS", sans-serif;
}
.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  text-wrap: balance;
}

/* Hero: an editorial composition made from live information, not an inserted image. */
.studio-hero {
  width: min(1380px, calc(100% - 56px));
  min-height: 745px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(540px, 1.1fr);
  gap: clamp(45px, 6vw, 95px);
  align-items: center;
  padding: 72px 0 82px;
}
.studio-hero-copy {
  position: relative;
  z-index: 2;
  padding-left: max(0px, calc((100vw - 1380px) / 2));
}
.studio-hero-copy h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(63px, 7vw, 105px);
  line-height: .84;
  letter-spacing: -.04em;
}
.studio-hero-copy h1 i {
  color: var(--wine);
  font-weight: 500;
}
.studio-hero-copy .hero-lede {
  max-width: 590px;
}
.hero-proof {
  width: fit-content;
  margin: 42px 0 0;
  padding: 8px 0 0 56px;
  position: relative;
  color: #7a685c;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-proof::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 42px;
  height: 1px;
  background: var(--gilt);
}

.rosette-view {
  position: relative;
  min-height: 610px;
  isolation: isolate;
}
.rosette-view::before {
  content: "";
  position: absolute;
  inset: 4% 1% 2% 8%;
  border: 1px solid rgba(109, 78, 55, .24);
  border-radius: 52% 48% 50% 50% / 48% 52% 48% 52%;
  transform: rotate(-2deg);
}
.view-rule {
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, transparent, #a78b6c 15%, #a78b6c 85%, transparent);
  opacity: .62;
}
.rule-horizontal {
  top: 49%;
  left: 2%;
  width: 95%;
  height: 1px;
}
.rule-vertical {
  top: 4%;
  left: 52%;
  width: 1px;
  height: 91%;
  background: linear-gradient(transparent, #a78b6c 15%, #a78b6c 85%, transparent);
}
.view-panel {
  position: absolute;
  width: 260px;
  min-height: 180px;
  padding: 22px 23px;
  border: 1px solid #a78c73;
  box-shadow: 7px 9px 20px rgba(75, 52, 38, .14);
}
.view-panel::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(122, 89, 65, .2);
  pointer-events: none;
}
.view-panel > p {
  margin: 0;
  color: #8f5d4e;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.view-panel h2 {
  margin: 17px 0 0;
  font-size: 31px;
  line-height: .9;
}
.view-panel > span {
  display: block;
  margin-top: 14px;
  color: #6d5f55;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .05em;
}
.view-past {
  top: 40px;
  left: 2%;
  background: #f5ede0;
  transform: rotate(-2.2deg);
}
.view-present {
  top: 10px;
  right: 2%;
  background: var(--porcelain-blue);
  transform: rotate(1.4deg);
}
.view-next {
  right: 10%;
  bottom: 24px;
  background: var(--porcelain-rose);
  transform: rotate(-1deg);
}
.view-center {
  position: absolute;
  z-index: 4;
  left: 24%;
  bottom: 62px;
  width: 220px;
  height: 220px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff8eb;
  background: var(--wine);
  border: 1px solid #4b2e35;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 7px var(--wine),
    inset 0 0 0 8px var(--gilt-light),
    9px 13px 28px rgba(63, 37, 43, .28);
}
.view-center strong {
  margin-top: 11px;
  font: 600 27px/.9 "Cormorant Garamond", serif;
}
.view-center small {
  margin-top: 7px;
  color: #e2cfd2;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.view-caption {
  position: absolute;
  left: 5%;
  bottom: 10px;
  color: #806f62;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.css-rosette {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 0 auto;
  display: block;
}
.css-rosette i {
  position: absolute;
  top: 4px;
  left: 23px;
  width: 20px;
  height: 33px;
  border: 1px solid #efdcae;
  border-radius: 60% 60% 47% 47%;
  background: rgba(255, 248, 233, .07);
  transform-origin: 50% 28px;
}
.css-rosette i:nth-child(2) { transform: rotate(72deg); }
.css-rosette i:nth-child(3) { transform: rotate(144deg); }
.css-rosette i:nth-child(4) { transform: rotate(216deg); }
.css-rosette i:nth-child(5) { transform: rotate(288deg); }
.record-lines {
  height: 39px;
  margin-top: 17px;
  display: flex;
  align-items: end;
  gap: 6px;
}
.record-lines i {
  width: 9px;
  background: #75816f;
  border-top: 1px solid #55604f;
}
.record-lines i:nth-child(1) { height: 42%; }
.record-lines i:nth-child(2) { height: 68%; }
.record-lines i:nth-child(3) { height: 54%; }
.record-lines i:nth-child(4) { height: 91%; }
.reading-points {
  position: relative;
  height: 39px;
  margin-top: 17px;
  border-bottom: 1px solid #8b9a94;
}
.reading-points::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 19px;
  height: 1px;
  background: #7f8f88;
  transform: rotate(-7deg);
}
.reading-points i {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid #596d65;
  border-radius: 50%;
  background: #f0e8dc;
}
.reading-points i:nth-child(1) { left: 5%; bottom: 7px; }
.reading-points i:nth-child(2) { left: 27%; bottom: 15px; }
.reading-points i:nth-child(3) { left: 51%; bottom: 12px; }
.reading-points i:nth-child(4) { left: 74%; bottom: 23px; }
.reading-points i:nth-child(5) { right: 2%; bottom: 27px; }
.direction-line {
  position: relative;
  height: 39px;
  margin-top: 17px;
}
.direction-line::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 21px;
  bottom: 9px;
  height: 1px;
  background: #a15e54;
  transform: rotate(-12deg);
}
.direction-line::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #a15e54;
  border-right: 1px solid #a15e54;
}

/* A museum caption and porcelain detail used once, not as the whole page. */
.studio-premise {
  position: relative;
  overflow: hidden;
  padding: 105px max(28px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: clamp(55px, 9vw, 145px);
  align-items: center;
  background: var(--porcelain);
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
}
.premise-label {
  max-width: 330px;
  padding: 24px 25px 26px;
  color: #41352e;
  background: #eee4d4;
  border: 1px solid #a98c70;
  border-bottom: 2px solid #927050;
  box-shadow: 5px 7px 17px rgba(76, 52, 37, .1);
  transform: rotate(-.65deg);
}
.premise-label span,
.premise-label strong,
.premise-label small {
  display: block;
}
.premise-label span {
  color: #8c5b4e;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.premise-label strong {
  margin-top: 13px;
  font: 600 31px/.95 "Cormorant Garamond", serif;
}
.premise-label small {
  margin-top: 15px;
  color: #6f6258;
  font-size: 9px;
  line-height: 1.6;
}
.premise-copy {
  max-width: 790px;
}
.premise-copy h2,
.services-intro h2,
.garden-method h2,
.starting-heading h2 {
  margin: 0;
  font-size: clamp(47px, 5.2vw, 73px);
  line-height: .91;
}
.premise-copy > p:last-child,
.services-intro > p:last-child,
.starting-heading > p:last-child {
  max-width: 670px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 14px;
}
.porcelain-corner {
  position: absolute;
  right: -42px;
  bottom: -49px;
  width: 190px;
  height: 190px;
  border: 1px solid #a8b8b2;
  border-radius: 50%;
  background: #e2e8e4;
  box-shadow: inset 0 0 0 10px #e2e8e4, inset 0 0 0 11px #b98a53;
}
.porcelain-corner i {
  position: absolute;
  top: 53px;
  left: 78px;
  width: 30px;
  height: 67px;
  border: 1px solid #8e5c58;
  border-radius: 70% 70% 50% 50%;
  transform-origin: 50% 42px;
}
.porcelain-corner i:nth-child(2) { transform: rotate(120deg); }
.porcelain-corner i:nth-child(3) { transform: rotate(240deg); }

/* Services: a scroll-linked rose index with five deliberately different spreads. */
.studio-services {
  width: min(1240px, calc(100% - 56px));
  margin: 0 auto;
  padding: 126px 0 135px;
}
.services-intro {
  max-width: 940px;
}
.services-stage {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: clamp(50px, 7vw, 105px);
  align-items: start;
}
.rose-index {
  align-self: stretch;
}
.rose-index-sticky {
  position: sticky;
  top: 125px;
}
.service-rosette {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0 auto 41px;
}
.service-rosette::before,
.service-rosette::after {
  display: none;
}
.service-rosette .petal {
  position: absolute;
  top: 10px;
  left: 60px;
  width: 70px;
  height: 98px;
  border: 1px solid #926354;
  border-radius: 72% 38% 68% 42% / 70% 44% 67% 39%;
  background: #ead7d3;
  box-shadow:
    inset 10px 4px 20px rgba(255, 255, 255, .24),
    inset -8px -5px 18px rgba(137, 79, 75, .1);
  transform-origin: 50% 85px;
  transition: transform .55s ease, background .35s ease, border-color .35s ease;
}
.service-rosette .petal-1 { transform: rotate(-3deg) scale(.94); }
.service-rosette .petal-2 { transform: rotate(69deg) scale(1.01); background: #e5ded0; }
.service-rosette .petal-3 { transform: rotate(142deg) scale(.96); background: #dbe4df; }
.service-rosette .petal-4 { transform: rotate(218deg) scale(1.02); background: #e8dfca; }
.service-rosette .petal-5 { transform: rotate(291deg) scale(.97); background: #e0d1d7; }
.service-rosette b {
  position: absolute;
  z-index: 4;
  top: 70px;
  left: 70px;
  width: 50px;
  height: 50px;
  border: 1px solid #805347;
  border-radius: 62% 38% 59% 41%;
  background: #7b4651;
  box-shadow: inset 0 0 0 7px #7b4651, inset 0 0 0 8px #d9ba7b;
  transform: rotate(24deg);
}
.service-rosette b::before,
.service-rosette b::after {
  content: "";
  position: absolute;
  border: 1px solid #e0bd7b;
  border-left-color: transparent;
  border-radius: 50%;
}
.service-rosette b::before {
  inset: 10px;
}
.service-rosette b::after {
  inset: 17px;
  transform: rotate(105deg);
}
.service-rosette[data-active="01"] .petal-1 { transform: rotate(-3deg) translateY(-12px) scale(.94); background: #eac8c4; border-color: var(--wine); }
.service-rosette[data-active="02"] .petal-2 { transform: rotate(69deg) translateY(-12px) scale(1.01); background: #eac8c4; border-color: var(--wine); }
.service-rosette[data-active="03"] .petal-3 { transform: rotate(142deg) translateY(-12px) scale(.96); background: #eac8c4; border-color: var(--wine); }
.service-rosette[data-active="04"] .petal-4 { transform: rotate(218deg) translateY(-12px) scale(1.02); background: #eac8c4; border-color: var(--wine); }
.service-rosette[data-active="05"] .petal-5 { transform: rotate(291deg) translateY(-12px) scale(.97); background: #eac8c4; border-color: var(--wine); }
.rose-index-sticky > p {
  margin: 0;
  padding: 14px 0;
  color: #785f52;
  border-top: 1px solid var(--studio-line);
  border-bottom: 1px solid var(--studio-line);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.rose-index ol {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.rose-index li {
  padding: 8px 0 8px 19px;
  position: relative;
  color: #8a7b70;
  font: 500 18px/1 "Cormorant Garamond", serif;
  transition: color .3s ease, transform .3s ease;
}
.rose-index li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 1px;
  background: #b89a74;
}
.rose-index li.is-active {
  color: var(--wine);
  transform: translateX(7px);
}
.service-spreads {
  min-width: 0;
}
.service-spread {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .85fr);
  gap: clamp(34px, 6vw, 75px);
  align-items: center;
  padding: 67px 0 78px;
  border-top: 1px solid var(--studio-line);
}
.service-spread:last-child {
  border-bottom: 1px solid var(--studio-line);
}
.service-spread:nth-child(even) {
  grid-template-columns: minmax(290px, .85fr) minmax(0, 1fr);
}
.spread-copy h3 {
  margin: 24px 0 19px;
  font-size: clamp(40px, 4.3vw, 59px);
  line-height: .9;
}
.spread-copy > p:not(.service-number) {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.spread-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #5e5047;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
}
.spread-copy li {
  padding: 9px 0;
  border-top: 1px solid var(--studio-line);
}

.analytics-study {
  position: relative;
  min-height: 330px;
  padding: 32px 27px;
  background: #ead7d3;
  border: 1px solid #ac8175;
  border-radius: 48% 48% 3px 3px / 18% 18% 3px 3px;
  box-shadow: inset 0 0 0 7px #ead7d3, inset 0 0 0 8px #c69a66;
}
.study-label,
.intelligence-study > em {
  color: #86594f;
  font: normal 600 8px/1 Jost, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.route-line {
  position: absolute;
  top: 87px;
  right: 35px;
  left: 35px;
  height: 84px;
  border-bottom: 1px solid #976456;
  transform: skewY(-7deg);
}
.route-line::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  border-top: 1px solid #976456;
}
.route-line i {
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid #7c5147;
  border-radius: 50%;
  background: #f6ede1;
}
.route-line i:nth-child(1) { left: 0; }
.route-line i:nth-child(2) { left: 34%; bottom: 12px; }
.route-line i:nth-child(3) { left: 66%; bottom: 32px; }
.route-line i:nth-child(4) { right: 0; bottom: 56px; }
.route-bars {
  position: absolute;
  right: 34px;
  bottom: 52px;
  left: 34px;
  height: 54px;
  display: flex;
  align-items: end;
  gap: 8px;
}
.route-bars b { flex: 1; background: rgba(108, 126, 99, .67); }
.route-bars b:nth-child(1) { height: 36%; }
.route-bars b:nth-child(2) { height: 47%; }
.route-bars b:nth-child(3) { height: 43%; }
.route-bars b:nth-child(4) { height: 71%; }
.route-bars b:nth-child(5) { height: 88%; }
.analytics-study small {
  position: absolute;
  bottom: 25px;
  color: #735d52;
  font-size: 7px;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.analytics-study small:nth-of-type(1) { left: 27px; }
.analytics-study small:nth-of-type(2) { left: 47%; }
.analytics-study small:nth-of-type(3) { right: 27px; }

.intelligence-study {
  position: relative;
  min-height: 390px;
}
.source-sheet {
  position: absolute;
  width: 114px;
  min-height: 58px;
  padding: 13px;
  color: #68594e;
  background: #ede3d3;
  border: 1px solid #ae957c;
  box-shadow: 3px 4px 0 rgba(87, 62, 45, .1);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.source-a { top: 8px; left: 1%; transform: rotate(-4deg); }
.source-b { top: 17px; right: 2%; transform: rotate(3deg); }
.source-c { bottom: 35px; left: 0; transform: rotate(2deg); }
.source-d { right: 3%; bottom: 22px; transform: rotate(-3deg); }
.folio-sheet {
  position: absolute;
  z-index: 2;
  top: 85px;
  left: 50%;
  width: 205px;
  min-height: 225px;
  padding: 28px 25px;
  color: #3d352f;
  background: #dce4df;
  border: 1px solid #84978d;
  box-shadow: 8px 10px 20px rgba(67, 77, 70, .17);
  transform: translateX(-50%) rotate(-.7deg);
}
.folio-sheet::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(85, 105, 95, .32);
}
.folio-sheet b {
  display: block;
  margin-bottom: 38px;
  font: 600 27px/.9 "Cormorant Garamond", serif;
}
.folio-sheet i {
  display: block;
  height: 21px;
  margin-top: 10px;
  background:
    linear-gradient(90deg, #758a7e 0 23%, transparent 23% 29%, #a89986 29% 65%, transparent 65% 71%, #8e665a 71%);
  opacity: .7;
}
.intelligence-study > em {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.website-study {
  position: relative;
  padding: 15px 0 0 20px;
}
.site-frame {
  min-height: 315px;
  padding: 35px 31px;
  color: #f9f1e5;
  background: var(--garden-deep);
  border: 7px ridge #b58a50;
  box-shadow: 9px 12px 25px rgba(47, 43, 33, .23);
  transform: rotate(1.1deg);
}
.site-frame > span {
  display: block;
  width: 57px;
  height: 6px;
  margin-bottom: 45px;
  border-top: 1px solid #d6b879;
  border-bottom: 1px solid #d6b879;
}
.site-frame h4 {
  margin: 0;
  font: 600 38px/.88 "Cormorant Garamond", serif;
}
.site-frame i {
  display: block;
  height: 7px;
  margin-top: 18px;
  background: rgba(240, 229, 208, .28);
}
.site-frame i:nth-of-type(1) { width: 76%; margin-top: 46px; }
.site-frame i:nth-of-type(2) { width: 55%; }
.site-frame i:nth-of-type(3) { width: 64%; }
.website-study > p {
  max-width: 250px;
  margin: 19px 0 0 auto;
  color: #77685d;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .07em;
  text-align: right;
  text-transform: uppercase;
}

.place-study {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #dce4d7;
  border: 1px solid #819078;
  border-radius: 49% 49% 2px 2px / 15% 15% 2px 2px;
  box-shadow: inset 0 0 0 8px #dce4d7, inset 0 0 0 9px #a98754;
}
.garden-axis {
  position: absolute;
  top: 40px;
  bottom: 55px;
  left: calc(50% - 6px);
  width: 12px;
  background: #c9b596;
  border-right: 1px solid #9a795b;
  border-left: 1px solid #9a795b;
}
.garden-axis::before,
.garden-axis::after {
  content: "";
  position: absolute;
  left: -8px;
  width: 26px;
  height: 26px;
  border: 1px solid #8d6a51;
  border-radius: 50%;
  background: #e4d7c1;
}
.garden-axis::before { top: -8px; }
.garden-axis::after { bottom: -8px; }
.plot {
  position: absolute;
  width: 34%;
  height: 28%;
  border: 5px double #73816b;
  background:
    repeating-linear-gradient(45deg, rgba(89, 110, 80, .11) 0 7px, transparent 7px 14px);
}
.plot-a { top: 51px; left: 10%; }
.plot-b { top: 51px; right: 10%; }
.plot-c { bottom: 68px; left: 10%; }
.plot-d { right: 10%; bottom: 68px; }
.opportunity-mark {
  position: absolute;
  z-index: 2;
  right: 19%;
  bottom: 84px;
  width: 54px;
  height: 54px;
  border: 1px solid var(--wine);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(110, 63, 73, .11);
}
.place-study small {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  color: #6a6557;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.custom-study {
  position: relative;
  min-height: 330px;
}
.custom-study::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 13px;
  bottom: 26px;
  left: 13px;
  border: 1px solid #a38c73;
  border-radius: 50%;
}
.module {
  position: absolute;
  z-index: 2;
  width: 105px;
  padding: 18px 11px;
  color: #453a33;
  background: #f2e9db;
  border: 1px solid #a89179;
  box-shadow: 4px 5px 0 rgba(77, 54, 39, .1);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.module-a { top: 5px; left: calc(50% - 52px); }
.module-b { top: 132px; right: 0; background: #dbe4df; }
.module-c { bottom: 3px; left: calc(50% - 52px); background: #e8d6d3; }
.module-d { top: 132px; left: 0; background: #e8dfca; }
.custom-study > i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 95px;
  background: #9c8068;
  transform-origin: top;
}
.custom-study > i:nth-of-type(1) { transform: rotate(45deg); }
.custom-study > i:nth-of-type(2) { transform: rotate(135deg); }
.custom-study > i:nth-of-type(3) { transform: rotate(225deg); }

/* SFI: the portrait source becomes a gilt frame around real client work. */
.sfi-study {
  padding: 116px max(28px, calc((100vw - 1380px) / 2));
  display: grid;
  grid-template-columns: 230px minmax(350px, .9fr) minmax(440px, 1.1fr);
  gap: clamp(45px, 6vw, 90px);
  align-items: center;
  color: #f3eadb;
  background:
    radial-gradient(rgba(245, 224, 183, .07) .8px, transparent .8px),
    linear-gradient(120deg, rgba(31, 18, 23, .19), transparent 45%),
    var(--wine);
  background-size: 12px 12px, auto, auto;
}
.sfi-label {
  padding: 24px;
  color: #40342e;
  background: #e9ddca;
  border: 1px solid #c0a282;
  border-bottom: 2px solid #a7835d;
  box-shadow: 6px 8px 0 rgba(38, 20, 26, .2);
  transform: rotate(-.7deg);
}
.sfi-label span,
.sfi-label strong,
.sfi-label small {
  display: block;
}
.sfi-label span {
  color: #8b584b;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sfi-label strong {
  margin: 20px 0 17px;
  font: 600 29px/.92 "Cormorant Garamond", serif;
}
.sfi-label small {
  margin-top: 9px;
  color: #685a50;
  font-size: 8px;
  line-height: 1.55;
}
.sfi-study .eyebrow { color: #e6bf7b; }
.sfi-copy h2 {
  margin: 0;
  color: #fff8eb;
  font-size: clamp(47px, 5vw, 70px);
  line-height: .9;
}
.sfi-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: #eadadd;
  font-size: 13px;
}
.sfi-columns {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}
.sfi-columns div {
  padding-top: 13px;
  border-top: 1px solid rgba(241, 221, 193, .38);
}
.sfi-columns span {
  color: #e6bf7b;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sfi-columns p {
  margin: 9px 0 0;
  color: #eadadd;
  font-size: 10px;
}
.sfi-portrait {
  padding: 13px;
  background: linear-gradient(135deg, #815a2f, #dab46f 22%, #6b4528 49%, #c99a54 77%, #6b4c2d);
  border: 2px solid #3f2b1c;
  box-shadow:
    0 0 0 4px #b48343,
    0 0 0 6px #3b281c,
    15px 19px 35px rgba(34, 18, 23, .35);
}
.sfi-screen {
  min-height: 470px;
  padding: 25px;
  color: #332a25;
  background: #f4ecdf;
  border: 1px solid #4e3928;
}
.sfi-screen header,
.sfi-screen footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ad9a87;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.sfi-screen header b {
  color: #4f634d;
}
.sfi-kpis {
  margin-top: 21px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.sfi-kpis div {
  min-height: 118px;
  padding: 14px 11px;
  background: #e8dfcf;
  border-top: 3px solid #6c7a64;
}
.sfi-kpis div:nth-child(2) { border-top-color: #b08449; }
.sfi-kpis div:nth-child(3) { border-top-color: #9c6258; }
.sfi-kpis small,
.sfi-kpis strong {
  display: block;
}
.sfi-kpis small {
  min-height: 25px;
  color: #71655c;
  font-size: 7px;
  text-transform: uppercase;
}
.sfi-kpis strong {
  margin-top: 13px;
  font: 600 18px/.95 "Cormorant Garamond", serif;
}
.sfi-kpis i {
  display: block;
  width: 70%;
  height: 14px;
  margin-top: 17px;
  border-top: 1px solid #8d7d6f;
  border-bottom: 1px solid #8d7d6f;
}
.sfi-report {
  margin-top: 19px;
  padding: 18px;
  border: 1px solid #b8a692;
}
.sfi-report > span {
  color: #6f6258;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sfi-report i {
  display: block;
  height: 20px;
  margin-top: 9px;
  background:
    linear-gradient(90deg, #82907b 0 21%, transparent 21% 25%, #b7a58e 25% 63%, transparent 63% 68%, #9b675d 68%);
  opacity: .72;
}
.sfi-screen footer {
  margin-top: 19px;
  padding: 15px 0 0;
  border-top: 1px solid #ad9a87;
  border-bottom: 0;
  color: #76594b;
}
.sfi-portrait > p {
  margin: 12px 4px 2px;
  color: #f5e5c8;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

/* The formal garden appears as process architecture rather than a garden picture. */
.garden-method {
  padding: 120px max(28px, calc((100vw - 1240px) / 2)) 135px;
  background: #dce3d8;
  border-bottom: 1px solid #8e9a85;
}
.garden-method header {
  max-width: 760px;
}
.garden-plan {
  position: relative;
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.garden-plan article {
  min-height: 255px;
  padding: 32px 27px;
  position: relative;
  z-index: 2;
  text-align: center;
  background:
    repeating-linear-gradient(45deg, rgba(89, 108, 80, .055) 0 8px, transparent 8px 16px),
    #edf0e8;
  border: 5px double #7f8c77;
}
.garden-plan article:nth-child(odd) {
  margin-top: 34px;
}
.garden-plan article::before,
.garden-plan article::after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  border: 1px solid #87937f;
  border-radius: 50%;
  background: #dce3d8;
}
.garden-plan article::before { top: -18px; left: calc(50% - 16px); }
.garden-plan article::after { bottom: -18px; left: calc(50% - 16px); }
.garden-plan article > span {
  color: #8f5c4e;
  font: 600 13px/1 "Cormorant Garamond", serif;
}
.garden-plan h3 {
  margin: 37px 0 13px;
  font-size: 35px;
  line-height: .9;
}
.garden-plan p {
  margin: 0;
  color: #64705f;
  font-size: 11px;
}
.method-axis {
  position: absolute;
  top: 50%;
  right: 2%;
  left: 2%;
  height: 12px;
  background: #c9b692;
  border-top: 1px solid #9e825f;
  border-bottom: 1px solid #9e825f;
}
.method-axis i {
  position: absolute;
  top: -12px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  border: 1px solid #8a6c50;
  border-radius: 50%;
  background: #e8ddc8;
}

.starting-points {
  padding: 116px max(28px, calc((100vw - 1240px) / 2)) 125px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(60px, 9vw, 135px);
  align-items: start;
}
.starting-heading > p:last-child {
  max-width: 480px;
}
.starting-stack {
  padding-top: 28px;
}
.starting-stack article {
  width: 88%;
  min-height: 175px;
  padding: 27px 30px;
  position: relative;
  background: #f7efe3;
  border: 1px solid #b6a18c;
  box-shadow: 6px 7px 0 rgba(78, 54, 39, .1);
}
.starting-stack article:nth-child(1) {
  margin-left: 0;
  transform: rotate(-.6deg);
}
.starting-stack article:nth-child(2) {
  margin: -14px 0 0 8%;
  background: #dce4df;
  transform: rotate(.5deg);
}
.starting-stack article:nth-child(3) {
  margin: -13px 0 0 3%;
  background: #e7d5d2;
  transform: rotate(-.35deg);
}
.starting-stack span {
  color: #8f5c4e;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.starting-stack h3 {
  margin: 24px 0 9px;
  font-size: 33px;
  line-height: .9;
}
.starting-stack p {
  max-width: 520px;
  margin: 0;
  color: #695c53;
  font-size: 10px;
}
.starting-points > .button {
  grid-column: 1;
  width: fit-content;
  margin-top: -55px;
}

/* Dark theme keeps the porcelain and captions readable as physical inserts. */
body[data-theme="dark"].home-page .studio-hero,
body[data-theme="dark"].home-page .studio-services,
body[data-theme="dark"].home-page .starting-points {
  color: var(--ink);
}
body[data-theme="dark"].home-page .view-panel,
body[data-theme="dark"].home-page .premise-label,
body[data-theme="dark"].home-page .service-spread [class$="-study"],
body[data-theme="dark"].home-page .starting-stack article {
  color: #30241f;
}
body[data-theme="dark"].home-page .studio-premise {
  color: #30241f;
  background: #e8dfd0;
}
body[data-theme="dark"].home-page .premise-copy > p:last-child {
  color: #665b53;
}
body[data-theme="dark"].home-page .spread-copy > p:not(.service-number) {
  color: var(--muted);
}
body[data-theme="dark"].home-page .spread-copy ul {
  color: var(--ink);
}
body[data-theme="dark"].home-page .garden-method {
  color: #30241f;
}

@media (max-width: 1100px) {
  .studio-hero {
    grid-template-columns: .9fr 1.1fr;
  }
  .rosette-view {
    min-height: 650px;
  }
  .view-panel {
    width: 235px;
  }
  .view-center {
    left: 18%;
    width: 195px;
    height: 195px;
  }
  .sfi-study {
    grid-template-columns: 205px 1fr;
  }
  .sfi-portrait {
    grid-column: 2;
    max-width: 570px;
  }
}

@media (max-width: 900px) {
  .studio-hero {
    width: min(760px, calc(100% - 44px));
    grid-template-columns: 1fr;
    padding-top: 85px;
  }
  .studio-hero-copy {
    padding-left: 0;
  }
  .rosette-view {
    min-height: 610px;
  }
  .view-center {
    left: 27%;
  }
  .studio-premise {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .premise-label {
    order: 2;
  }
  .services-stage {
    grid-template-columns: 1fr;
  }
  .rose-index-sticky {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 35px;
    align-items: center;
  }
  .rose-index {
    align-self: auto;
  }
  .service-rosette {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }
  .rose-index ol {
    margin-top: 0;
    columns: 2;
  }
  .service-spread,
  .service-spread:nth-child(even) {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }
  .intelligence-spread .intelligence-study,
  .place-spread .place-study {
    order: 2;
  }
  .sfi-study {
    grid-template-columns: 1fr;
  }
  .sfi-label {
    max-width: 330px;
  }
  .sfi-portrait {
    grid-column: 1;
    width: min(100%, 620px);
  }
  .garden-plan {
    grid-template-columns: 1fr 1fr;
    gap: 45px 28px;
  }
  .garden-plan article:nth-child(odd) {
    margin-top: 0;
  }
  .method-axis {
    top: 49%;
    transform: rotate(90deg);
  }
  .starting-points {
    grid-template-columns: 1fr;
  }
  .starting-points > .button {
    grid-column: 1;
    margin-top: 0;
  }
}

@media (max-width: 620px) {
  .studio-hero {
    width: calc(100% - 36px);
    padding: 66px 0 70px;
  }
  .studio-hero-copy h1 {
    font-size: clamp(54px, 17vw, 72px);
  }
  .rosette-view {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 29px 0 0;
  }
  .rosette-view::before,
  .view-rule,
  .view-caption {
    display: none;
  }
  .view-panel,
  .view-center {
    position: relative;
    inset: auto;
    width: 88%;
    min-height: 0;
    margin: 0;
  }
  .view-past {
    justify-self: start;
  }
  .view-present {
    justify-self: end;
  }
  .view-next {
    justify-self: center;
  }
  .view-center {
    width: 178px;
    height: 178px;
    justify-self: center;
    order: 2;
  }
  .view-present { order: 3; }
  .view-next { order: 4; }
  .studio-premise,
  .sfi-study,
  .garden-method,
  .starting-points {
    padding-right: 18px;
    padding-left: 18px;
  }
  .porcelain-corner {
    width: 145px;
    height: 145px;
  }
  .studio-services {
    width: calc(100% - 36px);
    padding: 88px 0 95px;
  }
  .services-stage {
    margin-top: 55px;
  }
  .rose-index-sticky {
    grid-template-columns: 1fr;
  }
  .service-rosette {
    grid-row: auto;
    transform: scale(.82);
  }
  .rose-index ol {
    columns: 1;
  }
  .service-spread,
  .service-spread:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 55px 0 65px;
  }
  .service-spread [class$="-study"] {
    order: 2;
  }
  .analytics-study,
  .website-study,
  .place-study,
  .custom-study {
    width: min(100%, 400px);
    margin: 0 auto;
  }
  .intelligence-study {
    width: min(100%, 390px);
    margin: 0 auto;
  }
  .sfi-columns {
    grid-template-columns: 1fr;
  }
  .sfi-screen {
    min-height: 0;
    padding: 18px;
  }
  .sfi-kpis {
    grid-template-columns: 1fr;
  }
  .sfi-kpis div {
    min-height: 90px;
  }
  .garden-plan {
    grid-template-columns: 1fr;
  }
  .method-axis {
    display: none;
  }
  .garden-plan article {
    min-height: 220px;
  }
  .starting-stack article {
    width: 96%;
  }
  .starting-stack article:nth-child(2) {
    margin-left: 4%;
  }
  .starting-stack article:nth-child(3) {
    margin-left: 1%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-rosette .petal,
  .rose-index li {
    transition: none;
  }
}

/* Readability and lower-page refinement pass. */
.home-page {
  font-size: 18px;
  line-height: 1.7;
}
.home-page .eyebrow {
  margin-bottom: 17px;
  font-size: 11px;
  line-height: 1.45;
}
.home-page nav a {
  font-size: 12px;
}
.home-page .button {
  min-height: 49px;
  padding: 13px 20px;
  font-size: 12px;
}
.home-page .button-small {
  min-height: 41px;
  padding: 10px 14px;
  font-size: 11px;
}
.studio-hero {
  grid-template-columns: minmax(0, 1fr) minmax(525px, .96fr);
}
.studio-hero-copy h1 {
  max-width: 690px;
  font-size: clamp(56px, 5.1vw, 76px);
  line-height: .91;
}
.studio-hero-copy .hero-lede {
  max-width: 640px;
  margin-top: 29px;
  font-size: 18px;
  line-height: 1.72;
}
.home-page .quiet-link {
  font-size: 12px;
}
.hero-proof {
  font-size: 11px;
}
.view-panel > p,
.view-caption {
  font-size: 11px;
}
.view-panel > span {
  font-size: 12px;
}
.view-center small {
  font-size: 11px;
}
.premise-label span {
  font-size: 11px;
}
.premise-label small {
  font-size: 13px;
}
.premise-copy > p:last-child,
.services-intro > p:last-child,
.starting-heading > p:last-child {
  font-size: 17px;
  line-height: 1.72;
}
.rose-index-sticky > p {
  font-size: 11px;
}
.rose-index li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 21px;
}
.service-number {
  font-size: 12px;
}
.spread-copy > p:not(.service-number) {
  font-size: 16px;
  line-height: 1.72;
}
.spread-copy ul {
  font-size: 14px;
  line-height: 1.55;
}
.study-label,
.intelligence-study > em {
  font-size: 11px;
}
.analytics-study small,
.website-study > p,
.place-study small,
.custom-study > p {
  font-size: 11px;
}
.source-sheet,
.module {
  font-size: 11px;
}
.sfi-label span,
.sfi-label small {
  font-size: 11px;
}
.sfi-label small {
  line-height: 1.65;
}
.sfi-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.7;
}
.sfi-columns span {
  font-size: 11px;
}
.sfi-columns p {
  font-size: 14px;
  line-height: 1.65;
}
.sfi-screen header,
.sfi-screen footer,
.sfi-report > span {
  font-size: 11px;
}
.sfi-kpis small {
  font-size: 10px;
}
.sfi-portrait > p {
  font-size: 11px;
}
.garden-plan article > span {
  font-size: 16px;
}
.garden-plan p {
  font-size: 15px;
  line-height: 1.62;
}
.starting-stack span {
  font-size: 11px;
}
.starting-stack p {
  font-size: 15px;
  line-height: 1.65;
}

/* Antique wallpaper, used as atmosphere rather than a full-page costume. */
.starting-points {
  position: relative;
  overflow: hidden;
  background-color: #eee3d2;
  background-image:
    radial-gradient(ellipse at 50% 24%, rgba(110, 63, 73, .075) 0 3px, transparent 4px),
    radial-gradient(ellipse at 50% 50%, transparent 0 18px, rgba(110, 63, 73, .065) 19px 20px, transparent 21px),
    radial-gradient(ellipse at 0 50%, transparent 0 17px, rgba(83, 96, 74, .055) 18px 19px, transparent 20px),
    radial-gradient(ellipse at 100% 50%, transparent 0 17px, rgba(83, 96, 74, .055) 18px 19px, transparent 20px);
  background-size: 72px 96px;
  border-top: 1px solid #b7a18b;
  border-bottom: 1px solid #b7a18b;
}
.starting-points::before {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(151, 112, 77, .23);
  pointer-events: none;
}
.starting-heading,
.starting-stack,
.starting-points > .button {
  position: relative;
  z-index: 2;
}
.starting-question {
  width: fit-content;
  margin: 0 0 24px;
  padding-bottom: 7px;
  color: var(--wine);
  border-bottom: 1px solid var(--gilt);
  font: 600 28px/1 "Cormorant Garamond", serif;
}
.business-outcomes {
  margin: 31px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  list-style: none;
}
.business-outcomes li {
  padding: 11px 13px;
  color: #54473f;
  background: rgba(249, 243, 233, .74);
  border: 1px solid rgba(167, 139, 112, .64);
  font-size: 13px;
  font-weight: 600;
}
.business-outcomes li:nth-child(2),
.business-outcomes li:nth-child(3) {
  background: rgba(220, 228, 223, .72);
}
.scope-promise {
  margin-top: 25px;
  padding: 20px 21px 21px;
  background: #6e3f49;
  border: 1px solid #4e2f36;
  box-shadow: 4px 5px 0 rgba(64, 40, 46, .14);
}
.scope-promise strong,
.scope-promise span {
  display: block;
}
.scope-promise strong {
  color: #fff7e9;
  font: 600 23px/1 "Cormorant Garamond", serif;
}
.scope-promise span {
  margin-top: 10px;
  color: #eedde0;
  font-size: 14px;
  line-height: 1.55;
}
.starting-stack article {
  min-height: 205px;
  padding: 31px 33px;
}
.starting-stack h3 {
  max-width: 570px;
  margin-top: 27px;
  font-size: 38px;
}
.starting-points > .button {
  margin-top: 25px;
}

/* A porcelain map cartouche replaces the generic formal-garden diagram. */
.place-study {
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.58), transparent 54%),
    #dce6e2;
  border: 1px solid #8c9c94;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 10px #dce6e2,
    inset 0 0 0 11px #bd9257,
    inset 0 0 36px rgba(71, 91, 82, .12),
    6px 8px 18px rgba(70, 55, 43, .12);
}
.map-cartouche {
  position: relative;
  width: 76%;
  height: 68%;
  overflow: hidden;
  border: 1px solid #829087;
  border-radius: 48% 52% 47% 53% / 52% 45% 55% 48%;
  background:
    linear-gradient(rgba(92, 111, 86, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 111, 86, .08) 1px, transparent 1px),
    #edf0e8;
  background-size: 18px 18px;
  transform: rotate(-1.4deg);
}
.map-cartouche::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(174, 137, 87, .5);
  border-radius: inherit;
}
.map-road {
  position: absolute;
  z-index: 2;
  top: -13%;
  left: 43%;
  width: 18%;
  height: 124%;
  border-right: 2px solid #af765f;
  border-left: 1px solid #af765f;
  border-radius: 48%;
  transform: rotate(24deg);
}
.map-parcel {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid #73806e;
  background: rgba(169, 188, 157, .38);
}
.parcel-a {
  top: 13%;
  left: 13%;
  width: 31%;
  height: 28%;
  clip-path: polygon(6% 0, 100% 8%, 86% 100%, 0 83%);
}
.parcel-b {
  top: 14%;
  right: 11%;
  width: 32%;
  height: 31%;
  clip-path: polygon(11% 5%, 100% 0, 89% 88%, 0 100%);
}
.parcel-c {
  bottom: 13%;
  left: 11%;
  width: 36%;
  height: 34%;
  clip-path: polygon(0 10%, 88% 0, 100% 91%, 8% 100%);
}
.parcel-d {
  right: 12%;
  bottom: 12%;
  width: 31%;
  height: 35%;
  clip-path: polygon(7% 0, 100% 8%, 82% 100%, 0 88%);
  background: rgba(186, 137, 126, .3);
  border-color: #986458;
}
.map-marker {
  position: absolute;
  z-index: 4;
  right: 23%;
  bottom: 25%;
  width: 27px;
  height: 27px;
  border: 1px solid #70404a;
  border-radius: 50%;
  background: #f5eadb;
  box-shadow: 0 0 0 8px rgba(110, 63, 73, .13);
}
.map-marker::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--wine);
}
.map-cartouche em {
  position: absolute;
  z-index: 5;
  right: 10%;
  bottom: 9%;
  color: #774d48;
  font: 500 15px/1 "Cormorant Garamond", serif;
}
.place-study small {
  right: 0;
  bottom: 24px;
  left: 0;
  font-size: 10px;
}

/* The custom system is represented as a bespoke cabinet: one frame, fitted parts. */
.custom-study {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 30px;
  background:
    radial-gradient(rgba(100, 69, 48, .06) .8px, transparent .8px),
    #e9dfcf;
  background-size: 11px 11px;
  border: 1px solid #ac9379;
  box-shadow: 6px 8px 0 rgba(82, 57, 40, .1);
  transform: rotate(.4deg);
}
.custom-study::before {
  display: none;
}
.bespoke-cabinet {
  position: relative;
  width: min(94%, 350px);
  padding: 41px 22px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #6c4b34;
  border: 5px ridge #b2864e;
  box-shadow: inset 0 0 0 2px #3e2c20, 8px 10px 21px rgba(68, 47, 33, .22);
}
.cabinet-cornice {
  position: absolute;
  top: 15px;
  right: 18px;
  left: 18px;
  height: 9px;
  border-top: 2px solid #d0aa6b;
  border-bottom: 1px solid #d0aa6b;
}
.cabinet-drawer {
  min-height: 102px;
  padding: 19px 16px;
  position: relative;
  color: #45372d;
  background: #f1e6d6;
  border: 2px solid #9b734a;
  box-shadow: inset 0 0 0 3px #dfcfb7;
}
.drawer-b { background: #dce5df; }
.drawer-c { background: #e8d7d4; }
.drawer-d { background: #e7dfca; }
.cabinet-drawer b {
  font: 600 22px/1 "Cormorant Garamond", serif;
}
.cabinet-drawer i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 11px;
  height: 11px;
  border: 1px solid #805d3d;
  border-radius: 50%;
  background: #c99c5c;
}
.custom-study > p {
  margin: 18px 0 0;
  color: #6d594b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* A botanical vine connects the process instead of a row of isolated boxes. */
.garden-method {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.12), rgba(255,255,255,.12)),
    #dce3d8;
}
.garden-plan {
  gap: 35px;
}
.garden-plan article {
  z-index: 2;
  min-height: 285px;
  padding: 39px 30px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255,255,255,.6), transparent 36%),
    #eef1e9;
  border: 1px solid #83917d;
  border-radius: 48% 48% 7px 7px / 18% 18% 7px 7px;
  box-shadow: inset 0 0 0 7px #eef1e9, inset 0 0 0 8px #b38a54;
}
.garden-plan article:nth-child(odd) {
  margin-top: 46px;
}
.garden-plan article::before {
  top: -15px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-color: #7f8f78;
  background: #dce3d8;
}
.garden-plan article::after {
  display: none;
}
.method-vine {
  position: absolute;
  z-index: 1;
  top: 48%;
  right: 3%;
  left: 3%;
  height: 72px;
  border-top: 3px double #718167;
  border-radius: 50%;
  transform: rotate(-2deg);
}
.vine-stem {
  position: absolute;
  right: -2px;
  top: -9px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #718167;
  border-right: 2px solid #718167;
  transform: rotate(35deg);
}
.vine-leaf {
  position: absolute;
  width: 25px;
  height: 13px;
  border: 1px solid #68785f;
  border-radius: 90% 10% 90% 10%;
  background: #c5d0c0;
  transform-origin: 0 50%;
}
.leaf-one { top: -18px; left: 15%; transform: rotate(-32deg); }
.leaf-two { top: 1px; left: 37%; transform: rotate(28deg) scaleX(-1); }
.leaf-three { top: -20px; left: 62%; transform: rotate(-25deg); }
.leaf-four { top: 0; left: 82%; transform: rotate(31deg) scaleX(-1); }
.vine-bud {
  position: absolute;
  top: -16px;
  left: calc(50% - 8px);
  width: 17px;
  height: 23px;
  border: 1px solid #84554f;
  border-radius: 55% 55% 45% 45%;
  background: #dcc2bf;
}

/* FAQ grows more readable and blends into the centered final invitation. */
.home-page .faq {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 116px max(28px, calc((100vw - 1240px) / 2)) 137px;
  position: relative;
  background:
    linear-gradient(180deg, #f5eee3 0%, #eee3d6 76%, #e4d2ce 100%);
}
.home-page .faq::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 28px;
  background:
    radial-gradient(circle at 14px 0, transparent 0 13px, #9f5b51 14px 27px, transparent 28px);
  background-size: 28px 28px;
  pointer-events: none;
}
.home-page .faq .section-heading {
  max-width: 610px;
}
.home-page .faq summary {
  padding: 25px 0;
  font-size: 25px;
  line-height: 1.2;
}
.home-page .faq summary span {
  font-family: Jost, sans-serif;
  font-size: 25px;
}
.home-page .faq details p {
  max-width: 720px;
  padding: 0 44px 27px 0;
  font-size: 17px;
  line-height: 1.75;
}
.home-page .contact-band {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  text-align: center;
  background-color: #9f5b51;
  background-image:
    radial-gradient(ellipse at 50% 24%, rgba(255, 239, 208, .11) 0 3px, transparent 4px),
    radial-gradient(ellipse at 50% 50%, transparent 0 22px, rgba(255, 239, 208, .085) 23px 24px, transparent 25px),
    linear-gradient(125deg, rgba(104, 44, 41, .16), transparent 55%);
  background-size: 82px 108px, 82px 108px, auto;
}
.home-page .contact-band .eyebrow,
.home-page .contact-band h2,
.home-page .contact-band > p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}
.home-page .contact-band > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
}
.home-page .site-footer p {
  font-size: 11px;
}
.home-page .social-placeholder span,
.home-page .site-footer small,
.home-page .payment-types span,
.home-page .footer-bottom {
  font-size: 11px;
}

body[data-theme="dark"].home-page .starting-points {
  color: #30241f;
}
body[data-theme="dark"].home-page .starting-heading > p:last-child,
body[data-theme="dark"].home-page .starting-stack p {
  color: #66594f;
}
body[data-theme="dark"].home-page .business-outcomes li {
  color: #50443c;
}
body[data-theme="dark"].home-page .faq {
  color: #30241f;
}
body[data-theme="dark"].home-page .faq details p {
  color: #675b53;
}

@media (max-width: 1100px) {
  .studio-hero {
    width: min(800px, calc(100% - 44px));
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .starting-points {
    gap: 55px;
  }
  .starting-stack {
    max-width: 720px;
  }
  .starting-points > .button {
    margin-top: -17px;
  }
  .method-vine {
    top: 50%;
    right: 7%;
    left: 7%;
    transform: rotate(88deg);
  }
}
@media (max-width: 620px) {
  .home-page {
    font-size: 17px;
  }
  .studio-hero-copy h1 {
    font-size: clamp(49px, 14vw, 65px);
  }
  .studio-hero-copy .hero-lede,
  .premise-copy > p:last-child,
  .services-intro > p:last-child,
  .starting-heading > p:last-child {
    font-size: 17px;
  }
  .spread-copy > p:not(.service-number),
  .sfi-copy > p:not(.eyebrow),
  .home-page .faq details p,
  .home-page .contact-band > p:not(.eyebrow) {
    font-size: 16px;
  }
  .business-outcomes {
    grid-template-columns: 1fr;
  }
  .starting-points::before {
    inset: 9px;
  }
  .starting-stack article {
    padding: 28px 25px;
  }
  .starting-stack h3 {
    font-size: 34px;
  }
  .place-study,
  .custom-study {
    min-height: 380px;
  }
  .bespoke-cabinet {
    width: 100%;
  }
  .method-vine {
    display: none;
  }
  .garden-plan article:nth-child(odd) {
    margin-top: 0;
  }
  .home-page .faq {
    padding: 90px 18px 110px;
  }
  .home-page .faq summary {
    font-size: 23px;
  }
  .home-page .contact-band {
    padding: 95px 18px;
  }
}

/* Connected-growth refinement: clearer diagrams, a true process vine, and quiet wallpaper. */
.studio-services {
  position: relative;
  isolation: isolate;
}
.studio-services::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #f4ebdd;
  background-image:
    radial-gradient(ellipse at 50% 26%, rgba(111, 68, 74, .042) 0 2px, transparent 3px),
    radial-gradient(ellipse at 50% 50%, transparent 0 17px, rgba(97, 113, 87, .038) 18px 19px, transparent 20px);
  background-size: 68px 88px;
  border-top: 1px solid rgba(156, 129, 101, .28);
  border-bottom: 1px solid rgba(156, 129, 101, .28);
}

/* Rosette View: a balanced folio grid with no obscured copy. */
.rosette-view {
  min-height: 630px;
  padding: 38px 30px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: minmax(205px, 1fr) minmax(235px, 1fr);
  gap: 24px 28px;
  align-items: stretch;
}
.rosette-view::before {
  inset: 2% 0 1%;
  border-color: rgba(109, 78, 55, .2);
}
.view-rule {
  z-index: -1;
  opacity: .58;
}
.view-panel {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 0;
  padding: 27px 28px 25px;
}
.view-past {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  transform: rotate(-1deg);
}
.view-present {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  transform: rotate(.7deg);
}
.view-next {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  transform: rotate(-.45deg);
}
.view-center {
  position: relative;
  inset: auto;
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  justify-self: center;
  width: 205px;
  height: 205px;
}
.view-caption {
  left: 42px;
  bottom: 19px;
}

/* Place Intelligence: an estate field dossier rather than another map. */
.place-study {
  min-height: 445px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  background:
    linear-gradient(135deg, rgba(255,255,255,.43), transparent 48%),
    #dfe5dc;
  border: 1px solid #9b8c78;
  border-radius: 3px;
  box-shadow: 7px 9px 0 rgba(88, 63, 45, .09);
  transform: rotate(-.55deg);
}
.place-study::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(174, 137, 87, .47);
  pointer-events: none;
}
.place-dossier {
  width: 100%;
  min-height: 345px;
  position: relative;
  color: #3f352e;
  background:
    linear-gradient(rgba(102, 119, 91, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 119, 91, .055) 1px, transparent 1px),
    #f2ecdf;
  background-size: 20px 20px;
  border: 1px solid #aa9176;
  box-shadow: 4px 5px 13px rgba(78, 56, 41, .12);
}
.place-dossier header {
  min-height: 58px;
  padding: 15px 18px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  border-bottom: 1px solid #b9a38a;
}
.place-dossier header span,
.place-dossier footer,
.place-dossier small {
  font-style: normal;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.place-dossier header span {
  color: #7b6255;
}
.place-dossier header b {
  color: var(--wine);
  font: 600 20px/1 "Cormorant Garamond", serif;
}
.signal-garden {
  position: relative;
  height: 230px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(179, 138, 84, .16), transparent 28%),
    linear-gradient(180deg, transparent 65%, rgba(109, 130, 98, .08) 65%);
}
.signal-garden::before,
.signal-garden::after {
  content: "";
  position: absolute;
  left: 50%;
  border: 1px solid #85917b;
  transform: translateX(-50%);
}
.signal-garden::before {
  bottom: -58px;
  width: 240px;
  height: 168px;
  border-radius: 50% 50% 0 0;
}
.signal-garden::after {
  bottom: -26px;
  width: 162px;
  height: 112px;
  border-radius: 50% 50% 0 0;
}
.site-axis {
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 50%;
  width: 72%;
  height: 1px;
  background: #9b8068;
  transform-origin: center;
}
.axis-a { transform: translate(-50%, -50%) rotate(19deg); }
.axis-b { transform: translate(-50%, -50%) rotate(-19deg); }
.place-signal {
  position: absolute;
  z-index: 3;
  width: 74px;
  min-height: 55px;
  padding: 10px 8px;
  display: grid;
  place-items: center;
  color: #4d5748;
  background: #e3e8dc;
  border: 1px solid #8b9984;
  border-radius: 56% 44% 55% 45% / 42% 58% 42% 58%;
  box-shadow: 2px 3px 0 rgba(67, 82, 62, .1);
}
.place-signal small {
  color: #64705e;
  font-size: 8px;
}
.place-signal b {
  font: 600 22px/1 "Cormorant Garamond", serif;
}
.signal-permits { top: 24px; left: 9%; transform: rotate(-4deg); }
.signal-listings { top: 24px; right: 9%; transform: rotate(4deg); }
.signal-projects { bottom: 19px; left: 7%; transform: rotate(3deg); }
.signal-access { right: 7%; bottom: 19px; transform: rotate(-3deg); }
.opportunity-house {
  position: absolute;
  z-index: 5;
  top: 84px;
  left: 50%;
  width: 92px;
  height: 88px;
  padding-top: 34px;
  color: #fff7e9;
  text-align: center;
  background: var(--wine);
  border: 1px solid #54313a;
  box-shadow: inset 0 0 0 5px var(--wine), inset 0 0 0 6px #d5ae70, 5px 7px 12px rgba(61, 42, 45, .18);
  transform: translateX(-50%);
}
.opportunity-house::before {
  content: "";
  position: absolute;
  top: -35px;
  left: -1px;
  width: 65px;
  height: 65px;
  background: var(--wine);
  border-top: 1px solid #54313a;
  border-left: 1px solid #54313a;
  transform: translateX(13px) rotate(45deg);
}
.opportunity-house span {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 39px;
  width: 14px;
  height: 22px;
  border: 1px solid #e1c184;
  border-radius: 50% 50% 0 0;
}
.opportunity-house strong {
  position: relative;
  z-index: 2;
  font: 600 24px/1 "Cormorant Garamond", serif;
}
.place-dossier footer {
  min-height: 42px;
  padding: 13px 17px;
  display: flex;
  justify-content: space-between;
  color: #725d50;
  border-top: 1px solid #b9a38a;
}
.place-study > small {
  position: static;
  margin-top: 18px;
  color: #68584c;
  text-align: center;
}

/* Four stages are now leaves belonging to one continuous vine. */
.garden-method {
  background-color: #dfe6da;
  background-image:
    radial-gradient(ellipse at 50% 26%, rgba(112, 67, 72, .055) 0 2px, transparent 3px),
    radial-gradient(ellipse at 50% 50%, transparent 0 20px, rgba(92, 111, 82, .052) 21px 22px, transparent 23px);
  background-size: 76px 96px;
}
.garden-plan {
  min-height: 530px;
  padding: 105px 0;
  gap: 30px;
  align-items: center;
}
.garden-plan article {
  min-height: 260px;
  padding: 47px 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.56), transparent 34%),
    #edf0e7;
  border: 1px solid #7c8d73;
  border-radius: 68% 22% 64% 26% / 24% 66% 28% 62%;
  box-shadow:
    inset 0 0 0 7px #edf0e7,
    inset 0 0 0 8px rgba(178, 137, 83, .72),
    5px 7px 12px rgba(71, 84, 65, .1);
}
.garden-plan article:nth-child(odd) {
  margin-top: 0;
  transform: translateY(-68px) rotate(-1.2deg);
}
.garden-plan article:nth-child(even) {
  border-radius: 22% 68% 26% 64% / 66% 24% 62% 28%;
  transform: translateY(68px) rotate(1.2deg);
}
.garden-plan article::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 1px;
  height: 78px;
  border: 0;
  border-radius: 0;
  background: #718167;
}
.garden-plan article:nth-child(odd)::before {
  top: auto;
  bottom: -73px;
  transform: rotate(-14deg);
  transform-origin: top;
}
.garden-plan article:nth-child(even)::before {
  top: -73px;
  bottom: auto;
  transform: rotate(14deg);
  transform-origin: bottom;
}
.garden-plan article::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: #d3b1b0;
  border: 1px solid #855a54;
  border-radius: 70% 45% 65% 40%;
  transform: rotate(45deg);
}
.garden-plan article:nth-child(odd)::after {
  bottom: -84px;
}
.garden-plan article:nth-child(even)::after {
  top: -84px;
}
.garden-plan h3 {
  margin-top: 22px;
}
.method-vine {
  top: 50%;
  right: 0;
  left: 0;
  height: 96px;
  border-top: 2px solid #65775d;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-1deg);
}
.vine-leaf {
  width: 31px;
  height: 16px;
  background: #bdcab6;
}
.vine-bud {
  display: none;
}

@media (max-width: 900px) {
  .rosette-view {
    width: 100%;
  }
  .garden-plan {
    min-height: 0;
    padding: 50px 0;
    grid-template-columns: 1fr 1fr;
  }
  .garden-plan article:nth-child(n) {
    min-height: 270px;
    transform: none;
  }
  .garden-plan article::before,
  .garden-plan article::after,
  .method-vine {
    display: none;
  }
}

@media (max-width: 620px) {
  .rosette-view {
    padding: 29px 0 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .view-past,
  .view-present,
  .view-next,
  .view-center {
    grid-column: 1;
    grid-row: auto;
  }
  .view-center {
    order: 2;
  }
  .view-present {
    order: 3;
  }
  .view-next {
    order: 4;
  }
  .place-study {
    padding: 20px;
  }
  .place-dossier header {
    align-items: flex-start;
    flex-direction: column;
  }
  .place-signal {
    width: 66px;
  }
  .garden-plan {
    grid-template-columns: 1fr;
  }
}

/* Porcelain garden system: information sits in porcelain; vines show connection. */
.rosette-view {
  overflow: hidden;
  color: #f8efe2;
  background-color: #314539;
  background-image:
    radial-gradient(ellipse at 50% 22%, rgba(230, 198, 140, .1) 0 2px, transparent 3px),
    radial-gradient(ellipse at 50% 50%, transparent 0 27px, rgba(230, 198, 140, .065) 28px 29px, transparent 30px),
    linear-gradient(145deg, rgba(13, 30, 22, .28), transparent 62%);
  background-size: 88px 112px, 88px 112px, auto;
  border: 1px solid #b78b52;
  border-radius: 24px;
  box-shadow:
    inset 0 0 0 8px #314539,
    inset 0 0 0 9px rgba(222, 190, 132, .72),
    inset 0 0 46px rgba(12, 27, 20, .34),
    12px 16px 30px rgba(70, 48, 34, .16);
}
.rosette-view::before {
  inset: 19px;
  border: 1px solid rgba(229, 203, 154, .42);
  border-radius: 18px;
}
.rosette-view::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 72%;
  height: 76%;
  border: 1px solid rgba(229, 203, 154, .26);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-7deg);
}
.view-rule {
  display: block;
  background: linear-gradient(90deg, transparent, rgba(220, 190, 137, .38), transparent);
}
.rule-vertical {
  background: linear-gradient(transparent, rgba(220, 190, 137, .38), transparent);
}
.view-panel {
  color: #342c27;
  border-color: rgba(184, 139, 79, .88);
  box-shadow: none;
}
.view-panel::after {
  border-color: rgba(148, 108, 71, .25);
  border-radius: inherit;
}
.view-past {
  background:
    radial-gradient(circle at 28% 22%, rgba(255,255,255,.64), transparent 38%),
    #f2e7d6;
  border-radius: 56% 12px 12px 44% / 48% 12px 12px 52%;
}
.view-present {
  background:
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.55), transparent 37%),
    #dce6e2;
  border-radius: 12px 56% 44% 12px / 12px 48% 52% 12px;
}
.view-next {
  background:
    radial-gradient(circle at 70% 76%, rgba(255,255,255,.46), transparent 39%),
    #ead8d5;
  border-radius: 12px 45% 55% 12px / 12px 55% 45% 12px;
}
.view-panel h2 {
  max-width: 250px;
  font-size: 29px;
  line-height: .94;
}
.view-center {
  background:
    radial-gradient(circle at 43% 34%, rgba(255,255,255,.08), transparent 36%),
    var(--wine);
  box-shadow:
    inset 0 0 0 7px var(--wine),
    inset 0 0 0 8px #e0bd7b,
    0 0 0 14px rgba(231, 213, 178, .08),
    9px 13px 24px rgba(17, 27, 20, .34);
}
.view-center small {
  max-width: 155px;
  line-height: 1.35;
  text-align: center;
}
.view-caption {
  color: #ecd5ac;
}
.center-rose {
  position: relative;
  width: 72px;
  height: 61px;
  display: block;
}
.center-rose i {
  position: absolute;
  border: 1px solid #f1d89e;
  background: rgba(246, 225, 185, .09);
  box-shadow: inset 3px 3px 7px rgba(255,255,255,.05);
}
.center-rose i:nth-child(1) {
  top: 2px; left: 25px; width: 25px; height: 31px;
  border-radius: 62% 38% 54% 46%;
  transform: rotate(-8deg);
}
.center-rose i:nth-child(2) {
  top: 14px; left: 41px; width: 27px; height: 31px;
  border-radius: 38% 62% 44% 56%;
  transform: rotate(32deg);
}
.center-rose i:nth-child(3) {
  top: 28px; left: 35px; width: 29px; height: 27px;
  border-radius: 42% 58% 62% 38%;
  transform: rotate(66deg);
}
.center-rose i:nth-child(4) {
  top: 30px; left: 9px; width: 29px; height: 26px;
  border-radius: 58% 42% 38% 62%;
  transform: rotate(-55deg);
}
.center-rose i:nth-child(5) {
  top: 14px; left: 4px; width: 29px; height: 30px;
  border-radius: 66% 34% 55% 45%;
  transform: rotate(-28deg);
}
.center-rose i:nth-child(6) {
  top: 20px; left: 22px; width: 29px; height: 24px;
  border-radius: 64% 36% 58% 42%;
  transform: rotate(18deg);
  background: rgba(246, 225, 185, .14);
}
.center-rose i:nth-child(7) {
  top: 24px; left: 27px; width: 19px; height: 17px;
  border-radius: 55% 45% 62% 38%;
  transform: rotate(-22deg);
  background: rgba(246, 225, 185, .18);
}
.center-rose b {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 32px;
  width: 11px;
  height: 11px;
  border: 1px solid #f1d89e;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(38deg);
}

/* Two inner petals break the five-part diagram into a fuller rose. */
.service-rosette::before,
.service-rosette::after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  border: 1px solid #8c5855;
  background: #e4c2c1;
  box-shadow: inset 5px 4px 10px rgba(255,255,255,.19);
}
.service-rosette::before {
  top: 57px;
  left: 55px;
  width: 57px;
  height: 66px;
  border-radius: 68% 32% 57% 43% / 62% 38% 66% 34%;
  transform: rotate(-26deg);
}
.service-rosette::after {
  top: 57px;
  right: 54px;
  width: 55px;
  height: 64px;
  border-radius: 32% 68% 43% 57% / 38% 62% 34% 66%;
  transform: rotate(28deg);
}
.service-rosette b {
  top: 69px;
  left: 69px;
  width: 52px;
  height: 52px;
}

/* The operating view gathers four source leaves along visible branches. */
.intelligence-study {
  min-height: 430px;
}
.intelligence-study::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 49%;
  left: 50%;
  width: 86%;
  height: 58%;
  border: 1px solid rgba(101, 121, 91, .45);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-4deg);
}
.source-branch {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 38%;
  height: 108px;
  border-top: 2px solid #718167;
  border-radius: 50%;
  transform-origin: left center;
}
.source-branch::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 12px;
  border: 1px solid #718167;
  border-radius: 90% 12% 90% 12%;
  background: #d5dfcf;
}
.branch-a { top: 114px; transform: rotate(207deg); }
.branch-b { top: 111px; transform: rotate(-27deg); }
.branch-c { bottom: 108px; transform: rotate(151deg); }
.branch-d { right: auto; bottom: 105px; transform: rotate(28deg); }
.branch-a::after,
.branch-c::after { left: 43%; top: -15px; transform: rotate(-24deg); }
.branch-b::after,
.branch-d::after { left: 52%; top: 3px; transform: rotate(24deg) scaleX(-1); }
.source-sheet {
  z-index: 3;
  width: 124px;
  min-height: 68px;
  display: grid;
  place-items: center;
  color: #5f5046;
  background:
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.55), transparent 38%),
    #eee4d4;
  border-color: #9b8066;
  border-radius: 68% 25% 65% 28% / 28% 67% 25% 64%;
  box-shadow: 3px 4px 0 rgba(87, 62, 45, .07);
  text-align: center;
}
.source-b,
.source-d {
  border-radius: 25% 68% 28% 65% / 67% 28% 64% 25%;
}
.folio-sheet {
  top: 94px;
  width: 232px;
  min-height: 232px;
  padding: 42px 38px 35px;
  overflow: hidden;
  background:
    radial-gradient(circle at 36% 25%, rgba(255,255,255,.65), transparent 35%),
    #dce6e2;
  border: 1px solid #81978b;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 8px #dce6e2,
    inset 0 0 0 9px #b58a50,
    8px 10px 20px rgba(67, 77, 70, .15);
}
.folio-sheet::before {
  inset: 14px;
  border-color: rgba(85, 105, 95, .28);
  border-radius: 50%;
}
.folio-sheet b {
  margin: 9px 0 26px;
  text-align: center;
}
.folio-sheet i {
  height: 15px;
  margin-top: 8px;
  border-radius: 10px;
}
.folio-bloom {
  position: relative;
  z-index: 2;
  width: 28px;
  height: 21px;
  margin: 0 auto;
  display: block;
}
.folio-bloom::before,
.folio-bloom::after {
  content: "";
  position: absolute;
  border: 1px solid #8d5755;
  background: #ead2d1;
  border-radius: 65% 35% 58% 42%;
}
.folio-bloom::before {
  inset: 1px 7px 2px 1px;
  transform: rotate(-24deg);
}
.folio-bloom::after {
  inset: 2px 1px 1px 7px;
  transform: rotate(24deg);
}
.intelligence-study > em {
  bottom: -2px;
}

/* The remaining studies carry the same botanical thread without becoming repetitive. */
.analytics-study {
  background:
    radial-gradient(circle at 29% 24%, rgba(255,255,255,.58), transparent 38%),
    #eadbd7;
  box-shadow:
    inset 0 0 0 8px #eadbd7,
    inset 0 0 0 9px #b58a50,
    6px 8px 14px rgba(75, 53, 42, .1);
}
.analytics-study::before {
  content: "";
  position: absolute;
  inset: 17px;
  border: 1px solid rgba(130, 83, 74, .28);
  border-radius: 50%;
}
.analytics-study::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 54px;
  right: 30px;
  width: 22px;
  height: 18px;
  background: #dcbdbb;
  border: 1px solid #8a5752;
  border-radius: 65% 35% 58% 42%;
  transform: rotate(28deg);
}
.site-frame {
  position: relative;
  overflow: hidden;
  background-color: var(--garden-deep);
  background-image:
    radial-gradient(ellipse at 50% 25%, rgba(231, 200, 141, .09) 0 2px, transparent 3px);
  background-size: 62px 82px;
}
.site-frame::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: 28px;
  width: 148px;
  height: 185px;
  border-left: 2px solid rgba(205, 181, 126, .56);
  border-radius: 50%;
  transform: rotate(19deg);
}
.cabinet-cornice::before,
.cabinet-cornice::after {
  content: "";
  position: absolute;
  top: -8px;
  width: 22px;
  height: 11px;
  border: 1px solid #d0aa6b;
  border-radius: 90% 10% 90% 10%;
  background: #76543a;
}
.cabinet-cornice::before { left: 24%; transform: rotate(-27deg); }
.cabinet-cornice::after { right: 24%; transform: rotate(27deg) scaleX(-1); }

/* Small service roses replace the detached index on compact layouts. */
.mobile-service-rose {
  display: none;
}
@media (max-width: 900px) {
  .rose-index {
    display: none;
  }
  .services-stage {
    margin-top: 38px;
  }
  .spread-copy {
    position: relative;
  }
  .mobile-service-rose {
    position: absolute;
    top: -18px;
    right: 0;
    width: 76px;
    height: 76px;
    display: block;
    filter: drop-shadow(2px 3px 2px rgba(83, 58, 46, .11));
  }
  .mobile-service-rose i {
    position: absolute;
    top: 5px;
    left: 25px;
    width: 27px;
    height: 43px;
    border: 1px solid #926354;
    border-radius: 72% 38% 68% 42% / 70% 44% 67% 39%;
    background: #e8d7d3;
    transform-origin: 50% 34px;
  }
  .mobile-service-rose i:nth-child(1) { transform: rotate(-3deg) scale(.94); }
  .mobile-service-rose i:nth-child(2) { transform: rotate(69deg); background: #e4ddcf; }
  .mobile-service-rose i:nth-child(3) { transform: rotate(142deg) scale(.96); background: #dbe4df; }
  .mobile-service-rose i:nth-child(4) { transform: rotate(218deg); background: #e8dfca; }
  .mobile-service-rose i:nth-child(5) { transform: rotate(291deg) scale(.97); background: #dfd0d6; }
  .mobile-service-rose b {
    position: absolute;
    z-index: 3;
    top: 27px;
    left: 28px;
    width: 22px;
    height: 22px;
    border: 1px solid #805347;
    border-radius: 60% 40% 56% 44%;
    background: var(--wine);
    box-shadow: inset 0 0 0 4px var(--wine), inset 0 0 0 5px #d9ba7b;
    transform: rotate(24deg);
  }
  .mobile-service-rose b::after {
    content: "";
    position: absolute;
    inset: 6px;
    border: 1px solid #e2c484;
    border-left-color: transparent;
    border-radius: 50%;
  }
  .mobile-service-rose[data-active="01"] i:nth-child(1) { transform: rotate(-3deg) translateY(-6px) scale(.94); background: #e8bebb; }
  .mobile-service-rose[data-active="02"] i:nth-child(2) { transform: rotate(69deg) translateY(-6px); background: #e8bebb; }
  .mobile-service-rose[data-active="03"] i:nth-child(3) { transform: rotate(142deg) translateY(-6px) scale(.96); background: #e8bebb; }
  .mobile-service-rose[data-active="04"] i:nth-child(4) { transform: rotate(218deg) translateY(-6px); background: #e8bebb; }
  .mobile-service-rose[data-active="05"] i:nth-child(5) { transform: rotate(291deg) translateY(-6px) scale(.97); background: #e8bebb; }
  .spread-copy h3 {
    padding-right: 75px;
  }
}
@media (max-width: 620px) {
  .rosette-view {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 16px;
  }
  .view-panel {
    width: 100%;
    border-radius: 38px 12px;
  }
  .view-center {
    width: 188px;
    height: 188px;
  }
  .mobile-service-rose {
    top: -12px;
    width: 68px;
    height: 68px;
    transform: scale(.9);
    transform-origin: top right;
  }
}

/* V4: evidence grows into a decision. */

/* One porcelain instrument replaces the former four-quadrant hero. */
.rosette-view {
  min-height: 590px;
  padding: 68px 44px 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(250px, 1fr) 142px;
  gap: 24px 18px;
  overflow: hidden;
  color: #352d28;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.8), transparent 38%),
    linear-gradient(145deg, rgba(187, 210, 204, .32), transparent 52%),
    #eee8dc;
  border: 1px solid #9c7b56;
  border-radius: 50% 50% 44% 44% / 13% 13% 10% 10%;
  box-shadow:
    inset 0 0 0 9px #eee8dc,
    inset 0 0 0 10px #b58a50,
    inset 0 0 38px rgba(83, 105, 91, .15),
    12px 16px 30px rgba(70, 48, 34, .14);
}
.rosette-view::before,
.rosette-view::after,
.view-rule,
.center-rose {
  display: none;
}
.decision-tray-rim {
  position: absolute;
  z-index: -1;
  inset: 26px 22px;
  border: 1px solid rgba(112, 131, 104, .5);
  border-radius: 50% 50% 43% 43% / 14% 14% 10% 10%;
}
.decision-tray-rim::before,
.decision-tray-rim::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 38px;
  border: 1px solid rgba(181, 138, 80, .65);
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
}
.decision-tray-rim::before {
  top: 14px;
  left: 13%;
  transform: rotate(-12deg);
}
.decision-tray-rim::after {
  right: 13%;
  bottom: 14px;
  transform: rotate(168deg);
}
.decision-vine {
  position: absolute;
  z-index: 0;
  top: 178px;
  right: 10%;
  left: 10%;
  height: 110px;
  border-top: 4px double #6d8064;
  border-radius: 50%;
  transform: rotate(-2deg);
}
.decision-vine::before,
.decision-vine::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 27px;
  border: 2px solid #6d8064;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.decision-vine::before { top: -23px; left: 25%; transform: rotate(24deg); }
.decision-vine::after { top: -8px; right: 22%; transform: rotate(196deg); }
.decision-vine i {
  position: absolute;
  width: 25px;
  height: 13px;
  border: 1px solid #63745c;
  border-radius: 90% 10% 90% 10%;
  background: #c8d4c2;
}
.decision-vine i:nth-child(1) { top: -24px; left: 8%; transform: rotate(-34deg); }
.decision-vine i:nth-child(2) { top: 1px; left: 28%; transform: rotate(31deg) scaleX(-1); }
.decision-vine i:nth-child(3) { top: -26px; left: 49%; transform: rotate(-25deg); }
.decision-vine i:nth-child(4) { top: 0; right: 28%; transform: rotate(29deg) scaleX(-1); }
.decision-vine i:nth-child(5) { top: -22px; right: 7%; transform: rotate(-31deg); }
.view-panel {
  z-index: 2;
  width: 100%;
  min-width: 0;
  min-height: 280px;
  padding: 35px 18px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  border: 1px solid #9a7b58;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 7px rgba(255,255,255,.3),
    inset 0 0 0 8px rgba(177, 135, 78, .52),
    5px 8px 15px rgba(73, 57, 43, .1);
  transform: none;
}
.view-panel::after {
  inset: 12px;
  border-radius: 50%;
}
.view-past,
.view-present,
.view-next {
  grid-row: 1;
  align-self: center;
}
.view-past {
  grid-column: 1;
  background: #f2e5d2;
}
.view-present {
  grid-column: 2;
  background: #d9e5e2;
}
.view-next {
  grid-column: 3;
  background: #ead5d2;
}
.view-panel > p {
  font-size: 9px;
}
.view-panel h2 {
  max-width: 100%;
  margin-top: 12px;
  font-size: clamp(19px, 1.6vw, 24px);
  line-height: .95;
  text-align: center;
}
.view-panel > span {
  min-height: 28px;
  margin-top: 12px;
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}
.record-lines,
.reading-points,
.direction-line {
  width: 72%;
  margin-right: auto;
  margin-left: auto;
}
.view-center {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 2;
  width: min(310px, 76%);
  height: 105px;
  padding: 18px 25px;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-rows: auto auto;
  column-gap: 15px;
  align-content: center;
  justify-items: start;
  align-self: center;
  justify-self: center;
  color: #fff8e9;
  background: var(--wine);
  border: 1px solid #52303a;
  border-radius: 55px;
  box-shadow:
    inset 0 0 0 6px var(--wine),
    inset 0 0 0 7px #d5ae70,
    7px 10px 19px rgba(63, 40, 44, .2);
}
.view-center img {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  align-self: center;
}
.view-center strong {
  margin: 0;
  font-size: 26px;
}
.view-center small {
  max-width: none;
  margin: 3px 0 0;
  color: #ead7d9;
  font-size: 9px;
  text-align: left;
}
.view-caption {
  right: 0;
  bottom: 18px;
  left: 0;
  color: #6d5b4e;
  text-align: center;
}

/* The bridge now names what changes for the person making the decision. */
.studio-premise {
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(58px, 8vw, 118px);
}
.premise-outcomes {
  padding: 24px 0 15px 42px;
  position: relative;
}
.premise-outcomes::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
  width: 3px;
  border-left: 1px solid #6c7e64;
  border-right: 1px solid #a88556;
  border-radius: 50%;
}
.premise-outcomes::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 1px;
  width: 27px;
  height: 14px;
  border: 1px solid #6c7e64;
  border-radius: 90% 10% 90% 10%;
  background: #d2ddce;
  transform: rotate(-31deg);
}
.premise-outcomes > span {
  display: block;
  margin-bottom: 17px;
  color: #8b594d;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.premise-outcomes article {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  align-items: center;
  border-top: 1px solid #b6a18b;
}
.premise-outcomes article:last-child {
  border-bottom: 1px solid #b6a18b;
}
.premise-outcomes b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: #fff8e9;
  background: var(--wine);
  border: 1px solid #b58950;
  border-radius: 52% 48% 56% 44%;
  font: 600 12px/1 "Cormorant Garamond", serif;
}
.premise-outcomes strong {
  color: #4e433b;
  font: 600 19px/1.05 "Cormorant Garamond", serif;
}

/* Digital analytics is a porcelain route, not a framed chart. */
.analytics-study {
  min-height: 390px;
  padding: 41px 30px 33px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.66), transparent 43%),
    #e8d9d4;
  border: 1px solid #9d776c;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 9px #e8d9d4,
    inset 0 0 0 10px #b88a50,
    inset 0 0 28px rgba(126, 82, 73, .1),
    6px 9px 17px rgba(75, 53, 42, .11);
}
.analytics-study::before {
  inset: 18px;
  border-color: rgba(126, 82, 73, .27);
}
.analytics-study::after,
.route-line,
.route-bars {
  display: none;
}
.porcelain-route {
  min-height: 245px;
  margin-top: 19px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: center;
}
.route-vine {
  position: absolute;
  z-index: 1;
  top: 49%;
  right: 6%;
  left: 6%;
  height: 78px;
  border-top: 4px double #6b7d63;
  border-radius: 50%;
  transform: rotate(-3deg);
}
.route-vine::after {
  content: "";
  position: absolute;
  top: -17px;
  right: -4px;
  width: 19px;
  height: 24px;
  border: 1px solid #8b5752;
  border-radius: 58% 42% 62% 38%;
  background: #d8b4b2;
  transform: rotate(28deg);
}
.route-vine i {
  position: absolute;
  width: 22px;
  height: 11px;
  border: 1px solid #65765e;
  border-radius: 90% 10% 90% 10%;
  background: #c9d3c4;
}
.route-vine i:nth-child(1) { top: -18px; left: 18%; transform: rotate(-31deg); }
.route-vine i:nth-child(2) { top: 2px; left: 48%; transform: rotate(28deg) scaleX(-1); }
.route-vine i:nth-child(3) { top: -18px; right: 17%; transform: rotate(-27deg); }
.route-stage {
  z-index: 2;
  min-width: 0;
  min-height: 132px;
  padding: 24px 10px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #f2e9db;
  border: 1px solid #a88a6f;
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 5px #f2e9db,
    inset 0 0 0 6px rgba(181, 138, 80, .58),
    3px 5px 8px rgba(75, 56, 42, .08);
}
.stage-conversion {
  margin-top: -46px;
  background: #dbe5e1;
  box-shadow:
    inset 0 0 0 5px #dbe5e1,
    inset 0 0 0 6px rgba(181, 138, 80, .58),
    3px 5px 8px rgba(75, 56, 42, .08);
}
.stage-revenue {
  background: #e8d5d2;
  box-shadow:
    inset 0 0 0 5px #e8d5d2,
    inset 0 0 0 6px rgba(181, 138, 80, .58),
    3px 5px 8px rgba(75, 56, 42, .08);
}
.route-stage b {
  color: #8c584d;
  font: 600 11px/1 Jost, sans-serif;
}
.route-stage strong {
  margin-top: 8px;
  font: 600 21px/.95 "Cormorant Garamond", serif;
}
.route-stage small {
  position: static;
  margin-top: 8px;
  color: #6c5d53;
  font-size: 8px;
  line-height: 1.35;
  letter-spacing: .02em;
  text-transform: none;
}
.analytics-study > p {
  margin: 7px auto 0;
  color: #735d52;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

/* Business intelligence: a single living vine feeds the shared answer. */
.intelligence-study {
  min-height: 470px;
}
.operating-vine {
  position: absolute;
  z-index: 0;
  inset: 24px 19px 40px;
  border: 4px double #66775f;
  border-right-width: 2px;
  border-left-width: 2px;
  border-radius: 48% 52% 46% 54%;
  transform: rotate(-3deg);
}
.operating-vine::before,
.operating-vine::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 58px;
  border: 2px solid #66775f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.operating-vine::before { top: 21%; left: -31px; transform: rotate(-22deg); }
.operating-vine::after { right: -35px; bottom: 18%; transform: rotate(158deg); }
.operating-vine i {
  position: absolute;
  width: 29px;
  height: 14px;
  border: 1px solid #63745c;
  border-radius: 90% 10% 90% 10%;
  background: #c5d1be;
}
.operating-vine i::after,
.vine-leaf::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3px;
  left: 3px;
  height: 1px;
  background: rgba(83, 103, 76, .5);
  transform: rotate(-18deg);
}
.operating-vine i:nth-child(1) { top: 4%; left: 18%; transform: rotate(-29deg); }
.operating-vine i:nth-child(2) { top: 15%; right: 3%; transform: rotate(34deg) scaleX(-1); }
.operating-vine i:nth-child(3) { top: 45%; left: -7px; transform: rotate(-37deg); }
.operating-vine i:nth-child(4) { right: -7px; bottom: 39%; transform: rotate(39deg) scaleX(-1); }
.operating-vine i:nth-child(5) { bottom: 8%; left: 20%; transform: rotate(-28deg); }
.operating-vine i:nth-child(6) { right: 19%; bottom: 3%; transform: rotate(31deg) scaleX(-1); }
.source-branch {
  z-index: 1;
  width: 48%;
  border-top: 4px double #66775f;
}
.source-branch::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 36%;
  width: 48px;
  height: 31px;
  border: 2px solid #66775f;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.source-sheet {
  padding: 16px;
  color: #4e5749;
  background: #e4eadf;
  border-color: #74836d;
  box-shadow:
    inset 0 0 0 4px #e4eadf,
    inset 0 0 0 5px rgba(181, 138, 80, .58),
    3px 4px 0 rgba(87, 62, 45, .07);
}
.source-a { top: 3px; left: 0; }
.source-b { top: 10px; right: 0; }
.source-c { bottom: 36px; left: 0; }
.source-d { right: 0; bottom: 28px; }
.folio-sheet {
  top: 111px;
  width: 238px;
  min-height: 238px;
  padding-top: 42px;
  z-index: 4;
}
.folio-sheet b {
  margin-bottom: 7px;
}
.folio-sheet small {
  display: block;
  margin-bottom: 20px;
  color: #617169;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .05em;
  text-align: center;
  text-transform: uppercase;
}
.intelligence-study > em {
  max-width: 390px;
  margin: 0 auto;
  color: #6c5a4f;
  font-size: 9px;
  line-height: 1.4;
}

/* A third, quieter petal layer makes the service marker read as a rose. */
.service-rosette::before,
.service-rosette::after {
  display: none;
}
.rose-inner {
  position: absolute;
  z-index: 3;
  inset: 44px;
  display: block;
  pointer-events: none;
}
.rose-inner i {
  position: absolute;
  top: 0;
  left: 24px;
  width: 34px;
  height: 54px;
  border: 1px solid rgba(113, 75, 70, .48);
  border-radius: 72% 38% 68% 42% / 70% 44% 67% 39%;
  background: rgba(246, 235, 219, .7);
  box-shadow: inset 5px 4px 10px rgba(255,255,255,.28);
  transform-origin: 50% 42px;
}
.rose-inner i:nth-child(1) { transform: rotate(-5deg) scale(.88); }
.rose-inner i:nth-child(2) { transform: rotate(67deg) scale(.92); }
.rose-inner i:nth-child(3) { transform: rotate(140deg) scale(.87); }
.rose-inner i:nth-child(4) { transform: rotate(218deg) scale(.91); }
.rose-inner i:nth-child(5) { transform: rotate(291deg) scale(.88); }
.service-rosette b {
  z-index: 5;
  top: 72px;
  left: 72px;
  width: 46px;
  height: 46px;
}
.service-rosette .petal-1,
.mobile-service-rose > i:nth-child(1) { --service-petal: #e2bdb9; }
.service-rosette .petal-2,
.mobile-service-rose > i:nth-child(2) { --service-petal: #b8cfcc; }
.service-rosette .petal-3,
.mobile-service-rose > i:nth-child(3) { --service-petal: #45604f; }
.service-rosette .petal-4,
.mobile-service-rose > i:nth-child(4) { --service-petal: #d7c38e; }
.service-rosette .petal-5,
.mobile-service-rose > i:nth-child(5) { --service-petal: #8d6875; }
.service-rosette .petal,
.mobile-service-rose > i {
  background: var(--service-petal);
}
.service-rosette .petal-3,
.service-rosette .petal-5,
.mobile-service-rose > i:nth-child(3),
.mobile-service-rose > i:nth-child(5) {
  border-color: rgba(54, 61, 50, .72);
}
.service-rosette[data-active="01"] .petal-1 {
  background: var(--service-petal);
  border-color: #8d5b53;
  transform: rotate(-3deg) translateY(-14px) scale(1.1);
}
.service-rosette[data-active="02"] .petal-2 {
  background: var(--service-petal);
  border-color: #607b76;
  transform: rotate(69deg) translateY(-14px) scale(1.16);
}
.service-rosette[data-active="03"] .petal-3 {
  background: var(--service-petal);
  border-color: #d1ad6c;
  transform: rotate(142deg) translateY(-14px) scale(1.11);
}
.service-rosette[data-active="04"] .petal-4 {
  background: var(--service-petal);
  border-color: #96703c;
  transform: rotate(218deg) translateY(-14px) scale(1.16);
}
.service-rosette[data-active="05"] .petal-5 {
  background: var(--service-petal);
  border-color: #5d3e48;
  transform: rotate(291deg) translateY(-14px) scale(1.12);
}
.service-rosette[data-active] .petal {
  filter: saturate(.86);
}
.service-rosette[data-active="01"] .petal-1,
.service-rosette[data-active="02"] .petal-2,
.service-rosette[data-active="03"] .petal-3,
.service-rosette[data-active="04"] .petal-4,
.service-rosette[data-active="05"] .petal-5 {
  z-index: 2;
  filter: saturate(1.08) drop-shadow(3px 5px 4px rgba(70, 48, 40, .16));
}

/* The process uses a doubled, winding stem with visible tendrils. */
.method-vine {
  top: 50%;
  height: 150px;
  border: 0;
  transform: translateY(-50%);
}
.method-vine::before,
.method-vine::after {
  content: "";
  position: absolute;
  width: 56%;
  height: 112px;
  border-top: 6px double #64755d;
  border-radius: 50%;
}
.method-vine::before {
  top: 24px;
  left: -1%;
  transform: rotate(5deg);
}
.method-vine::after {
  top: 7px;
  right: -1%;
  transform: rotate(-7deg);
}
.vine-stem {
  top: 60px;
  right: 2%;
  left: 2%;
  width: auto;
  height: 82px;
  border: 0;
  border-top: 2px solid rgba(100, 117, 93, .74);
  border-radius: 50%;
  transform: rotate(-2deg);
}
.vine-stem::before,
.vine-stem::after {
  content: "";
  position: absolute;
  width: 67px;
  height: 42px;
  border: 2px solid #64755d;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.vine-stem::before { top: -35px; left: 27%; transform: rotate(28deg); }
.vine-stem::after { top: -17px; right: 24%; transform: rotate(198deg); }
.vine-leaf {
  z-index: 3;
  width: 38px;
  height: 19px;
  background: #b9c7b3;
  box-shadow: inset 4px 2px 7px rgba(255,255,255,.24);
}
.leaf-one { top: 14px; left: 12%; }
.leaf-two { top: 74px; left: 35%; }
.leaf-three { top: 6px; left: 61%; }
.leaf-four { top: 69px; left: 82%; }
.garden-plan article::before {
  width: 3px;
  background: linear-gradient(90deg, #64755d 0 1px, transparent 1px 2px, #9b8058 2px);
  border-radius: 50%;
}
.garden-plan article::after {
  width: 24px;
  height: 29px;
  border-radius: 62% 38% 58% 42%;
  background: #d6afae;
}

/* Starting choices now share the exact palette of their matching scope cards. */
.business-outcomes {
  grid-template-columns: 1fr;
  gap: 10px;
}
.business-outcomes li {
  padding: 15px 16px;
  display: block;
  background: rgba(247, 239, 227, .88);
  border-color: #b6a18c;
}
.business-outcomes li:nth-child(2) {
  background: rgba(220, 228, 223, .88);
  border-color: #93a49b;
}
.business-outcomes li:nth-child(3) {
  background: rgba(231, 213, 210, .9);
  border-color: #bd928c;
}
.business-outcomes small,
.business-outcomes strong {
  display: block;
}
.business-outcomes small {
  color: #8f5c4e;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.business-outcomes strong {
  margin-top: 5px;
  color: #51453e;
  font: 600 18px/1.05 "Cormorant Garamond", serif;
}

/* The final invitation uses enough contrast in light mode. */
.home-page .contact-band {
  background-color: #623844;
  background-image:
    radial-gradient(ellipse at 50% 24%, rgba(255, 239, 208, .1) 0 3px, transparent 4px),
    radial-gradient(ellipse at 50% 50%, transparent 0 22px, rgba(255, 239, 208, .075) 23px 24px, transparent 25px),
    linear-gradient(125deg, rgba(43, 23, 30, .3), transparent 58%);
}
.home-page .contact-band .eyebrow {
  color: #e8c986;
}

@media (max-width: 1100px) {
  .rosette-view {
    min-height: 620px;
  }
}

@media (max-width: 900px) {
  .studio-premise {
    grid-template-columns: 1fr;
  }
  .premise-outcomes {
    order: 2;
    max-width: 660px;
  }
  .intelligence-study {
    min-height: 480px;
  }
  .business-outcomes {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .rosette-view {
    min-height: 0;
    padding: 58px 22px 42px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    border-radius: 28px;
  }
  .decision-tray-rim {
    inset: 16px;
    border-radius: 22px;
  }
  .decision-tray-rim::before,
  .decision-tray-rim::after,
  .decision-vine,
  .view-caption {
    display: none;
  }
  .view-past,
  .view-present,
  .view-next,
  .view-center {
    grid-column: 1;
    grid-row: auto;
    order: initial;
  }
  .view-panel {
    width: 100%;
    min-height: 220px;
    border-radius: 50%;
  }
  .view-center {
    width: min(310px, 92%);
    height: 105px;
    order: 4;
  }
  .porcelain-route {
    min-height: 300px;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .route-vine {
    top: 7%;
    bottom: 7%;
    left: 50%;
    width: 70px;
    height: auto;
    border-top: 0;
    border-left: 4px double #6b7d63;
    transform: none;
  }
  .route-stage {
    width: 150px;
    min-height: 92px;
    justify-self: start;
  }
  .route-stage:nth-of-type(even) {
    justify-self: end;
  }
  .stage-conversion {
    margin-top: 0;
  }
  .intelligence-study {
    width: 100%;
    min-height: 500px;
  }
  .folio-sheet {
    width: 210px;
    min-height: 210px;
    padding: 35px 31px;
  }
  .source-sheet {
    width: 105px;
  }
  .source-branch {
    width: 43%;
  }
  .mobile-service-rose > i {
    background: var(--service-petal);
  }
  .mobile-service-rose .rose-inner {
    inset: 18px;
  }
  .mobile-service-rose .rose-inner i {
    top: 0;
    left: 11px;
    width: 17px;
    height: 27px;
    transform-origin: 50% 21px;
    background: rgba(246, 235, 219, .72);
  }
  .mobile-service-rose .rose-inner i:nth-child(1) { transform: rotate(-5deg) scale(.88); }
  .mobile-service-rose .rose-inner i:nth-child(2) { transform: rotate(67deg) scale(.92); }
  .mobile-service-rose .rose-inner i:nth-child(3) { transform: rotate(140deg) scale(.87); }
  .mobile-service-rose .rose-inner i:nth-child(4) { transform: rotate(218deg) scale(.91); }
  .mobile-service-rose .rose-inner i:nth-child(5) { transform: rotate(291deg) scale(.88); }
  .mobile-service-rose[data-active="01"] > i:nth-child(1) { background: var(--service-petal); transform: rotate(-3deg) translateY(-6px) scale(1.05); }
  .mobile-service-rose[data-active="02"] > i:nth-child(2) { background: var(--service-petal); transform: rotate(69deg) translateY(-6px) scale(1.08); }
  .mobile-service-rose[data-active="03"] > i:nth-child(3) { background: var(--service-petal); transform: rotate(142deg) translateY(-6px) scale(1.06); }
  .mobile-service-rose[data-active="04"] > i:nth-child(4) { background: var(--service-petal); transform: rotate(218deg) translateY(-6px) scale(1.08); }
  .mobile-service-rose[data-active="05"] > i:nth-child(5) { background: var(--service-petal); transform: rotate(291deg) translateY(-6px) scale(1.06); }
}

@media (max-width: 900px) {
  .mobile-service-rose .rose-inner {
    inset: 18px;
  }
  .mobile-service-rose .rose-inner i {
    top: 0;
    left: 11px;
    width: 17px;
    height: 27px;
    transform-origin: 50% 21px;
    background: rgba(246, 235, 219, .72);
  }
  .mobile-service-rose .rose-inner i:nth-child(1) { transform: rotate(-5deg) scale(.88); }
  .mobile-service-rose .rose-inner i:nth-child(2) { transform: rotate(67deg) scale(.92); }
  .mobile-service-rose .rose-inner i:nth-child(3) { transform: rotate(140deg) scale(.87); }
  .mobile-service-rose .rose-inner i:nth-child(4) { transform: rotate(218deg) scale(.91); }
  .mobile-service-rose .rose-inner i:nth-child(5) { transform: rotate(291deg) scale(.88); }
  .mobile-service-rose[data-active="01"] > i:nth-child(1) { background: var(--service-petal); border-color: #8d5b53; transform: rotate(-3deg) translateY(-7px) scale(1.08); }
  .mobile-service-rose[data-active="02"] > i:nth-child(2) { background: var(--service-petal); border-color: #607b76; transform: rotate(69deg) translateY(-7px) scale(1.11); }
  .mobile-service-rose[data-active="03"] > i:nth-child(3) { background: var(--service-petal); border-color: #d1ad6c; transform: rotate(142deg) translateY(-7px) scale(1.09); }
  .mobile-service-rose[data-active="04"] > i:nth-child(4) { background: var(--service-petal); border-color: #96703c; transform: rotate(218deg) translateY(-7px) scale(1.11); }
  .mobile-service-rose[data-active="05"] > i:nth-child(5) { background: var(--service-petal); border-color: #5d3e48; transform: rotate(291deg) translateY(-7px) scale(1.09); }
}

/* V5 — A cultivated landscape, not a collection of framed objects. */
.hedge-maze {
  min-height: 650px;
  padding: 0;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 51% 54%, rgba(241, 224, 186, .86) 0 4%, transparent 4.5%),
    repeating-radial-gradient(circle at 30% 30%, rgba(87, 110, 68, .08) 0 1px, transparent 1px 5px),
    linear-gradient(137deg, #bac8a8, #d7d6b1 48%, #a9bd96);
  border: 1px solid #81916f;
  border-radius: 46% 44% 42% 48% / 34% 38% 43% 40%;
  box-shadow:
    inset 0 0 55px rgba(57, 75, 47, .23),
    inset 0 0 0 12px rgba(246, 238, 210, .19),
    8px 12px 26px rgba(60, 48, 37, .16);
}
.hedge-maze::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 18px;
  border: 2px solid rgba(235, 219, 174, .66);
  border-radius: inherit;
  pointer-events: none;
}
.hedge-maze::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .4;
  background-image:
    radial-gradient(circle, rgba(42, 72, 40, .62) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(235, 228, 188, .44) 0 1px, transparent 1.5px);
  background-position: 0 0, 5px 6px;
  background-size: 11px 12px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.maze-hedges,
.maze-path,
.garden-stop,
.maze-fountain,
.garden-gate {
  position: absolute;
}
.maze-hedges {
  z-index: 1;
  inset: 40px;
}
.hedge {
  position: absolute;
  display: block;
  background:
    radial-gradient(circle at 26% 24%, #9dae7f 0 2px, transparent 3px),
    radial-gradient(circle at 70% 68%, #314f38 0 2px, transparent 3px),
    linear-gradient(100deg, #3d5e42, #70845a 48%, #36563b);
  background-size: 12px 11px, 15px 14px, auto;
  border: 1px solid #294731;
  border-radius: 999px;
  box-shadow:
    inset 0 3px 5px rgba(255,255,255,.2),
    inset 0 -5px 8px rgba(24, 54, 31, .25),
    2px 4px 6px rgba(40, 55, 33, .24);
}
.hedge-a { top: 2%; left: 4%; width: 41%; height: 25px; transform: rotate(3deg); }
.hedge-b { top: 4%; right: 4%; width: 31%; height: 25px; transform: rotate(-4deg); }
.hedge-c { top: 14%; left: 4%; width: 25px; height: 43%; transform: rotate(-2deg); }
.hedge-d { top: 23%; left: 19%; width: 34%; height: 25px; transform: rotate(-5deg); }
.hedge-e { top: 17%; right: 7%; width: 25px; height: 38%; transform: rotate(3deg); }
.hedge-f { top: 43%; left: 34%; width: 25px; height: 30%; transform: rotate(5deg); }
.hedge-g { bottom: 20%; left: 5%; width: 35%; height: 25px; transform: rotate(4deg); }
.hedge-h { right: 9%; bottom: 22%; width: 38%; height: 25px; transform: rotate(-3deg); }
.hedge-i { right: 4%; bottom: 3%; width: 52%; height: 25px; transform: rotate(2deg); }
.maze-path {
  z-index: 1;
  height: 13px;
  border-top: 1px solid rgba(139, 113, 72, .45);
  border-bottom: 1px solid rgba(255,255,255,.36);
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(224, 205, 160, .12), #decda7, rgba(224, 205, 160, .14));
  box-shadow: 0 2px 8px rgba(98, 72, 46, .13);
}
.path-a { top: 31%; left: 15%; width: 36%; transform: rotate(18deg); }
.path-b { top: 47%; left: 42%; width: 37%; transform: rotate(-22deg); }
.path-c { top: 67%; left: 20%; width: 60%; transform: rotate(13deg); }
.garden-stop {
  z-index: 3;
  width: 184px;
  min-height: 138px;
  padding: 31px 22px 23px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f7edd5;
  text-align: center;
  background:
    radial-gradient(circle at 45% 18%, rgba(179, 198, 147, .8), transparent 5%),
    radial-gradient(circle at 60% 64%, rgba(42, 74, 46, .64), transparent 4%),
    #496847;
  border: 6px solid #38583e;
  border-radius: 50% 48% 54% 46%;
  box-shadow:
    inset 0 0 0 3px rgba(199, 177, 115, .68),
    inset 0 0 22px rgba(25, 53, 30, .42),
    4px 7px 13px rgba(39, 51, 31, .23);
}
.garden-stop::before {
  content: "";
  position: absolute;
  inset: -12px;
  z-index: -1;
  border: 7px dotted #70845c;
  border-radius: inherit;
}
.garden-stop p {
  margin: 0 0 9px;
  color: #e5c884;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.garden-stop h2 {
  margin: 0;
  color: #fff9e9;
  font-size: 23px;
  line-height: .94;
}
.garden-stop span {
  margin-top: 12px;
  color: #e6dbc4;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
}
.stop-past { top: 10%; left: 8%; transform: rotate(-3deg); }
.stop-present { top: 13%; right: 8%; transform: rotate(3deg); }
.stop-next { right: 10%; bottom: 11%; transform: rotate(-2deg); }
.maze-fountain {
  z-index: 4;
  top: 47%;
  left: 36%;
  width: 134px;
  height: 134px;
  border: 8px solid #d2bb84;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 45%, #eef3e7 0 5%, #8faeaa 6% 21%, #4b716f 22% 31%, #afc4b7 32% 46%, #526e62 47% 49%, #dbcfaa 50%);
  box-shadow:
    inset 0 0 0 3px #80653e,
    5px 8px 12px rgba(51, 58, 39, .25);
}
.maze-fountain i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 47px;
  background: linear-gradient(#f3f2d9, #789794);
  border-radius: 50%;
  transform-origin: 50% 0;
}
.maze-fountain i:nth-child(1) { transform: rotate(0deg); }
.maze-fountain i:nth-child(2) { transform: rotate(120deg); }
.maze-fountain i:nth-child(3) { transform: rotate(240deg); }
.maze-fountain b {
  position: absolute;
  inset: 46px;
  border-radius: 50%;
  background: #7b4653;
  border: 2px solid #dfc984;
}
.garden-gate {
  z-index: 5;
  bottom: 7%;
  left: 9%;
  width: 220px;
  padding: 18px 18px 16px 61px;
  color: #fff7e4;
  background: #633b46;
  border: 1px solid #d3b775;
  border-radius: 4px 34px 34px 4px;
  box-shadow: 5px 8px 14px rgba(47, 41, 32, .22);
}
.garden-gate::before,
.garden-gate::after {
  content: "";
  position: absolute;
  top: -17px;
  bottom: -17px;
  width: 8px;
  border: 2px solid #bc9c58;
  border-radius: 6px 6px 0 0;
}
.garden-gate::before { left: -9px; }
.garden-gate::after { right: -9px; }
.garden-gate img {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 32px;
  height: 32px;
}
.garden-gate strong,
.garden-gate small { display: block; }
.garden-gate strong { font: 600 21px/1 "Cormorant Garamond", serif; }
.garden-gate small { margin-top: 4px; color: #e8d7c3; font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }

/* The analytics route is a clipped garden path. */
.analytics-study.garden-route {
  min-height: 430px;
  padding: 34px 28px 25px;
  overflow: hidden;
  background:
    radial-gradient(circle at 17% 20%, rgba(95, 121, 70, .16) 0 2px, transparent 3px),
    linear-gradient(145deg, #cad5b9, #e3ddbc 48%, #bdcba8);
  background-size: 15px 14px, auto;
  border: 1px solid #78866a;
  border-radius: 47% 52% 44% 49% / 37% 42% 43% 39%;
  box-shadow: inset 0 0 38px rgba(55, 78, 46, .17), 5px 8px 16px rgba(69, 54, 41, .12);
}
.analytics-study.garden-route::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(225, 205, 151, .75);
  border-radius: inherit;
}
.garden-route .study-label {
  color: #5e413d;
  position: relative;
  z-index: 3;
}
.route-ground {
  min-height: 302px;
  margin-top: 8px;
  position: relative;
}
.route-path {
  position: absolute;
  top: 38px;
  bottom: 35px;
  left: 47%;
  width: 56px;
  background: linear-gradient(90deg, rgba(176, 151, 105, .15), #e6d7af 40% 60%, rgba(176, 151, 105, .15));
  border-right: 1px solid rgba(122, 92, 57, .32);
  border-left: 1px solid rgba(122, 92, 57, .32);
  border-radius: 50%;
  transform: rotate(9deg);
}
.route-hedge {
  position: absolute;
  top: 28px;
  bottom: 26px;
  width: 28px;
  background:
    radial-gradient(circle, #8aa071 0 2px, transparent 3px),
    #476548;
  background-size: 10px 10px;
  border: 1px solid #38543c;
  border-radius: 50%;
  box-shadow: inset 0 0 8px #294731, 2px 3px 5px rgba(44, 61, 37, .21);
}
.route-hedge.hedge-left { left: 37%; transform: rotate(8deg); }
.route-hedge.hedge-right { right: 35%; transform: rotate(10deg); }
.route-clearing {
  position: absolute;
  z-index: 2;
  width: 125px;
  min-height: 82px;
  padding: 20px 14px 13px;
  text-align: center;
  background: #eef0d8;
  border: 6px solid #4a6849;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #c9aa69, 3px 5px 8px rgba(55, 68, 44, .17);
}
.route-clearing strong,
.route-clearing small { display: block; }
.route-clearing strong { color: #493d37; font: 600 20px/.95 "Cormorant Garamond", serif; }
.route-clearing small { margin-top: 5px; color: #685c4d; font-size: 8px; line-height: 1.25; }
.clearing-inquiry { top: 18px; left: 4%; }
.clearing-build { top: 105px; right: 0; }
.clearing-revenue { bottom: 9px; left: 5%; background: #e5ced0; }
.garden-route > p { position: relative; z-index: 2; color: #5b493f; }

/* Four living channels feed one fountain. */
.fountain-study {
  min-height: 480px;
  background:
    radial-gradient(circle at 50% 48%, rgba(218, 231, 216, .8), transparent 34%),
    repeating-radial-gradient(circle, rgba(75, 101, 64, .08) 0 1px, transparent 1px 8px),
    #d7ddc8;
  border: 1px solid #87977a;
  border-radius: 45% 50% 43% 47% / 39% 43% 46% 41%;
  box-shadow: inset 0 0 42px rgba(52, 77, 49, .14), 5px 8px 17px rgba(60, 49, 39, .12);
}
.fountain-study .source-sheet {
  color: #f7edd7;
  background: #526c4d;
  border: 5px solid #3b593f;
  border-radius: 48% 52% 44% 56%;
  box-shadow: inset 0 0 0 2px #bca269, 3px 5px 8px rgba(47, 61, 39, .18);
}
.fountain-study .source-branch {
  border-top: 7px double #516b4d;
  filter: drop-shadow(1px 3px 1px rgba(44, 60, 39, .2));
}
.fountain-study .source-branch::before {
  border-width: 3px;
  border-color: #516b4d transparent transparent #516b4d;
}
.fountain-study .operating-vine {
  border-width: 7px 4px;
  border-color: #516b4d;
  filter: drop-shadow(2px 4px 2px rgba(45, 61, 39, .22));
}
.operating-fountain {
  top: 108px;
  width: 250px;
  min-height: 250px;
  padding: 75px 34px 40px;
  border: 12px solid #c4aa70;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(245, 247, 226, .94) 0 5%, #94aaa1 6% 21%, #5e7c73 22% 31%, #d7dfca 32% 49%, #5b735d 50%);
  box-shadow:
    inset 0 0 0 3px #725a36,
    inset 0 0 23px rgba(46, 73, 62, .28),
    6px 9px 14px rgba(50, 58, 40, .23);
}
.operating-fountain b {
  color: #fff9e7;
  text-shadow: 0 2px 3px rgba(39, 53, 43, .65);
}
.operating-fountain small { color: #f1e7cb; text-shadow: 0 1px 2px #355146; }
.operating-fountain > i {
  height: 4px;
  background: rgba(241, 232, 199, .75);
}

/* The website is a flowering entrance and measured path. */
.garden-gateway {
  min-height: 430px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(85, 105, 69, .32) 1px, transparent 1px),
    linear-gradient(rgba(85, 105, 69, .25) 1px, transparent 1px),
    linear-gradient(145deg, #cbd8c0, #e8ddc0);
  background-size: 44px 44px, 44px 44px, auto;
  border: 1px solid #728367;
  border-radius: 44% 46% 5% 5% / 34% 34% 5% 5%;
  box-shadow: inset 0 0 38px rgba(57, 79, 49, .15), 6px 9px 17px rgba(68, 53, 40, .12);
}
.flowering-trellis {
  position: absolute;
  z-index: 3;
  top: 50px;
  right: 18%;
  left: 18%;
  height: 230px;
  border: 12px solid #4d6949;
  border-bottom: 0;
  border-radius: 48% 48% 0 0;
  box-shadow:
    inset 0 0 0 3px #b99b61,
    4px 7px 9px rgba(42, 59, 37, .2);
}
.flowering-trellis::before,
.flowering-trellis::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 2px solid #718466;
  border-bottom: 0;
  border-radius: 48% 48% 0 0;
}
.flowering-trellis::after {
  inset: 42px 30px 0;
  border-color: rgba(92, 114, 75, .55);
}
.flowering-trellis i {
  position: absolute;
  z-index: 4;
  width: 24px;
  height: 24px;
  border: 2px solid #8f5d62;
  border-radius: 66% 42% 63% 45%;
  background: #d6aeb5;
  box-shadow: inset 5px 4px 0 rgba(247, 221, 207, .55);
}
.flowering-trellis i:nth-child(1) { top: -22px; left: 8%; }
.flowering-trellis i:nth-child(2) { top: 18px; left: -20px; }
.flowering-trellis i:nth-child(3) { top: 85px; left: -18px; }
.flowering-trellis i:nth-child(4) { top: -23px; right: 10%; }
.flowering-trellis i:nth-child(5) { top: 31px; right: -20px; }
.flowering-trellis i:nth-child(6) { top: 112px; right: -19px; }
.flowering-trellis strong {
  position: absolute;
  right: 18px;
  bottom: 32px;
  left: 18px;
  color: #4a3b37;
  font: 600 27px/.95 "Cormorant Garamond", serif;
  text-align: center;
}
.gateway-path {
  position: absolute;
  z-index: 2;
  right: 19%;
  bottom: -26px;
  left: 19%;
  height: 190px;
  background: linear-gradient(90deg, transparent, #dec99d 21% 79%, transparent);
  clip-path: polygon(36% 0, 64% 0, 100% 100%, 0 100%);
}
.gateway-steps {
  position: absolute;
  z-index: 4;
  right: 11%;
  bottom: 38px;
  left: 11%;
  display: flex;
  justify-content: space-between;
}
.gateway-steps small {
  padding: 7px 10px;
  color: #fff5df;
  background: #5f3d46;
  border: 1px solid #c2a162;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.garden-gateway > p { z-index: 5; color: #52443c; }

/* Place intelligence becomes a top-down estate garden. */
.estate-garden {
  min-height: 460px;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(43, 79, 43, .13) 0 2px, transparent 3px),
    linear-gradient(145deg, #b7ca9d, #e1d9ad 54%, #9fba87);
  background-size: 15px 15px, auto;
  border: 1px solid #6f8360;
  border-radius: 48% 45% 44% 51% / 41% 46% 40% 45%;
  box-shadow: inset 0 0 48px rgba(48, 75, 42, .21), 6px 9px 18px rgba(59, 49, 37, .13);
}
.estate-garden::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 9px double rgba(61, 91, 51, .78);
  border-radius: 47% 44% 45% 48%;
}
.estate-axis {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, rgba(189, 158, 103, .18), #e7d7ae 42% 58%, rgba(189, 158, 103, .18));
  border: 1px solid rgba(133, 105, 65, .3);
}
.axis-horizontal { top: 48%; right: 9%; left: 9%; height: 38px; }
.axis-vertical { top: 8%; bottom: 10%; left: 47%; width: 38px; }
.estate-grove {
  position: absolute;
  z-index: 2;
  width: 122px;
  height: 105px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 20%, #71895e 0 8px, transparent 9px),
    radial-gradient(circle at 73% 29%, #476843 0 9px, transparent 10px),
    radial-gradient(circle at 48% 72%, #82966a 0 8px, transparent 9px),
    #54724a;
  background-size: 34px 31px, 39px 35px, 36px 33px, auto;
  border: 6px solid #3e613f;
  border-radius: 48% 52% 46% 54%;
  box-shadow: inset 0 0 0 2px #b89d65, 3px 6px 9px rgba(43, 61, 37, .2);
}
.estate-grove span {
  padding: 5px 8px;
  color: #fff5dc;
  background: rgba(67, 54, 46, .75);
  border-radius: 12px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.grove-a { top: 40px; left: 35px; }
.grove-b { top: 48px; right: 35px; }
.grove-c { bottom: 48px; left: 37px; }
.grove-d { right: 36px; bottom: 43px; }
.estate-fountain {
  position: absolute;
  z-index: 4;
  top: calc(50% - 71px);
  left: calc(50% - 71px);
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  border: 10px solid #bea56c;
  border-radius: 50%;
  background: radial-gradient(circle, #f0edd1 0 8%, #75958d 9% 31%, #dce0c5 32% 49%, #4f6e59 50%);
  box-shadow: inset 0 0 0 3px #765c38, 5px 8px 12px rgba(52, 63, 43, .24);
}
.estate-fountain i {
  position: absolute;
  inset: 38px;
  border: 2px dotted #f2dfaa;
  border-radius: 50%;
}
.estate-fountain strong {
  max-width: 86px;
  color: #fff9e8;
  font: 600 18px/.9 "Cormorant Garamond", serif;
  text-align: center;
  text-shadow: 0 2px 3px #355548;
}
.estate-garden > small {
  z-index: 5;
  bottom: 12px;
  padding: 5px 12px;
  color: #4e4039;
  background: rgba(240, 230, 198, .78);
  border-radius: 13px;
}

/* Custom systems are trained like an espalier: structure without forcing sameness. */
.espalier-study {
  min-height: 430px;
  overflow: hidden;
  background:
    repeating-linear-gradient(0deg, rgba(112, 89, 61, .08) 0 1px, transparent 1px 35px),
    linear-gradient(145deg, #d5c3a8, #ede3cc);
  border: 1px solid #9c8261;
  border-radius: 5px 42% 5px 38%;
  box-shadow: inset 0 0 35px rgba(96, 71, 47, .12), 6px 9px 17px rgba(61, 49, 39, .12);
}
.espalier-wall {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(123, 91, 58, .4);
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(123, 91, 58, .18) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(123, 91, 58, .18) 50%, transparent 50.2%);
  background-size: 72px 72px;
}
.espalier-vine {
  position: absolute;
  z-index: 2;
  top: 55px;
  bottom: 75px;
  left: 50%;
  width: 8px;
  background: linear-gradient(90deg, #38573b, #718160 50%, #2f5035);
  border: 1px solid #294631;
  border-radius: 50%;
  box-shadow: 2px 3px 4px rgba(43, 58, 36, .25);
}
.espalier-vine::before,
.espalier-vine::after {
  content: "";
  position: absolute;
  width: 195px;
  height: 72px;
  border: 6px solid #496448;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}
.espalier-vine::before { top: 35px; left: -188px; transform: rotate(8deg); }
.espalier-vine::after { right: -188px; bottom: 42px; transform: rotate(188deg); }
.espalier-vine i {
  position: absolute;
  width: 32px;
  height: 16px;
  border: 1px solid #3d5d40;
  border-radius: 90% 10% 90% 10%;
  background: #80966f;
}
.espalier-vine i:nth-child(1) { top: 12%; left: -26px; transform: rotate(-37deg); }
.espalier-vine i:nth-child(2) { top: 30%; left: 5px; transform: rotate(34deg) scaleX(-1); }
.espalier-vine i:nth-child(3) { top: 49%; left: -27px; transform: rotate(-34deg); }
.espalier-vine i:nth-child(4) { top: 67%; left: 5px; transform: rotate(37deg) scaleX(-1); }
.espalier-vine i:nth-child(5) { bottom: 2%; left: -25px; transform: rotate(-31deg); }
.workflow-bloom {
  position: absolute;
  z-index: 3;
  width: 105px;
  height: 78px;
  display: grid;
  place-items: center;
  color: #fff6e1;
  background: #784b57;
  border: 6px double #d2b875;
  border-radius: 65% 41% 68% 43% / 59% 68% 43% 62%;
  box-shadow: 3px 6px 9px rgba(72, 45, 45, .2);
}
.workflow-bloom::before,
.workflow-bloom::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 48px;
  z-index: -1;
  background: #bc8790;
  border: 1px solid #81515b;
  border-radius: 70% 42% 66% 44%;
}
.workflow-bloom::before { left: -18px; transform: rotate(-51deg); }
.workflow-bloom::after { right: -18px; transform: rotate(51deg); }
.workflow-bloom b { font: 600 18px/1 "Cormorant Garamond", serif; }
.bloom-record { top: 55px; left: 34px; }
.bloom-review { top: 70px; right: 31px; }
.bloom-release { bottom: 77px; left: 34px; }
.bloom-client { right: 31px; bottom: 62px; }
.espalier-study > p {
  z-index: 5;
  right: 25px;
  bottom: 22px;
  left: 25px;
  color: #55453d;
  text-align: center;
}

/* A quieter, dark-rose underlayer makes the service marker read as a flower. */
.rose-inner i,
.mobile-service-rose .rose-inner i {
  background: rgba(112, 53, 69, .48);
  border-color: rgba(92, 43, 56, .55);
  box-shadow: inset 5px 4px 10px rgba(244, 196, 199, .16);
}
.service-rosette .petal,
.mobile-service-rose > i {
  transition: transform .34s cubic-bezier(.2,.75,.25,1), border-color .22s ease, filter .22s ease;
}

/* The process vine has weight, branching, and restrained thorns. */
.method-vine::before,
.method-vine::after {
  border-top-width: 9px;
  border-color: #4f694e;
  filter: drop-shadow(1px 4px 2px rgba(45, 61, 39, .24));
}
.vine-stem {
  border-top: 5px solid #657a5b;
  filter: drop-shadow(1px 3px 1px rgba(45, 61, 39, .19));
}
.vine-stem::before,
.vine-stem::after { border-width: 3px; border-color: #536d51 transparent transparent #536d51; }
.vine-leaf {
  border-width: 2px;
  background: linear-gradient(135deg, #aabd9b, #627a59);
  box-shadow: inset 4px 2px 7px rgba(255,255,255,.22), 2px 3px 4px rgba(47, 64, 41, .16);
}
.vine-thorn {
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  border-top: 3px solid #6d805f;
  border-right: 3px solid #6d805f;
  border-radius: 0 7px 0 0;
}
.thorn-one { top: 49px; left: 22%; transform: rotate(-35deg); }
.thorn-two { top: 78px; left: 44%; transform: rotate(148deg); }
.thorn-three { top: 39px; left: 68%; transform: rotate(-29deg); }
.thorn-four { top: 73px; right: 9%; transform: rotate(151deg); }
.garden-plan article > span { display: none; }
.garden-plan h3 { margin-top: 27px; }

@media (max-width: 1100px) {
  .garden-stop { width: 166px; }
  .garden-stop h2 { font-size: 21px; }
  .maze-fountain { left: 34%; }
}

@media (max-width: 900px) {
  .hedge-maze {
    min-height: 620px;
  }
  .garden-stop { width: 154px; min-height: 126px; padding: 25px 16px 18px; }
  .stop-past { left: 6%; }
  .stop-present { right: 6%; }
  .stop-next { right: 7%; }
  .maze-fountain { left: 32%; }
  .garden-gate { left: 7%; }
}

@media (max-width: 620px) {
  .hedge-maze {
    min-height: 720px;
    padding: 0;
    display: block;
    border-radius: 38px;
  }
  .maze-hedges { inset: 24px; }
  .hedge-a { width: 72%; }
  .hedge-b { display: none; }
  .hedge-c { height: 62%; }
  .hedge-d { top: 28%; left: 19%; width: 60%; }
  .hedge-e { top: 16%; right: 7%; height: 56%; }
  .hedge-f { top: 42%; left: 46%; height: 24%; }
  .hedge-g { bottom: 16%; left: 6%; width: 55%; }
  .hedge-h { right: 8%; bottom: 30%; width: 38%; }
  .hedge-i { right: 5%; bottom: 4%; width: 72%; }
  .garden-stop { width: 145px; min-height: 116px; padding: 22px 13px 16px; }
  .garden-stop h2 { font-size: 19px; }
  .stop-past { top: 9%; left: 8%; }
  .stop-present { top: 34%; right: 8%; }
  .stop-next { right: 9%; bottom: 11%; }
  .maze-fountain { top: 58%; left: 12%; width: 110px; height: 110px; }
  .maze-fountain b { inset: 36px; }
  .garden-gate { bottom: 5%; left: 7%; width: 190px; padding-left: 55px; }
  .path-a { top: 29%; left: 18%; width: 59%; transform: rotate(44deg); }
  .path-b { top: 53%; left: 24%; width: 55%; transform: rotate(-36deg); }
  .path-c { top: 75%; left: 18%; width: 60%; transform: rotate(22deg); }

  .analytics-study.garden-route,
  .garden-gateway,
  .estate-garden,
  .espalier-study {
    min-height: 420px;
  }
  .route-clearing { width: 112px; }
  .clearing-inquiry { left: 0; }
  .clearing-build { right: 0; }
  .clearing-revenue { left: 0; }
  .estate-grove { width: 94px; height: 82px; }
  .grove-a, .grove-c { left: 22px; }
  .grove-b, .grove-d { right: 22px; }
  .estate-fountain { top: calc(50% - 59px); left: calc(50% - 59px); width: 118px; height: 118px; }
  .flowering-trellis { right: 13%; left: 13%; }
  .workflow-bloom { width: 84px; height: 67px; }
  .bloom-record, .bloom-release { left: 23px; }
  .bloom-review, .bloom-client { right: 20px; }

  .mobile-service-rose .rose-inner i {
    background: rgba(112, 53, 69, .48);
    border-color: rgba(92, 43, 56, .55);
  }
}

body[data-theme="dark"] .hedge-maze,
body[data-theme="dark"] .garden-route,
body[data-theme="dark"] .fountain-study,
body[data-theme="dark"] .garden-gateway,
body[data-theme="dark"] .estate-garden {
  filter: brightness(.76) saturate(.88);
}
body[data-theme="dark"] .garden-stop,
body[data-theme="dark"] .garden-gate,
body[data-theme="dark"] .route-clearing,
body[data-theme="dark"] .source-sheet,
body[data-theme="dark"] .gateway-steps small,
body[data-theme="dark"] .estate-grove,
body[data-theme="dark"] .workflow-bloom {
  filter: brightness(1.18);
}

/* Visual QA corrections: prevent inherited card rules from entering the garden studies. */
.home-page {
  overflow-x: clip;
}
.garden-route .route-clearing small {
  position: static;
  inset: auto;
  width: auto;
  margin: 6px 0 0;
  display: block;
  transform: none;
}
.operating-fountain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 55px 34px 39px;
}
.operating-fountain b {
  margin: 0 0 10px;
  font-size: 29px;
  line-height: .87;
}
.operating-fountain small {
  max-width: 150px;
  margin: 0 0 19px;
  position: static;
  font-size: 8px;
  line-height: 1.35;
}
.garden-gateway > p {
  top: auto;
  right: 22px;
  bottom: 13px;
  left: 22px;
  margin: 0;
  text-align: center;
}
.estate-garden > small {
  top: auto;
  right: auto;
  bottom: 14px;
  left: 50%;
  width: max-content;
  max-width: 76%;
  transform: translateX(-50%);
}
.espalier-study {
  background:
    radial-gradient(ellipse at center, rgba(213, 195, 168, .92) 0 43%, rgba(234, 224, 200, .58) 58%, transparent 72%);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
.espalier-wall {
  inset: 20px;
  border: 0;
  background:
    linear-gradient(90deg, transparent 49.6%, rgba(108, 83, 56, .2) 50%, transparent 50.4%),
    linear-gradient(transparent 49.6%, rgba(108, 83, 56, .2) 50%, transparent 50.4%);
  background-size: 72px 72px;
  clip-path: ellipse(47% 46% at 50% 50%);
}
.espalier-study > p {
  top: auto;
  margin: 0;
}

/* V6 — Garden prospect: quieter, architectural, and viewed at eye level. */
.garden-prospect {
  min-height: 650px;
  padding: 0;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #a8b39a;
  border: 1px solid #737c68;
  border-radius: 48% 48% 5px 5px / 12% 12% 5px 5px;
  box-shadow:
    inset 0 0 0 1px rgba(245, 238, 213, .52),
    inset 0 -45px 70px rgba(35, 50, 35, .18),
    7px 11px 24px rgba(54, 45, 37, .16);
}
.garden-prospect::before {
  content: "";
  position: absolute;
  z-index: 6;
  inset: 11px;
  border: 1px solid rgba(231, 217, 180, .55);
  border-radius: inherit;
  pointer-events: none;
}
.garden-prospect::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  opacity: .16;
  background:
    repeating-linear-gradient(102deg, transparent 0 7px, rgba(255,255,255,.24) 8px, transparent 9px 16px);
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.prospect-landscape {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(to bottom,
      #c8cec0 0,
      #b7c0ae 25%,
      #8e9d80 25.3%,
      #76876a 48%,
      #687b5c 48.3%,
      #879374 100%);
}
.prospect-landscape::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  background:
    linear-gradient(112deg, rgba(255,255,255,.22), transparent 26%),
    linear-gradient(246deg, rgba(43,54,41,.19), transparent 32%),
    repeating-linear-gradient(0deg, rgba(51, 70, 48, .08) 0 1px, transparent 1px 5px);
}
.garden-horizon {
  position: absolute;
  z-index: 1;
  top: 20%;
  right: -4%;
  left: -4%;
  height: 80px;
  background:
    linear-gradient(to bottom, #354d39, #52654b 72%, #2f4935);
  border-top: 1px solid rgba(227, 224, 195, .32);
  border-bottom: 5px solid rgba(43, 61, 43, .42);
  box-shadow: 0 12px 23px rgba(35, 48, 35, .18);
}
.yew-wall {
  position: absolute;
  z-index: 2;
  display: block;
  background:
    radial-gradient(ellipse at 23% 18%, rgba(128, 145, 104, .34), transparent 23%),
    radial-gradient(ellipse at 76% 58%, rgba(23, 50, 30, .32), transparent 27%),
    radial-gradient(ellipse at 42% 88%, rgba(112, 132, 91, .25), transparent 21%),
    linear-gradient(100deg, #304b35, #53684a 48%, #2d4934);
  border-top: 1px solid rgba(207, 211, 174, .3);
  box-shadow: inset 0 -18px 25px rgba(20, 42, 27, .24), 4px 12px 19px rgba(32, 46, 31, .2);
}
.yew-left {
  top: 28%;
  bottom: -3%;
  left: -7%;
  width: 42%;
  clip-path: polygon(0 0, 73% 9%, 100% 100%, 0 100%);
}
.yew-right {
  top: 28%;
  right: -7%;
  bottom: -3%;
  width: 42%;
  clip-path: polygon(27% 9%, 100% 0, 100% 100%, 0 100%);
}
.yew-far-left {
  z-index: 3;
  top: 32%;
  bottom: 19%;
  left: 24%;
  width: 15%;
  clip-path: polygon(0 0, 58% 5%, 100% 100%, 0 100%);
  filter: brightness(.88);
}
.yew-far-right {
  z-index: 3;
  top: 32%;
  right: 24%;
  bottom: 19%;
  width: 15%;
  clip-path: polygon(42% 5%, 100% 0, 100% 100%, 0 100%);
  filter: brightness(.88);
}
.gravel-walk {
  position: absolute;
  z-index: 1;
  top: 36%;
  right: 17%;
  bottom: -8%;
  left: 17%;
  background:
    repeating-radial-gradient(ellipse, rgba(114, 95, 70, .17) 0 1px, transparent 1px 6px),
    linear-gradient(90deg, #a99b7f, #d5cab1 34% 66%, #a89a7e);
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  box-shadow: inset 0 13px 22px rgba(89, 77, 58, .12);
}
.distant-gate {
  position: absolute;
  z-index: 4;
  top: 23%;
  left: calc(50% - 58px);
  width: 116px;
  height: 126px;
  border: 8px solid #2f4935;
  border-bottom: 0;
  border-radius: 54px 54px 0 0;
  box-shadow:
    inset 0 0 0 2px rgba(201, 182, 127, .55),
    0 7px 14px rgba(29, 43, 29, .24);
}
.distant-gate::before,
.distant-gate::after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 0;
  width: 2px;
  background: #927d55;
}
.distant-gate::before { left: 31%; }
.distant-gate::after { right: 31%; }
.distant-gate i {
  position: absolute;
  top: -15px;
  left: calc(50% - 8px);
  width: 16px;
  height: 28px;
  background: #806b46;
  clip-path: polygon(50% 0, 100% 35%, 82% 100%, 18% 100%, 0 35%);
}
.stone-fountain {
  position: absolute;
  z-index: 4;
  top: 47%;
  left: calc(50% - 82px);
  width: 164px;
  height: 112px;
}
.stone-fountain::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 164px;
  height: 50px;
  border: 7px solid #b7ad95;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 40%, #758f88 0 44%, #d2c8ae 46% 57%, #928a77 59% 63%, transparent 64%);
  box-shadow: 0 8px 8px rgba(45, 54, 42, .22);
}
.stone-fountain::after {
  content: "";
  position: absolute;
  top: 51px;
  left: 58px;
  width: 48px;
  height: 57px;
  background: linear-gradient(90deg, #8f8877, #c7bda5 50%, #8b8474);
  clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
  box-shadow: 0 8px 8px rgba(40, 49, 38, .2);
}
.stone-fountain i {
  position: absolute;
  z-index: 2;
  top: -12px;
  left: 80px;
  width: 3px;
  height: 39px;
  background: linear-gradient(#e6ece5, #8da9a1);
  border-radius: 50%;
}
.stone-fountain b {
  position: absolute;
  z-index: 3;
  top: 11px;
  left: 75px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #857a63;
}
.rose-standard {
  position: absolute;
  z-index: 4;
  bottom: 21%;
  width: 9px;
  height: 138px;
  background: linear-gradient(90deg, #3a5036, #6f7951, #354b34);
}
.rose-standard::before {
  content: "";
  position: absolute;
  top: -43px;
  left: -32px;
  width: 74px;
  height: 62px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 34%, #b98286 0 5px, transparent 6px),
    radial-gradient(circle at 68% 42%, #b17a80 0 5px, transparent 6px),
    radial-gradient(circle at 45% 72%, #c49091 0 5px, transparent 6px),
    #425c3e;
  box-shadow: inset 0 -8px 14px rgba(28, 49, 31, .28), 0 5px 8px rgba(33, 48, 32, .2);
}
.rose-left { left: 16%; }
.rose-right { right: 16%; }
.prospect-reading {
  position: absolute;
  z-index: 7;
  right: 25px;
  bottom: 30px;
  left: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(200, 180, 128, .56);
  box-shadow: 0 8px 18px rgba(31, 40, 31, .2);
}
.prospect-note {
  min-width: 0;
  min-height: 118px;
  padding: 20px 18px 17px;
  color: #f4efdf;
  background: rgba(38, 54, 41, .88);
  backdrop-filter: blur(4px);
}
.prospect-note:nth-child(2) { background: rgba(48, 64, 49, .9); }
.prospect-note p {
  margin: 0 0 7px;
  color: #d2b979;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.prospect-note h2 {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: .98;
}
.prospect-note span {
  display: block;
  margin-top: 8px;
  color: #d9d4c4;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .03em;
}
.prospect-signature {
  position: absolute;
  z-index: 8;
  top: 23px;
  left: 50%;
  min-width: 238px;
  padding: 12px 20px 11px 54px;
  color: #f8f1df;
  background: rgba(87, 51, 62, .91);
  border-top: 1px solid #cbb175;
  border-bottom: 1px solid #cbb175;
  transform: translateX(-50%);
  box-shadow: 0 6px 15px rgba(43, 38, 34, .2);
}
.prospect-signature img {
  position: absolute;
  top: 11px;
  left: 15px;
  width: 29px;
  height: 29px;
}
.prospect-signature strong,
.prospect-signature small { display: block; }
.prospect-signature strong { font: 600 20px/1 "Cormorant Garamond", serif; }
.prospect-signature small { margin-top: 3px; color: #dfd3c2; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }

/* Service diagrams use the same restrained landscape materials. */
.analytics-study.garden-route {
  min-height: 420px;
  border: 0;
  border-radius: 3px;
  background:
    linear-gradient(to bottom, #c8cec0 0 24%, #76876b 24.5% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(95, 104, 83, .65),
    inset 0 0 38px rgba(45, 61, 43, .15),
    5px 8px 15px rgba(62, 51, 41, .11);
}
.analytics-study.garden-route::before {
  inset: 12px;
  border-color: rgba(227, 216, 181, .5);
  border-radius: 2px;
}
.route-ground { min-height: 296px; }
.route-path {
  top: 23px;
  right: 21%;
  bottom: -18px;
  left: 21%;
  width: auto;
  border: 0;
  border-radius: 0;
  background:
    repeating-radial-gradient(circle, rgba(116, 95, 66, .16) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, #aa9978, #d6c6a6 38% 62%, #a89878);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  transform: none;
}
.route-hedge {
  top: 20px;
  bottom: 0;
  width: 40%;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 27% 23%, rgba(135, 151, 109, .32), transparent 23%),
    radial-gradient(ellipse at 72% 62%, rgba(25, 52, 31, .32), transparent 28%),
    linear-gradient(100deg, #314e37, #566d4c 48%, #2e4b35);
  box-shadow: inset 0 -14px 25px rgba(28, 48, 31, .24), 3px 7px 12px rgba(37, 51, 36, .18);
}
.route-hedge.hedge-left {
  left: -3%;
  clip-path: polygon(0 0, 69% 7%, 100% 100%, 0 100%);
  transform: none;
}
.route-hedge.hedge-right {
  right: -3%;
  clip-path: polygon(31% 7%, 100% 0, 100% 100%, 0 100%);
  transform: none;
}
.route-clearing {
  width: 126px;
  min-height: 67px;
  padding: 14px 12px 11px;
  border: 1px solid #a79a7e;
  border-radius: 2px;
  background: rgba(237, 230, 211, .94);
  box-shadow: 0 5px 10px rgba(42, 50, 39, .18);
}
.route-clearing::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 15px;
  left: 15px;
  height: 4px;
  background: #9e8759;
}
.route-clearing strong { font-size: 19px; }
.clearing-inquiry { top: 44px; left: 3%; transform: scale(.82); }
.clearing-build { top: 111px; right: 1%; transform: scale(.91); }
.clearing-revenue { bottom: 7px; left: 5%; background: rgba(226, 211, 208, .95); transform: scale(1); }
.garden-route > p {
  bottom: 11px;
  color: #eee7d7;
  text-shadow: 0 1px 2px #344836;
}

.fountain-study {
  border: 0;
  border-radius: 3px;
  background:
    linear-gradient(to bottom, #c5ccc0 0 25%, #78866d 25.5% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(95, 104, 83, .65),
    inset 0 0 38px rgba(45, 61, 43, .15),
    5px 8px 15px rgba(62, 51, 41, .11);
}
.fountain-study .operating-vine {
  inset: 42px 30px 56px;
  border-width: 3px 2px;
  border-color: #4f684d;
  border-radius: 44% 49% 46% 51%;
  opacity: .76;
}
.fountain-study .source-sheet {
  padding: 11px 15px;
  color: #f1ead9;
  background: rgba(50, 69, 49, .93);
  border: 1px solid #9d8c63;
  border-radius: 1px;
  box-shadow: 0 4px 8px rgba(37, 49, 35, .17);
}
.operating-fountain {
  top: 115px;
  width: 235px;
  min-height: 223px;
  padding: 54px 30px 37px;
  border: 1px solid #8e846f;
  border-radius: 48% 48% 8px 8px / 20% 20% 8px 8px;
  background:
    linear-gradient(90deg, #8e8879, #c5bca7 16%, #ded5bd 50%, #b3aa96 84%, #817b6e);
  box-shadow:
    inset 0 0 0 7px rgba(238, 230, 207, .46),
    0 9px 14px rgba(42, 50, 39, .22);
}
.operating-fountain::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 17px;
  width: 199px;
  height: 54px;
  border: 6px solid #a59b86;
  border-radius: 50%;
  background: radial-gradient(ellipse, #6f918a 0 46%, #c9c0aa 48% 61%, transparent 63%);
}
.operating-fountain b {
  color: #3d493e;
  text-shadow: none;
}
.operating-fountain small {
  color: #5d6257;
  text-shadow: none;
}

.garden-gateway {
  border: 0;
  border-radius: 48% 48% 3px 3px / 13% 13% 3px 3px;
  background:
    linear-gradient(to bottom, #c9cec2 0 29%, #8c987d 29.5% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(92, 105, 82, .7),
    inset 0 0 35px rgba(47, 64, 45, .12),
    5px 8px 15px rgba(62, 51, 41, .11);
}
.flowering-trellis {
  border-color: #3f5940;
  box-shadow:
    inset 0 0 0 2px rgba(191, 168, 110, .58),
    3px 8px 11px rgba(38, 52, 36, .2);
}
.flowering-trellis i {
  width: 18px;
  height: 18px;
  border-width: 1px;
  background: #ad7b80;
  box-shadow: inset 4px 3px 0 rgba(226, 188, 184, .34);
}
.gateway-steps small {
  border-radius: 1px;
  background: rgba(75, 48, 57, .94);
}

.estate-garden {
  min-height: 450px;
  border: 0;
  border-radius: 3px;
  background:
    linear-gradient(to bottom, #c6ccc0 0 25%, #697d5f 25.5% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(89, 103, 80, .7),
    inset 0 0 39px rgba(42, 59, 40, .16),
    5px 8px 15px rgba(62, 51, 41, .11);
}
.estate-garden::before {
  inset: auto -3% 44% -3%;
  height: 94px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 22% 23%, rgba(135, 151, 109, .3), transparent 21%),
    radial-gradient(ellipse at 71% 63%, rgba(25, 52, 31, .31), transparent 28%),
    linear-gradient(100deg, #314e37, #566d4c 48%, #2e4b35);
  box-shadow: inset 0 -16px 23px rgba(25, 46, 29, .25), 0 8px 13px rgba(38, 50, 36, .18);
}
.estate-garden .axis-horizontal {
  top: auto;
  right: 5%;
  bottom: 16%;
  left: 5%;
  height: 36px;
  background: linear-gradient(90deg, rgba(181, 157, 114, .15), #d4c3a0 34% 66%, rgba(181, 157, 114, .15));
}
.estate-garden .axis-vertical {
  top: 28%;
  right: 14%;
  bottom: -8%;
  left: 14%;
  width: auto;
  background:
    repeating-radial-gradient(circle, rgba(112, 91, 64, .13) 0 1px, transparent 1px 5px),
    linear-gradient(90deg, #a59576, #d8c7a3 40% 60%, #a79778);
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
}
.estate-grove {
  width: 108px;
  height: 68px;
  border: 1px solid #9c8d65;
  border-radius: 1px;
  background:
    radial-gradient(ellipse at 28% 27%, rgba(145, 160, 117, .32), transparent 22%),
    radial-gradient(ellipse at 73% 68%, rgba(24, 51, 30, .34), transparent 28%),
    linear-gradient(100deg, #345139, #596e4e 48%, #304d36);
  box-shadow: 0 5px 9px rgba(37, 48, 35, .2);
}
.estate-grove span {
  border-radius: 1px;
  background: rgba(55, 47, 40, .78);
}
.grove-a { top: 74px; left: 25px; transform: scale(.82); }
.grove-b { top: 74px; right: 25px; transform: scale(.82); }
.grove-c { bottom: 70px; left: 29px; }
.grove-d { right: 29px; bottom: 70px; }
.estate-fountain {
  top: calc(50% - 45px);
  left: calc(50% - 64px);
  width: 128px;
  height: 90px;
  border: 1px solid #887f6b;
  border-radius: 50% 50% 8px 8px / 22% 22% 8px 8px;
  background: linear-gradient(90deg, #8c8575, #cfc4ac 50%, #888171);
  box-shadow: 0 8px 12px rgba(40, 49, 37, .22);
}
.estate-fountain::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 8px;
  width: 110px;
  height: 38px;
  border: 5px solid #a39984;
  border-radius: 50%;
  background: radial-gradient(ellipse, #6f9189 0 45%, #c7bca6 47% 60%, transparent 62%);
}
.estate-fountain i { display: none; }
.estate-fountain strong {
  color: #435047;
  text-shadow: none;
}
.estate-garden > small {
  color: #eae2d0;
  background: rgba(43, 58, 43, .86);
  border-radius: 1px;
}

.workflow-bloom {
  color: #f3ead9;
  background: #6e4650;
  border-width: 2px;
  border-style: solid;
  border-color: #ad9866;
  border-radius: 48% 52% 44% 56% / 52% 45% 55% 48%;
  box-shadow: 0 5px 9px rgba(62, 43, 43, .17);
}
.workflow-bloom::before,
.workflow-bloom::after {
  width: 29px;
  height: 40px;
  background: #9f7178;
  opacity: .88;
}

@media (max-width: 900px) {
  .garden-prospect { min-height: 620px; }
  .prospect-note { padding: 17px 14px 14px; }
  .prospect-note h2 { font-size: 19px; }
  .rose-standard { display: none; }
}

@media (max-width: 620px) {
  .garden-prospect {
    min-height: 690px;
    border-radius: 38% 38% 4px 4px / 8% 8% 4px 4px;
  }
  .prospect-signature {
    top: 19px;
    min-width: 218px;
  }
  .garden-horizon { top: 19%; }
  .yew-left,
  .yew-right { width: 45%; }
  .yew-far-left { left: 21%; }
  .yew-far-right { right: 21%; }
  .gravel-walk { right: 9%; left: 9%; }
  .distant-gate { top: 23%; transform: scale(.86); }
  .stone-fountain { top: 46%; transform: scale(.82); }
  .prospect-reading {
    right: 17px;
    bottom: 18px;
    left: 17px;
    grid-template-columns: 1fr;
  }
  .prospect-note {
    min-height: 77px;
    padding: 12px 15px 10px;
  }
  .prospect-note h2 { font-size: 18px; }
  .prospect-note span { margin-top: 4px; }

  .analytics-study.garden-route,
  .fountain-study,
  .garden-gateway,
  .estate-garden { border-radius: 2px; }
  .route-clearing { width: 106px; }
  .estate-grove { width: 88px; }
}

body[data-theme="dark"] .garden-prospect,
body[data-theme="dark"] .analytics-study.garden-route,
body[data-theme="dark"] .fountain-study,
body[data-theme="dark"] .garden-gateway,
body[data-theme="dark"] .estate-garden {
  filter: brightness(.82) saturate(.76);
}

.garden-gateway > p,
.estate-garden > small,
.espalier-study > p {
  position: absolute;
}
.garden-gateway > p {
  right: 20px;
  bottom: 12px;
  left: 20px;
  width: auto;
}
.studio-services::before {
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
}
body[data-theme="dark"] .button {
  color: #fff8e8;
  background: #754858;
  border-color: #b88b73;
}
body[data-theme="dark"] .button:hover,
body[data-theme="dark"] .button:focus-visible {
  color: #fffdf5;
  background: #885466;
}

/* V7 — One focused opening instrument: a clean, three-quarter sundial. */
.sundial-study {
  min-height: 650px;
  padding: 0;
  display: block;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(255,255,255,.38), transparent 34%),
    linear-gradient(145deg, #c7bda9, #e4dac4 48%, #b2a58f);
  border: 1px solid #8f826c;
  border-radius: 3px;
  box-shadow:
    inset 0 0 0 10px rgba(245, 236, 213, .25),
    inset 0 0 48px rgba(89, 72, 52, .15),
    7px 11px 22px rgba(55, 44, 35, .16);
}
.sundial-study::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .28;
  background:
    repeating-linear-gradient(0deg, rgba(89, 73, 52, .08) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 9px);
  mix-blend-mode: multiply;
}
.sundial-study::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -17%;
  right: -14%;
  width: 76%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 242, 188, .43), rgba(255, 235, 171, .12) 44%, transparent 70%);
}
.sundial-light {
  position: absolute;
  z-index: 1;
  top: 36px;
  right: 42px;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(151, 113, 55, .48);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 7px rgba(246, 228, 172, .2),
    0 0 42px rgba(247, 217, 142, .32);
}
.sundial-light::before,
.sundial-light::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 1px;
  background: rgba(142, 106, 55, .28);
  transform: translate(-50%, -50%);
}
.sundial-light::after { transform: translate(-50%, -50%) rotate(90deg); }
.sundial-plinth {
  position: absolute;
  z-index: 2;
  top: 76px;
  left: 50%;
  width: 520px;
  height: 390px;
  transform: translateX(-50%);
}
.sundial-plinth::before {
  content: "";
  position: absolute;
  right: 29px;
  bottom: 8px;
  left: 29px;
  height: 93px;
  background: linear-gradient(90deg, #817764, #c4b8a0 22%, #d8ccb3 50%, #b1a58f 78%, #776e5e);
  clip-path: polygon(8% 0, 92% 0, 100% 100%, 0 100%);
  box-shadow: 0 13px 17px rgba(65, 51, 39, .2);
}
.sundial-face {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 30px;
  width: 460px;
  height: 315px;
  overflow: hidden;
  border: 12px solid #a79b84;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 48% 62%, rgba(255,255,255,.26), transparent 42%),
    linear-gradient(115deg, #b8ad96, #e2d7be 46%, #9b917e);
  box-shadow:
    inset 0 0 0 2px #7e735f,
    inset 0 0 0 10px rgba(237, 225, 198, .45),
    inset 0 0 35px rgba(88, 70, 51, .15),
    0 18px 25px rgba(62, 49, 37, .2);
  transform: rotate(-3deg);
}
.sundial-face::before {
  content: "";
  position: absolute;
  inset: 31px 43px;
  border: 1px solid rgba(108, 88, 59, .53);
  border-radius: 50%;
}
.sundial-face::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 9px;
  height: 9px;
  border: 2px solid #806c47;
  border-radius: 50%;
  background: #c8ad73;
  transform: translateX(-50%);
}
.hour-mark {
  position: absolute;
  z-index: 1;
  bottom: 49px;
  left: calc(50% - 1px);
  width: 1px;
  height: 211px;
  background: linear-gradient(to top, rgba(108, 86, 55, .68) 0 31px, transparent 31px);
  transform-origin: 50% 100%;
}
.mark-1 { transform: rotate(-64deg); }
.mark-2 { transform: rotate(-52deg); }
.mark-3 { transform: rotate(-39deg); }
.mark-4 { transform: rotate(-26deg); }
.mark-5 { transform: rotate(-13deg); }
.mark-6 { transform: rotate(0); }
.mark-7 { transform: rotate(13deg); }
.mark-8 { transform: rotate(26deg); }
.mark-9 { transform: rotate(39deg); }
.mark-10 { transform: rotate(52deg); }
.mark-11 { transform: rotate(64deg); }
.sundial-shadow {
  position: absolute;
  z-index: 2;
  bottom: 51px;
  left: 49%;
  width: 190px;
  height: 23px;
  opacity: .42;
  background: linear-gradient(90deg, rgba(56, 46, 38, .72), transparent);
  clip-path: polygon(0 45%, 100% 0, 100% 100%);
  transform: rotate(-18deg);
  transform-origin: 0 50%;
  filter: blur(2px);
}
.gnomon {
  position: absolute;
  z-index: 4;
  bottom: 49px;
  left: calc(50% - 54px);
  width: 108px;
  height: 147px;
  background: linear-gradient(112deg, #756b5b, #d0c4ab 45%, #8b806e);
  clip-path: polygon(6% 100%, 56% 0, 94% 100%);
  filter: drop-shadow(7px 9px 5px rgba(61, 49, 39, .23));
}
.gnomon::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 25px;
  bottom: 14px;
  width: 1px;
  background: rgba(241, 228, 198, .5);
  transform: rotate(16deg);
}
.sundial-face small {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 21px;
  left: 0;
  color: #675641;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}
.sundial-reading {
  position: absolute;
  z-index: 6;
  right: 25px;
  bottom: 26px;
  left: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(185, 157, 101, .65);
  box-shadow: 0 8px 17px rgba(55, 44, 35, .18);
}
.sundial-reading article {
  min-height: 113px;
  padding: 19px 17px 15px;
  color: #f7f0df;
  background: rgba(64, 72, 57, .94);
}
.sundial-reading article:nth-child(2) { background: rgba(78, 82, 65, .95); }
.sundial-reading article:nth-child(3) { background: rgba(91, 54, 65, .95); }
.sundial-reading p {
  margin: 0 0 7px;
  color: #ddc587;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.sundial-reading h2 {
  margin: 0;
  color: #fffaf0;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: .98;
}
.sundial-reading span {
  display: block;
  margin-top: 7px;
  color: #ded7c6;
  font-size: 9px;
  font-weight: 600;
}
.sundial-signature {
  position: absolute;
  z-index: 7;
  top: 21px;
  left: 24px;
  min-width: 268px;
  padding: 12px 17px 11px 53px;
  color: #fff6e4;
  background: rgba(91, 52, 63, .95);
  border-left: 3px solid #c4a567;
  box-shadow: 0 6px 13px rgba(54, 43, 34, .18);
}
.sundial-signature img {
  position: absolute;
  top: 11px;
  left: 14px;
  width: 28px;
  height: 28px;
}
.sundial-signature strong,
.sundial-signature small { display: block; }
.sundial-signature strong { font: 600 20px/1 "Cormorant Garamond", serif; }
.sundial-signature small { margin-top: 4px; color: #ded0bc; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }

/* A real dark theme: every major surface participates. */
body[data-theme="dark"].home-page {
  color: #f3e5d3;
  background-color: #252621;
}
body[data-theme="dark"].home-page .studio-services::before {
  background-color: #292a25;
  background-image:
    radial-gradient(ellipse at 50% 26%, rgba(205, 159, 145, .035) 0 2px, transparent 3px),
    radial-gradient(ellipse at 50% 50%, transparent 0 17px, rgba(182, 194, 164, .035) 18px 19px, transparent 20px);
  border-color: #4c4b42;
}
body[data-theme="dark"].home-page .services-intro,
body[data-theme="dark"].home-page .spread-copy,
body[data-theme="dark"].home-page .rose-index,
body[data-theme="dark"].home-page .starting-heading,
body[data-theme="dark"].home-page .faq,
body[data-theme="dark"].home-page .garden-method {
  color: #f3e5d3;
}
body[data-theme="dark"].home-page .services-intro > p:last-child,
body[data-theme="dark"].home-page .spread-copy > p:not(.service-number),
body[data-theme="dark"].home-page .starting-heading > p,
body[data-theme="dark"].home-page .starting-stack p,
body[data-theme="dark"].home-page .faq details p,
body[data-theme="dark"].home-page .garden-plan p {
  color: #cbbfb0;
}
body[data-theme="dark"].home-page .service-number,
body[data-theme="dark"].home-page .eyebrow,
body[data-theme="dark"].home-page .rose-index-sticky > p,
body[data-theme="dark"].home-page .starting-question {
  color: #d4917d;
}
body[data-theme="dark"].home-page .spread-copy li,
body[data-theme="dark"].home-page .rose-index li,
body[data-theme="dark"].home-page .faq summary {
  color: #eee1cf;
  border-color: #5e584f;
}
body[data-theme="dark"].home-page .garden-method {
  background-color: #30352d;
  background-image:
    radial-gradient(ellipse at 50% 26%, rgba(203, 154, 161, .045) 0 2px, transparent 3px),
    radial-gradient(ellipse at 50% 50%, transparent 0 17px, rgba(173, 195, 164, .045) 18px 19px, transparent 20px);
  border-color: #4b5547;
}
body[data-theme="dark"].home-page .garden-plan article {
  color: #f3e5d3;
  background: #393b34;
  border-color: #7e7465;
  box-shadow:
    inset 0 0 0 6px #393b34,
    inset 0 0 0 7px rgba(191, 160, 100, .5),
    4px 7px 12px rgba(14, 17, 14, .2);
}
body[data-theme="dark"].home-page .garden-plan h3 { color: #f5e7d3; }
body[data-theme="dark"].home-page .starting-points {
  color: #f3e5d3;
  background-color: #292a25;
  border-color: #4f4d44;
}
body[data-theme="dark"].home-page .starting-stack article,
body[data-theme="dark"].home-page .business-outcomes li,
body[data-theme="dark"].home-page .scope-promise {
  color: #f0e2cf;
  background: #35352f;
  border-color: #625d52;
}
body[data-theme="dark"].home-page .starting-stack article:nth-child(2),
body[data-theme="dark"].home-page .business-outcomes li:nth-child(2) {
  background: #313b36;
}
body[data-theme="dark"].home-page .starting-stack article:nth-child(3),
body[data-theme="dark"].home-page .business-outcomes li:nth-child(3) {
  background: #413338;
}
body[data-theme="dark"].home-page .starting-stack h3,
body[data-theme="dark"].home-page .business-outcomes strong,
body[data-theme="dark"].home-page .scope-promise strong {
  color: #f4e7d5;
}
body[data-theme="dark"].home-page .business-outcomes small,
body[data-theme="dark"].home-page .starting-stack span {
  color: #d89a86;
}
body[data-theme="dark"].home-page .faq {
  background: #252621;
}
body[data-theme="dark"].home-page .faq-list {
  border-color: #5c574e;
}
body[data-theme="dark"].home-page .contact-band,
body[data-theme="dark"].home-page .home-page .contact-band {
  color: #fff5e5;
}
body[data-theme="dark"].home-page .contact-band p { color: #eadccb; }
body[data-theme="dark"].home-page .contact-band h2 { color: #fff8e8; }
body[data-theme="dark"].home-page .service-spread [class$="-study"] {
  color: #30241f;
}
body[data-theme="dark"] .sundial-study {
  color: #30241f;
  background:
    linear-gradient(118deg, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, #44423b, #625d52 48%, #34332e);
  border-color: #746d60;
  box-shadow:
    inset 0 0 0 10px rgba(227, 209, 176, .05),
    inset 0 0 48px rgba(7, 9, 7, .2),
    7px 11px 22px rgba(8, 10, 8, .24);
}
body[data-theme="dark"] .sundial-study::after {
  opacity: .48;
}

@media (min-width: 1400px) {
  .studio-services {
    width: min(1380px, calc(100% - 96px));
  }
  .services-intro {
    max-width: 990px;
  }
  .services-stage {
    grid-template-columns: 290px minmax(0, 1fr);
    gap: clamp(72px, 6vw, 118px);
  }
}

@media (max-width: 900px) {
  .sundial-study { min-height: 620px; }
  .sundial-plinth { transform: translateX(-50%) scale(.9); transform-origin: top center; }
}

@media (max-width: 620px) {
  .sundial-study { min-height: 690px; }
  .sundial-signature {
    top: 16px;
    left: 16px;
    min-width: 0;
    width: calc(100% - 32px);
  }
  .sundial-light { top: 85px; right: 20px; transform: scale(.72); }
  .sundial-plinth {
    top: 86px;
    left: 50%;
    transform: translateX(-50%) scale(.68);
  }
  .sundial-reading {
    right: 16px;
    bottom: 16px;
    left: 16px;
    grid-template-columns: 1fr;
  }
  .sundial-reading article {
    min-height: 75px;
    padding: 11px 14px 9px;
  }
  .sundial-reading h2 { font-size: 18px; }
  .sundial-reading span { margin-top: 3px; }
}
.estate-garden > small {
  right: auto;
  bottom: 12px;
  left: 50%;
  width: max-content;
  max-width: 78%;
}
.espalier-study > p {
  top: auto;
  right: 22px;
  bottom: 12px;
  left: 22px;
  width: auto;
}

/* Homepage synthesis: the business is named before the atmosphere arrives. */
.business-home-hero {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 61%) minmax(360px, 39%);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(rgba(83, 59, 44, .055) .65px, transparent .75px),
    #f6eddf;
  background-size: 13px 13px, auto;
  border-bottom: 1px solid rgba(80, 61, 48, .28);
}
.business-home-hero .studio-hero-copy {
  min-height: 650px;
  padding:
    clamp(66px, 7vw, 108px)
    clamp(42px, 6vw, 98px)
    62px
    max(40px, calc((100vw - 1380px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-business-tell {
  width: fit-content;
  margin: 0;
  padding: 0 0 13px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 14px;
  align-items: baseline;
  color: #6b5b50;
  border-bottom: 1px solid rgba(133, 105, 81, .52);
}
.hero-business-tell span {
  color: #9a5c50;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-business-tell strong {
  color: #3f3731;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.business-home-hero .studio-hero-copy h1 {
  max-width: 860px;
  margin: 38px 0 0;
  font-size: clamp(62px, 6.25vw, 108px);
  line-height: .81;
}
.business-home-hero .studio-hero-copy .hero-lede {
  max-width: 655px;
  margin-top: 30px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
}
.business-home-hero .hero-actions { margin-top: 37px; }
.business-home-hero .hero-proof { margin-top: 35px; }
.home-hero-art {
  min-width: 0;
  min-height: 650px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #354035;
}
.home-hero-art::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(39, 43, 34, .25), transparent 24%),
    linear-gradient(0deg, rgba(27, 31, 24, .5), transparent 25%);
  pointer-events: none;
}
.home-hero-art img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  display: block;
  object-fit: cover;
  object-position: 52% 47%;
  filter: saturate(.78) contrast(1.045) brightness(.88);
  transform: scale(1.015);
  transition: transform 1.1s cubic-bezier(.2,.7,.2,1), filter .8s ease;
}
.home-hero-art:hover img {
  filter: saturate(.88) contrast(1.03) brightness(.94);
  transform: scale(1.035);
}
.home-hero-art figcaption {
  position: absolute;
  z-index: 2;
  right: 11px;
  bottom: 9px;
  left: 11px;
  text-align: right;
}
.home-hero-art figcaption a {
  color: rgba(248, 239, 222, .5);
  font-size: 6.5px;
  font-weight: 400;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: none;
}
.home-hero-art figcaption a:hover,
.home-hero-art figcaption a:focus-visible { color: rgba(255, 248, 235, .92); }
.home-hero-paths {
  min-height: 126px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  color: #ede2d1;
  background: #384538;
}
.home-hero-paths > a {
  min-width: 0;
  padding: 24px clamp(22px, 3.4vw, 54px);
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 14px;
  align-items: center;
  color: inherit;
  border-right: 1px solid rgba(232, 219, 198, .24);
  text-decoration: none;
  transition: background .22s ease;
}
.home-hero-paths > a:last-child { border-right: 0; }
.home-hero-paths > a:hover,
.home-hero-paths > a:focus-visible {
  color: #fff8ea;
  background: #4b5846;
}
.home-hero-paths > a > span {
  color: #d4a390;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .09em;
}
.home-hero-paths div strong {
  display: block;
  color: #f3e7d4;
  font: 600 23px/1 "Cormorant Garamond", serif;
  letter-spacing: 0;
  text-transform: none;
}
.home-hero-paths div small {
  display: block;
  margin-top: 9px;
  color: #bbb9aa;
  font-size: 8px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.home-hero-paths > a > b {
  color: #cfb993;
  font-weight: 400;
}

body[data-theme="dark"].home-page .business-home-hero {
  color: #f3e5d3;
  background:
    radial-gradient(rgba(255, 235, 205, .038) .65px, transparent .75px),
    #252621;
  border-color: #555047;
}
body[data-theme="dark"].home-page .hero-business-tell {
  color: #d7c7b4;
  border-color: #665e53;
}
body[data-theme="dark"].home-page .hero-business-tell span { color: #d8917d; }
body[data-theme="dark"].home-page .hero-business-tell strong { color: #f1e3d0; }
body[data-theme="dark"].home-page .business-home-hero .studio-hero-copy h1 { color: #f5e8d6; }
body[data-theme="dark"].home-page .business-home-hero .hero-lede { color: #cbbfb0; }
body[data-theme="dark"].home-page .business-home-hero .quiet-link {
  color: #f0dfcb;
  border-color: #766c60;
}
body[data-theme="dark"].home-page .business-home-hero .hero-proof { color: #c5b5a3; }
body[data-theme="dark"].home-page .home-hero-art::before {
  background:
    linear-gradient(90deg, rgba(16, 19, 15, .38), transparent 27%),
    linear-gradient(0deg, rgba(13, 16, 12, .62), transparent 30%);
}
body[data-theme="dark"].home-page .home-hero-art img {
  filter: saturate(.71) contrast(1.08) brightness(.7);
}
body[data-theme="dark"].home-page .home-hero-art:hover img {
  filter: saturate(.79) contrast(1.06) brightness(.78);
}
body[data-theme="dark"].home-page .home-hero-paths { background: #182019; }
body[data-theme="dark"].home-page .home-hero-paths > a {
  border-color: rgba(232, 219, 198, .17);
}
body[data-theme="dark"].home-page .home-hero-paths > a:hover,
body[data-theme="dark"].home-page .home-hero-paths > a:focus-visible {
  background: #293429;
}

@media (max-width: 900px) {
  .business-home-hero {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .business-home-hero .studio-hero-copy {
    min-height: 0;
    padding: 78px max(28px, calc((100vw - 760px) / 2)) 58px;
  }
  .business-home-hero .studio-hero-copy h1 {
    max-width: 780px;
    font-size: clamp(62px, 11vw, 88px);
  }
  .home-hero-art {
    min-height: 400px;
    height: 52vw;
    max-height: 560px;
  }
  .home-hero-art img {
    min-height: 400px;
    object-position: 50% 43%;
  }
  .home-hero-paths div strong { font-size: 20px; }
}

@media (max-width: 620px) {
  .business-home-hero .studio-hero-copy { padding: 64px 20px 48px; }
  .hero-business-tell {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .business-home-hero .studio-hero-copy h1 {
    margin-top: 30px;
    font-size: clamp(54px, 15vw, 67px);
  }
  .business-home-hero .studio-hero-copy .hero-lede {
    margin-top: 25px;
    font-size: 15px;
  }
  .home-hero-art {
    min-height: 280px;
    height: 68vw;
    max-height: 380px;
  }
  .home-hero-art img {
    min-height: 280px;
    object-position: 50% 43%;
  }
  .home-hero-art figcaption a { font-size: 6px; }
  .home-hero-paths {
    grid-template-columns: 1fr;
  }
  .home-hero-paths > a {
    min-height: 100px;
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(232, 219, 198, .24);
  }
  .home-hero-paths > a:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-art img { transform: none; transition: none; }
}

/* Final homepage refinement: stronger business tell, larger client label, quieter rose wallpaper. */
.hero-business-tell span {
  font-size: clamp(10px, .82vw, 12px);
}
.hero-business-tell strong {
  font-size: clamp(12px, .98vw, 15px);
}
.business-home-hero .studio-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(58px, 5.8vw, 96px);
  line-height: .86;
}
.home-hero-paths div strong {
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.02;
}
.home-hero-paths div small {
  max-width: 350px;
  font-size: 9px;
  line-height: 1.45;
}
.sfi-label span {
  font-size: 11px;
  letter-spacing: .14em;
}
.sfi-label strong {
  margin: 9px 0 13px;
  font-size: clamp(25px, 2.25vw, 34px);
  line-height: .95;
}
.sfi-label small {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.48;
}
.home-page .contact-band {
  z-index: 0;
  background-color: #623844;
  background-image: linear-gradient(125deg, rgba(43, 23, 30, .22), transparent 58%);
}
.home-page .contact-band::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .03;
  background-image:
    url("assets/rosette-painted-logo.png"),
    url("assets/rosette-painted-logo.png");
  background-repeat: repeat;
  background-position: 2px -19px, 78px 68px;
  background-size: 124px 124px, 182px 182px;
  filter: grayscale(.18);
  pointer-events: none;
}
body[data-theme="dark"].home-page .contact-band {
  background-color: #4b2e37;
}
body[data-theme="dark"].home-page .contact-band::before {
  opacity: .025;
}

@media (max-width: 900px) {
  .business-home-hero .studio-hero-copy h1 {
    font-size: clamp(58px, 10vw, 82px);
  }
}

@media (max-width: 620px) {
  .hero-business-tell span { font-size: 10px; }
  .hero-business-tell strong { font-size: 13px; }
  .business-home-hero .studio-hero-copy h1 {
    font-size: clamp(49px, 13.2vw, 62px);
    line-height: .88;
  }
  .home-hero-paths div strong { font-size: 22px; }
  .sfi-label strong { font-size: 29px; }
  .sfi-label small { font-size: 12px; }
  .home-page .contact-band::before {
    background-size: 104px 104px, 148px 148px;
  }
}
