/* dm-sans-latin-ext-wght-normal */
@font-face {
  font-family: 'DM Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url(/assets/dm-sans-latin-ext-wght-normal-BOFOeGcA.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* dm-sans-latin-wght-normal */
@font-face {
  font-family: 'DM Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url(/assets/dm-sans-latin-wght-normal-Xz1IZZA0.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}/* dm-mono-latin-ext-400-normal */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/dm-mono-latin-ext-400-normal-C2zvOubV.woff2) format('woff2'), url(/assets/dm-mono-latin-ext-400-normal-1aZr6b2b.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* dm-mono-latin-400-normal */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/dm-mono-latin-400-normal-4GdczIuU.woff2) format('woff2'), url(/assets/dm-mono-latin-400-normal--0xN8mdc.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}@font-face {
  font-family: "Garden Serif";
  src: url("/garden/instrument-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.garden-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: #183d2b;
}
.garden-wordmark .garden-brand-icon {
  width: var(--brand-icon-size, 30px);
  height: var(--brand-icon-size, 30px);
  flex-shrink: 0;
}
.garden-wordmark .garden-brand-name {
  font: 400 var(--brand-size, 35px)/1 "Garden Serif", Georgia, serif;
  letter-spacing: -1px;
}
.garden-wordmark small {
  font: 10px "DM Mono", monospace;
  letter-spacing: 0.03em;
  color: #61705e;
  margin-top: 5px;
}
@font-face {
  font-family: "Garden Serif";
  src: url("/garden/instrument-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Garden Serif";
  src: url("/garden/instrument-serif-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
body {
  margin: 0;
}
.garden-site {
  --g-paper: #f7f4e8;
  --g-ink: #183d2b;
  --g-muted: #61705e;
  --g-line: #dcded0;
  --g-sage: #e6eadb;
  --g-lime: #dce8b0;
  background: var(--g-paper);
  color: var(--g-ink);
  font:
    15px/1.6 "DM Sans Variable",
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: clip;
}
.garden-site * {
  box-sizing: border-box;
}
.garden-site :is(h1, h2, h3, p) {
  margin: 0;
}
.garden-site :is(h1, h2) {
  font-family: "Garden Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}
.garden-site em {
  font-weight: 400;
}
.garden-site a {
  color: inherit;
  text-decoration: none;
}
.garden-site button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition:
    background 0.18s,
    color 0.18s,
    transform 0.18s;
  border: 0;
}
.garden-site button:disabled {
  opacity: 0.45;
  cursor: default;
}
.garden-site :is(a, button, input, [tabindex]):focus-visible {
  outline: 3px solid #bb713f;
  outline-offset: 5px;
}
.garden-site :is(section, div)[id] {
  scroll-margin-top: 28px;
}
.garden-site .g-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  vertical-align: middle;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.g-container {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.garden-site .g-main {
  padding: 0;
  max-width: none;
}
.g-header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedfd155;
}
.g-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}
.g-brand small {
  font:
    10px "DM Mono",
    monospace;
  letter-spacing: 0.03em;
  color: var(--g-muted);
  margin: 5px 0 0 7px;
}
.g-header nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
}
.g-header nav > a:not(.g-button):hover,
.g-footer a:hover {
  color: #938043;
}
.garden-site .g-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 52px;
  padding: 12px 23px;
  color: #fffdf4;
  background: var(--g-ink);
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  transition:
    background 0.18s,
    transform 0.18s;
  white-space: nowrap;
}
.garden-site .g-button:hover {
  background: #2d573b;
  transform: translateY(-1px);
}
.garden-site .g-button:active {
  transform: translateY(0);
}
.garden-site .g-nav-cta {
  min-height: 42px;
  padding: 8px 16px;
  font-size: 12px;
  gap: 16px;
}
.g-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-200%);
  background: var(--g-ink);
  color: white !important;
  padding: 10px 18px;
  border-radius: 4px;
}
.g-skip-link:focus {
  transform: none;
}
.g-hero {
  position: relative;
  display: flex;
  padding-top: 59px;
  padding-bottom: 34px;
  isolation: isolate;
}
.g-hero-copy {
  position: relative;
  z-index: 1;
  width: 77%;
}
.g-eyebrow {
  font:
    10px/1.6 "DM Mono",
    monospace;
  letter-spacing: 0.11em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.g-alpha-tag {
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #aeb796;
  border-radius: 2px;
  font-size: 9px;
  line-height: 1.3;
}
.garden-site .g-hero h1 {
  font-size: clamp(78px, 8.15vw, 117px);
  margin: 24px 0 23px;
  letter-spacing: -0.033em;
}
.garden-site .g-hero-subtitle {
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: -0.55px;
}
.garden-site .g-hero-description {
  max-width: 555px;
  margin-top: 13px;
  color: #576251;
  font-size: 15px;
  line-height: 1.8;
}
.g-hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
  margin-top: 27px;
}
.g-explore-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
}
.g-explore-link > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #929f89;
  border-radius: 50%;
  transition: background 0.2s;
}
.g-explore-link:hover > span {
  background: var(--g-sage);
}
.g-explore-link .g-icon {
  width: 15px;
  height: 15px;
}
.garden-site .g-alpha-notice {
  position: relative;
  margin-top: 17px;
  max-width: 570px;
  color: #68715f;
  font-size: 10px;
  line-height: 1.7;
  padding-left: 13px;
}
.g-alpha-dot {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b98157;
}
.g-hero-specimen {
  position: absolute;
  z-index: 0;
  right: -6px;
  top: 34px;
  width: 290px;
  height: 421px;
  pointer-events: none;
}
.g-botanical {
  object-fit: contain;
  mix-blend-mode: multiply;
  max-width: 100%;
  height: auto;
}
.g-hero-specimen > .g-botanical {
  position: absolute;
  right: 0;
  top: 0;
  width: 254px;
  height: 382px;
  transform: rotate(8deg);
}
.g-specimen-caption {
  position: absolute;
  left: -54px;
  top: 185px;
  font:
    13px/1.55 "Garden Serif",
    Georgia,
    serif;
  color: #6b755e;
  transform: rotate(-6deg);
}
.g-specimen-caption i {
  display: block;
  margin-top: 12px;
}
.g-specimen-number {
  position: absolute;
  bottom: 0;
  right: 9px;
  font:
    8px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  color: #7d856d;
}
.g-explorer-section {
  padding-top: 16px;
}
.g-explorer-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
}
.g-explorer-heading .g-eyebrow {
  font-size: 9px;
  color: #68755c;
}
.garden-site .g-story-intro {
  max-width: 640px;
  margin: 0 0 24px;
  color: #68755c;
  font-size: 14px;
  line-height: 1.7;
}
.g-story-intro strong {
  color: #36562a;
}
.g-handwritten {
  font:
    italic 18px "Garden Serif",
    Georgia,
    serif;
  transform: rotate(-4deg);
  color: #6e755d;
}
.g-handwritten > span {
  font-size: 27px;
  display: inline-block;
  transform: rotate(20deg);
  margin-left: 8px;
}
.g-plot-tabs {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #cfd4c2;
  border-radius: 7px;
  padding: 5px;
  background: #f9f8ef;
}
.g-plot-tabs > button {
  padding: 9px 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 4px;
  background: transparent;
  font-size: 12px;
}
.g-plot-tabs > button:hover {
  background: #e9ecdf;
}
.g-plot-tabs > button[aria-selected="true"] {
  background: var(--g-ink);
  color: #fffdf3;
}
.g-plot-tabs .g-icon {
  width: 16px;
  height: 16px;
}
.g-tab-number {
  font:
    8px "DM Mono",
    monospace;
  opacity: 0.65;
  margin-left: 12px;
}
.g-garden-stage {
  position: relative;
  isolation: isolate;
  height: 615px;
  margin-top: -8px;
}
.g-garden-art {
  position: absolute;
  inset: -51px -32px -10px;
  z-index: -2;
  pointer-events: none;
}
.g-garden-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.g-garden-paths {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  fill: none;
  stroke: #4f773b;
  stroke-width: 2;
  pointer-events: none;
}
.g-garden-paths path {
  opacity: 0.08;
  stroke-dasharray: 5 8;
  transition: opacity 0.3s;
}
.g-garden-paths path.is-selected {
  opacity: 0.85;
  stroke-width: 3;
  animation: g-path-flow 8s linear infinite;
}
.g-preview {
  position: absolute;
  width: 510px;
  left: 50%;
  top: 80px;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow:
    0 18px 42px #293b2c19,
    0 3px 8px #26331c12;
  border: 1px solid #c5caba;
  border-radius: 7px;
  background: #fffef7;
  padding: 5px;
}
.g-preview:before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid #e2e3d6;
  pointer-events: none;
  border-radius: 3px;
}
.g-brief-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e4d8;
  padding: 12px 16px;
  font-size: 10px;
  color: #6d7863;
}
.g-brief-top > span:first-child {
  display: flex;
  gap: 7px;
  align-items: center;
}
.g-brief-top .g-icon {
  width: 14px;
  height: 14px;
}
.g-presence {
  display: flex;
  align-items: center;
  font-size: 9px;
}
.g-presence i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e6edc9;
  border: 2px solid #fffef7;
  font-size: 8px;
  font-style: normal;
  margin-left: -5px;
}
.g-presence i:nth-child(2) {
  background: #ecd4bf;
}
.g-presence i:last-child {
  background: #cddcc2;
  margin-right: 5px;
}
.g-brief-body {
  padding: 20px 25px 18px;
}
.g-document-eyebrow {
  font:
    8px "DM Mono",
    monospace;
  letter-spacing: 0.12em;
  color: #7c876b;
}
.garden-site .g-brief h3 {
  font:
    30px/1.15 "Garden Serif",
    Georgia,
    serif;
  margin-top: 8px;
  letter-spacing: -0.5px;
}
.g-field-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 7px;
}
.g-brief-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 15px;
  font-size: 9px;
  border-top: 1px solid #e3e4d8;
  color: #647555;
  background: #f6f7eb;
  border-radius: 0 0 3px 3px;
  min-height: 45px;
}
.g-live-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #72965c;
  flex-shrink: 0;
}
.g-brief-footer button {
  margin-left: auto;
  background: none;
  padding: 3px;
  display: grid;
  place-items: center;
}
.g-brief-footer .g-icon {
  width: 13px;
  height: 13px;
}
.g-plot-marker {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fcfaeff2;
  border: 1px solid #a2ae88 !important;
  box-shadow: 0 3px 10px #36532415;
  border-radius: 4px;
  padding: 10px 13px;
  transform: rotate(-4deg);
  font-size: 12px !important;
}
.g-plot-marker .g-icon {
  width: 16px;
  height: 16px;
}
.g-plot-marker .g-icon:last-child {
  width: 12px;
  margin-left: 8px;
  opacity: 0.6;
}
.g-plot-marker[aria-pressed="true"] {
  background: #e7eccf;
  border-color: #526d3e !important;
}
.g-plot-marker:hover {
  transform: rotate(0) translateY(-4px);
  background: #fffef6;
}
.g-marker-context {
  top: 44%;
  left: 5%;
}
.g-marker-apps {
  top: 42%;
  right: 5%;
  transform: rotate(5deg);
}
.g-marker-auto {
  bottom: 9%;
  left: calc(50% - 62px);
  transform: rotate(-3deg);
}
.g-garden-annotation {
  position: absolute;
  right: 25px;
  bottom: 21px;
  font:
    italic 20px "Garden Serif",
    Georgia,
    serif;
  color: #697654;
  transform: rotate(-7deg);
}
.g-explorer-footer {
  display: flex;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--g-line);
  border-bottom: 1px solid var(--g-line);
  padding: 13px 0;
  font-size: 11px;
  color: #637157;
}
.g-example-label {
  font:
    8px/1.4 "DM Mono",
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.g-example-label > span {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7c975a;
  flex-shrink: 0;
}
.g-explorer-footer > p {
  flex: 1;
  margin: 0 !important;
  text-align: center;
  font-size: 11px;
}
.g-playback {
  display: flex;
  gap: 3px;
}
.g-playback button {
  background: transparent;
  border: 1px solid #d0d7c0 !important;
  border-radius: 50%;
  padding: 6px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
}
.g-playback .g-icon {
  width: 12px;
  height: 12px;
}
.g-explorer[data-visible="false"] * {
  animation-play-state: paused !important;
}
.g-explorer[data-playing="false"] .g-garden-paths path {
  animation-play-state: paused;
}
.g-collaboration {
  padding-block: 94px 87px;
}
.g-section-heading {
  max-width: 750px;
  margin: auto;
  text-align: center;
}
.garden-site .g-section-heading h2 {
  font-size: 54px;
  line-height: 1.09;
  margin-top: 20px;
}
.garden-site .g-section-heading > p {
  max-width: 624px;
  margin: 20px auto 0;
  color: var(--g-muted);
  font-size: 14px;
  line-height: 1.85;
}
.g-use-cases {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
}
.g-use-cases article {
  padding: 6px 32px;
  border-left: 1px solid #d5d9c7;
}
.g-use-cases article:first-child {
  padding-left: 0;
  border-left: 0;
}
.g-use-cases article:last-child {
  padding-right: 0;
}
.g-use-case-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.g-use-case-number > .g-icon {
  width: 24px;
  height: 24px;
}
.g-use-case-number > span {
  font:
    10px "DM Mono",
    monospace;
  color: #9ba18c;
}
.garden-site .g-use-cases h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
  letter-spacing: -0.3px;
}
.garden-site .g-use-cases p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--g-muted);
  max-width: 310px;
}
.g-use-case-note {
  display: block;
  margin-top: 22px;
  font:
    italic 18px "Garden Serif",
    Georgia,
    serif;
  color: #818568;
}
.g-apps-section {
  background: #173e2d;
  color: var(--g-paper);
  padding-block: 75px 30px;
  position: relative;
}
.g-apps-intro {
  position: relative;
}
.g-apps-intro > .g-eyebrow {
  color: #baca9e;
}
.garden-site .g-apps-intro h2 {
  font-size: 67px;
  margin: 22px 0 18px;
  line-height: 1.07;
  max-width: 1050px;
}
.g-apps-intro h2 em {
  color: #dee7bd;
}
.garden-site .g-apps-intro > p {
  font-size: 15px;
  color: #c4ceb5;
}
.g-apps-botanical {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-19deg);
  opacity: 0.34;
  pointer-events: none;
}
.g-apps-botanical .g-icon {
  height: 105px;
  width: 105px;
  stroke-width: 0.6;
}
.g-lazy-demos {
  min-height: 592px;
}
.g-apps-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 43px;
}
.g-apps-panels article {
  min-width: 0;
}
.g-feature-caption > span {
  font:
    9px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  color: #a9bd99;
}
.garden-site .g-feature-caption > h3 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 9px 0;
}
.garden-site .g-feature-caption > p {
  font-size: 13px;
  line-height: 1.8;
  color: #c1ceb5;
  max-width: 540px;
  min-height: 70px;
}
.g-example-switcher {
  display: flex;
  gap: 4px;
  margin: 15px 0 9px;
  flex-wrap: wrap;
}
.g-example-switcher > button {
  font-size: 10px;
  padding: 5px 9px;
  background: transparent;
  border: 1px solid #647a5e !important;
  color: #dde7cf;
  border-radius: 4px;
}
.g-example-switcher > button[aria-pressed="true"] {
  color: #254a32;
  background: #dbe6bb;
  border-color: #dbe6bb !important;
}
.g-automation {
  background: #fcfbf1;
  border: 1px solid #d4dac2;
  border-radius: 6px;
  color: var(--g-ink);
  padding: 23px 22px 0;
  min-height: 346px;
  overflow: hidden;
}
.g-automation {
  background: #e6edd6;
  padding-bottom: 16px;
}
.g-demo-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.g-demo-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: #e8ecd9;
  border-radius: 5px;
  flex-shrink: 0;
}
.g-demo-icon .g-icon {
  width: 17px;
  height: 17px;
}
.garden-site .g-demo-heading h3 {
  font:
    25px/1.2 "Garden Serif",
    Georgia,
    serif;
  letter-spacing: -0.3px;
}
.g-demo-heading > div > span {
  font-size: 10px;
  color: #728064;
  display: block;
  margin-top: 4px;
}
.g-small-badge {
  margin-left: auto;
  align-self: flex-start;
  white-space: nowrap;
  border: 1px solid #d1dac0;
  font-size: 8px;
  background: #edf0e1;
  border-radius: 3px;
  padding: 2px 5px;
}
.g-filter {
  display: flex;
  gap: 17px;
  margin-top: 21px;
  border-bottom: 1px solid #e1e4d4;
}
.g-filter > button {
  font-size: 10px;
  background: none;
  padding: 0 0 9px;
  border-bottom: 2px solid transparent !important;
}
.g-filter > button[aria-pressed="true"] {
  border-bottom-color: #335934 !important;
  font-weight: 600;
}
.g-filter button > span {
  font-size: 8px;
  padding: 1px 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: #e5e9d8;
}
.g-demo-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1e4d4;
  margin: 3px -22px 0;
  padding: 12px 20px;
  color: #7c886c;
  font-size: 8px;
  min-height: 47px;
}
.g-demo-bottom > span {
  display: flex;
  align-items: center;
  gap: 0;
}
.g-avatar {
  width: 21px;
  height: 21px;
  background: #e3e8bd;
  display: inline-grid;
  place-items: center;
  border: 2px solid #fbfaf0;
  border-radius: 50%;
  margin-right: -5px;
  font-size: 8px;
  color: #4e6746;
}
.g-avatar-sage {
  background: #c8dac4;
}
.g-avatar-peach {
  background: #e6c7ac;
  margin-right: 8px;
}
.g-demo-bottom button {
  display: grid;
  place-items: center;
  background: none;
  padding: 3px;
}
.g-demo-bottom button > .g-icon {
  width: 14px;
  height: 14px;
}
.g-run-controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
.g-input-caption {
  display: block;
  font-size: 8px;
  color: #7d886d;
  margin-bottom: 5px;
}
.g-scenarios {
  display: flex;
  border: 1px solid #bccaaa;
  border-radius: 4px;
  overflow: hidden;
  background: #dce5cc;
}
.g-scenarios > button {
  background: none;
  padding: 7px 8px;
  font-size: 9px;
}
.g-scenarios > button[aria-pressed="true"] {
  background: #f9faee;
  color: #284c32;
}
.garden-site .g-button-small {
  min-height: 31px;
  padding: 7px 11px;
  gap: 6px;
  font-size: 9px;
  border-radius: 4px;
}
.g-button-small .g-icon {
  width: 12px;
  height: 12px;
}
.g-apps-footnote {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #496248;
  margin-top: 30px;
  padding-top: 20px;
  color: #bcccaa;
}
.g-apps-footnote > span:last-child {
  display: flex;
  align-items: center;
  gap: 14px;
  font:
    18px "Garden Serif",
    Georgia,
    serif;
}
.g-apps-footnote .g-icon {
  width: 20px;
  height: 15px;
}
.garden-site .g-selected-description {
  color: #baccaa;
  font-size: 10px;
  margin-top: 8px;
  min-height: 18px;
}
.g-preview .g-automation {
  border: 0;
  border-radius: 3px;
  min-height: 330px;
  padding: 17px 18px 0;
}
.g-preview .g-automation {
  padding-bottom: 13px;
  min-height: 350px;
}
.g-preview .g-demo-heading h3 {
  font-size: 26px;
}
.g-preview .g-demo-bottom {
  margin-inline: -18px;
  padding-inline: 17px;
}
.g-preview .g-filter {
  margin-top: 16px;
}
.g-agents-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 80px;
  padding-block: 87px 40px;
}
.garden-site .g-agents-copy h2 {
  font-size: 62px;
  margin: 20px 0 22px;
}
.garden-site .g-agents-copy > p {
  font-size: 14px;
  color: var(--g-muted);
  line-height: 1.85;
  max-width: 490px;
}
.garden-site .g-agents-copy > .g-mcp-explanation {
  font-size: 11px;
  margin-top: 14px;
  color: #7b846d;
}
.g-text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #aab696;
  padding: 7px 0;
  font-size: 12px;
  font-weight: 500;
  margin-top: 21px;
}
.g-text-link:hover {
  gap: 21px;
}
.g-text-link > .g-icon {
  width: 17px;
  height: 17px;
}
.g-agent-diagram {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.g-agent-nodes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}
.g-agent-nodes > span {
  flex: 1;
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5ceba;
  border-radius: 6px;
  background: #fcfaf2;
  box-shadow: 0 4px 8px #4f624a05;
  font-size: 11px;
  min-height: 49px;
  white-space: nowrap;
}
.g-agent-symbol {
  font-size: 29px;
  line-height: 1;
  color: #b47351;
}
.g-agent-nodes .g-icon {
  width: 20px;
  height: 20px;
}
.g-connection-lines {
  display: flex;
  width: 70%;
  height: 50px;
  position: relative;
  border: 1px solid #aabb98;
  border-top: none;
  border-radius: 0 0 22px 22px;
}
.g-connection-lines:after {
  content: "";
  position: absolute;
  top: 49px;
  left: 50%;
  height: 25px;
  width: 1px;
  background: #aabb98;
}
.g-connection-lines > span:nth-child(2) {
  position: absolute;
  left: 50%;
  height: 50px;
  width: 1px;
  background: #aabb98;
}
.g-mcp-label {
  font:
    7px "DM Mono",
    monospace;
  letter-spacing: 0.04em;
  background: #e7ecd9;
  border: 1px solid #cfd9bd;
  padding: 6px 9px;
  border-radius: 3px;
  margin: 23px 0 0;
  z-index: 1;
}
.g-agent-home {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90%;
  border: 1px solid #b8c5a6;
  background: #e9edda;
  border-radius: 50% 50% 8px 8px / 23% 23% 8px 8px;
  padding: 24px 18px 16px;
  margin-top: 20px;
  position: relative;
}
.g-agent-home:before {
  content: "";
  height: 20px;
  width: 1px;
  background: #aabb98;
  position: absolute;
  top: -21px;
  left: 50%;
}
.g-agent-home > .g-icon {
  height: 32px;
  width: 32px;
  stroke-width: 1.3;
}
.g-agent-home > strong {
  font:
    31px "Garden Serif",
    Georgia,
    serif;
  margin-top: 5px;
}
.g-agent-home > span {
  font-size: 10px;
  color: #758464;
  margin: 4px 0 18px;
}
.g-team-pills {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.g-team-pills > span {
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f8f8ec;
  padding: 6px 10px;
  border: 1px solid #d5ddc7;
  border-radius: 4px;
  font-size: 9px;
}
.g-team-pills .g-icon {
  width: 13px;
  height: 13px;
}
.g-coming-soon {
  grid-column: 1/-1;
  border-top: 1px solid var(--g-line);
  margin-top: 20px;
  padding-top: 25px;
  display: flex;
  gap: 27px;
  align-items: center;
  color: #6d7961;
  flex-wrap: wrap;
}
.g-coming-label {
  font:
    8px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
  color: #7f856e;
}
.g-coming-soon > span:not(.g-coming-label) {
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.g-coming-soon .g-icon {
  width: 15px;
  height: 15px;
}
.garden-site .g-coming-soon > p {
  font-size: 10px;
  margin-left: auto;
}
.g-closing {
  position: relative;
  border-top: 1px solid var(--g-line);
  border-bottom: 1px solid var(--g-line);
  background: #eeefdf;
  padding-block: 65px 56px;
  margin-top: 24px;
  text-align: center;
  overflow: hidden;
}
.g-closing > .g-container {
  position: relative;
}
.garden-site .g-closing h2 {
  font-size: 76px;
  margin: 18px 0;
}
.garden-site .g-closing .g-container > p:not(.g-alpha-notice) {
  max-width: 510px;
  color: #67745a;
  font-size: 13px;
  line-height: 1.8;
  margin: 0 auto 25px;
}
.g-closing .g-alpha-notice {
  margin-inline: auto;
  max-width: 470px;
  font-size: 9px;
  margin-top: 17px;
}
.g-closing .g-alpha-dot {
  display: none;
}
.g-closing .g-docs-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  font-size: 10px;
  color: #6c7b5e;
}
.g-docs-link > .g-icon {
  width: 13px;
  height: 13px;
}
.g-closing-flower {
  position: absolute;
  left: -35px;
  bottom: -124px;
  width: 220px;
  transform: rotate(-24deg);
  pointer-events: none;
  opacity: 0.7;
}
.g-footer {
  display: flex;
  align-items: center;
  gap: 25px;
  min-height: 109px;
  font-size: 10px;
  color: #66785c;
}
.g-footer > .g-brand {
  margin-right: 7px;
  color: var(--g-ink);
}
.g-footer .g-brand {
  --brand-size: 29px;
  --brand-icon-size: 24px;
}
.g-footer .g-brand > small {
  font-size: 8px;
}
.g-footer > a:last-child {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
}
.g-footer > a:last-child > .g-icon {
  width: 13px;
  height: 13px;
  transform: rotate(-35deg);
}
.g-footer > .g-brand + span {
  margin-right: auto;
}
.g-footer .g-coming-label {
  font-size: 7px;
  display: block;
  color: #8a927c;
}
.g-docs-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.g-docs-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  flex: 1;
  padding-block: 80px;
  gap: 70px;
}
.garden-site .g-docs-main h1 {
  font-size: 100px;
  margin: 25px 0;
}
.garden-site .g-docs-main p {
  color: var(--g-muted);
  max-width: 490px;
}
.garden-site .g-docs-main p + p {
  margin-top: 14px;
}
.g-docs-main > .g-botanical {
  max-height: 510px;
  width: 100%;
}
.g-docs-main .g-text-link {
  margin: 0;
}
.g-demo-loading {
  display: grid;
  place-items: center;
  min-height: 345px;
  text-align: center;
  color: #80916b;
  font:
    18px "Garden Serif",
    Georgia,
    serif;
  padding: 25px;
}
@keyframes g-path-flow {
  to {
    stroke-dashoffset: -104;
  }
}
@keyframes g-item-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1500px) {
  .g-garden-stage {
    height: 665px;
  }
  .g-preview {
    top: 110px;
  }
  .g-hero-specimen {
    right: 8px;
    width: 325px;
  }
  .g-hero-specimen > .g-botanical {
    width: 285px;
  }
}
@media (max-width: 1100px) {
  .g-container {
    width: calc(100% - 64px);
  }
  .g-header {
    height: 85px;
  }
  .g-hero-specimen {
    right: -10px;
    width: 220px;
    top: 80px;
  }
  .g-hero-specimen > .g-botanical {
    width: 205px;
    height: 325px;
  }
  .g-specimen-caption {
    left: -9px;
    top: 270px;
    font-size: 12px;
  }
  .g-specimen-number {
    display: none;
  }
  .garden-site .g-hero-subtitle {
    font-size: 21px;
  }
  .g-hero-description {
    max-width: 480px !important;
  }
  .g-hero-copy {
    width: 78%;
  }
  .g-garden-stage {
    height: 570px;
  }
  .g-garden-art {
    inset: -15px -32px -45px;
  }
  .g-preview {
    width: 480px;
    top: 70px;
  }
  .g-marker-context {
    left: 0;
    top: 64%;
  }
  .g-marker-apps {
    right: 0;
    top: 61%;
  }
  .g-marker-auto {
    bottom: 4%;
  }
  .g-garden-annotation {
    bottom: 1px;
    font-size: 16px;
  }
  .g-apps-panels {
    gap: 20px;
  }
  .garden-site .g-apps-intro h2 {
    font-size: 59px;
  }
  .g-feature-caption > p {
    min-height: 94px !important;
  }
  .g-automation {
    padding-inline: 16px;
  }
  .g-small-badge {
    font-size: 7px;
  }
  .g-demo-heading {
    gap: 7px;
  }
  .garden-site .g-demo-heading h3 {
    font-size: 23px;
  }
  .g-demo-heading > div > span {
    font-size: 9px;
  }
  .g-demo-bottom {
    padding-inline: 16px;
    margin-inline: -16px;
    font-size: 7px;
  }
  .g-run-controls {
    gap: 5px;
  }
  .g-scenarios > button {
    padding: 6px;
    font-size: 8px;
  }
  .garden-site .g-button-small {
    padding: 7px;
    font-size: 8px;
  }
  .g-agents-section {
    gap: 30px;
  }
  .g-agent-nodes {
    gap: 6px;
  }
  .g-agent-nodes > span {
    font-size: 9px;
    gap: 6px;
  }
  .garden-site .g-agents-copy h2 {
    font-size: 54px;
  }
  .garden-site .g-coming-soon > p {
    margin-left: 0;
  }
  .g-footer {
    gap: 18px;
  }
  .g-footer > .g-brand + span {
    max-width: 180px;
  }
  .g-closing-flower {
    left: -68px;
    opacity: 0.5;
    width: 195px;
  }
  .g-docs-main {
    gap: 25px;
  }
  .garden-site .g-docs-main h1 {
    font-size: 80px;
  }
}
@media (max-width: 760px) {
  .g-container {
    width: calc(100% - 40px);
  }
  .g-header {
    height: 76px;
  }
  .g-header nav {
    gap: 18px;
  }
  .g-header nav > a:first-child {
    display: none;
  }
  .g-brand {
    --brand-size: 30px;
    --brand-icon-size: 24px;
  }
  .g-brand small {
    font-size: 8px;
    margin-left: 1px;
  }
  .garden-site .g-nav-cta {
    min-height: 36px;
    font-size: 10px;
    padding: 8px 12px;
    gap: 9px;
  }
  .g-nav-cta .g-icon {
    display: none;
  }
  .g-hero {
    padding-top: 40px;
    padding-bottom: 28px;
  }
  .g-hero-copy {
    width: 100%;
  }
  .g-hero .g-eyebrow {
    font-size: 8px;
    gap: 8px;
  }
  .garden-site .g-hero h1 {
    font-size: clamp(64px, 11.5vw, 88px);
    margin: 23px 0 22px;
  }
  .g-hero-specimen {
    width: 150px;
    top: 63px;
    right: -13px;
    opacity: 0.2;
    z-index: -1;
  }
  .g-hero-specimen > .g-botanical {
    width: 150px;
    height: 240px;
  }
  .g-specimen-caption {
    display: none;
  }
  .garden-site .g-hero-subtitle {
    font-size: 19px;
    max-width: 400px;
  }
  .garden-site .g-hero-description {
    max-width: 490px !important;
    font-size: 13px;
    line-height: 1.8;
  }
  .garden-site .g-alpha-notice {
    max-width: 440px;
    font-size: 9px;
  }
  .g-hero-actions {
    gap: 20px;
    margin-top: 24px;
  }
  .garden-site .g-button {
    font-size: 12px;
    min-height: 47px;
    padding: 11px 17px;
    gap: 17px;
  }
  .g-explore-link {
    font-size: 11px;
    gap: 9px;
  }
  .g-explore-link > span {
    width: 34px;
    height: 34px;
  }
  .g-explorer-heading > .g-eyebrow {
    font-size: 8px;
  }
  .g-handwritten {
    font-size: 15px;
  }
  .g-handwritten > span {
    font-size: 22px;
  }
  .g-plot-tabs {
    width: 100%;
    justify-content: center;
  }
  .g-plot-tabs > button {
    flex: 1;
    padding: 9px 10px;
    gap: 8px;
    justify-content: center;
  }
  .g-tab-number {
    display: none;
  }
  .g-garden-stage {
    height: 655px;
    display: flex;
    flex-direction: column;
    padding-top: 264px;
    margin: 0;
  }
  .g-garden-art {
    inset: -23px -15px auto;
    height: 335px;
  }
  .g-garden-paths {
    height: 285px;
  }
  .g-plot-marker {
    top: 130px !important;
    bottom: auto !important;
    padding: 8px 10px;
    font-size: 10px !important;
  }
  .g-marker-context {
    left: 5%;
  }
  .g-marker-apps {
    left: 42%;
    right: auto;
  }
  .g-marker-auto {
    left: auto;
    right: 0;
  }
  .g-plot-marker .g-icon:last-child {
    display: none;
  }
  .g-plot-marker .g-icon {
    width: 13px;
    height: 13px;
  }
  .g-preview {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
  .g-garden-annotation {
    display: none;
  }
  .g-explorer-footer {
    gap: 10px;
  }
  .g-explorer-footer > p {
    font-size: 10px;
  }
  .g-example-label {
    font-size: 7px;
  }
  .g-collaboration {
    padding-block: 64px;
  }
  .garden-site .g-section-heading h2 {
    font-size: 44px;
  }
  .g-section-heading > .g-eyebrow {
    font-size: 9px;
  }
  .garden-site .g-section-heading > p {
    font-size: 13px;
  }
  .g-use-cases {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 30px;
  }
  .g-use-cases article {
    border-left: 0;
    border-bottom: 1px solid var(--g-line);
    padding: 0 0 24px !important;
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 15px;
  }
  .g-use-cases article:last-child {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  .g-use-case-number {
    grid-row: 1/4;
    align-self: start;
    display: block;
  }
  .g-use-case-number > span {
    display: none;
  }
  .garden-site .g-use-cases h3 {
    font-size: 15px;
  }
  .garden-site .g-use-cases p {
    max-width: 100%;
    font-size: 12px;
  }
  .g-use-case-note {
    margin-top: 8px;
    font-size: 16px;
  }
  .g-apps-section {
    padding-block: 51px 24px;
  }
  .garden-site .g-apps-intro h2 {
    font-size: 48px;
    margin-top: 17px;
  }
  .garden-site .g-apps-intro > p {
    font-size: 13px;
    max-width: 400px;
  }
  .g-apps-intro .g-eyebrow {
    font-size: 9px;
  }
  .g-apps-botanical {
    right: 0;
    top: 0;
    opacity: 0.2;
  }
  .g-apps-botanical .g-icon {
    width: 65px;
    height: 65px;
  }
  .g-apps-panels {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 33px;
  }
  .g-feature-caption > p {
    min-height: 0 !important;
  }
  .g-feature-caption > h3 {
    font-size: 20px !important;
  }
  .g-automation {
    min-height: 345px;
    padding: 22px 20px 0;
  }
  .g-automation {
    padding-bottom: 18px;
  }
  .garden-site .g-demo-heading h3 {
    font-size: 27px;
  }
  .g-demo-heading > div > span {
    font-size: 10px;
  }
  .g-small-badge {
    font-size: 8px;
  }
  .g-demo-bottom {
    margin-inline: -20px;
    padding-inline: 20px;
    font-size: 8px;
  }
  .g-run-controls {
    margin-top: 20px;
  }
  .g-scenarios > button {
    font-size: 9px;
    padding: 8px 10px;
  }
  .garden-site .g-button-small {
    min-height: 35px;
    padding: 8px 11px;
    font-size: 10px;
    gap: 5px;
  }
  .g-apps-footnote {
    flex-direction: column-reverse;
    gap: 17px;
  }
  .g-apps-footnote > span:last-child {
    font-size: 17px;
    gap: 9px;
  }
  .g-lazy-demos {
    min-height: 1110px;
  }
  .g-agents-section {
    grid-template-columns: 1fr;
    padding-top: 55px;
    gap: 20px;
  }
  .garden-site .g-agents-copy h2 {
    font-size: 54px;
  }
  .garden-site .g-agents-copy > p {
    font-size: 13px;
  }
  .g-agent-diagram {
    width: min(450px, 100%);
    margin: auto;
    padding-top: 15px;
  }
  .g-agent-nodes > span {
    font-size: 11px;
    gap: 7px;
  }
  .g-coming-soon {
    gap: 22px 16px;
    padding-top: 20px;
  }
  .g-coming-soon > .g-coming-label {
    font-size: 7px;
  }
  .g-coming-soon > span:not(.g-coming-label) {
    font-size: 11px;
  }
  .g-coming-soon > p {
    width: 100%;
    font-size: 10px !important;
  }
  .g-closing {
    padding-block: 51px 38px;
    margin-top: 5px;
  }
  .garden-site .g-closing h2 {
    font-size: 57px;
  }
  .g-closing .g-eyebrow {
    font-size: 8px;
  }
  .garden-site .g-closing .g-container > p:not(.g-alpha-notice) {
    font-size: 12px;
    max-width: 380px;
  }
  .g-closing-flower {
    opacity: 0.13;
    left: -68px;
    bottom: -104px;
  }
  .g-closing .g-alpha-notice {
    max-width: 375px;
  }
  .g-footer {
    flex-wrap: wrap;
    padding-block: 26px;
    gap: 19px;
  }
  .g-footer > .g-brand {
    width: calc(60% - 19px);
    margin: 0;
  }
  .g-footer > .g-brand + span {
    display: none;
  }
  .g-footer > a:last-child {
    margin: 0 auto 0 0;
    width: 100%;
    font-size: 9px;
  }
  .g-footer > a:nth-last-child(2) {
    margin-left: auto;
  }
  .g-docs-main {
    padding-block: 50px;
    grid-template-columns: 1fr;
    position: relative;
  }
  .garden-site .g-docs-main h1 {
    font-size: 82px;
  }
  .g-docs-main > .g-botanical {
    position: absolute;
    right: -35px;
    bottom: 90px;
    width: 160px;
    opacity: 0.13;
    pointer-events: none;
  }
  .g-docs-main > div {
    z-index: 1;
  }
  .g-docs-main .g-hero-actions {
    flex-wrap: wrap;
  }
  .g-docs-main .g-alpha-notice {
    margin-top: 24px !important;
  }
}
@media (max-width: 390px) {
  .g-container {
    width: calc(100% - 32px);
  }
  .g-header nav {
    gap: 14px;
  }
  .g-header nav > a:nth-child(2) {
    display: none;
  }
  .g-hero .g-eyebrow {
    font-size: 7px;
  }
  .garden-site .g-hero h1 {
    font-size: 65px;
  }
  .g-hero-actions {
    gap: 13px;
  }
  .g-explore-link {
    font-size: 10px;
  }
  .g-plot-tabs > button {
    font-size: 11px;
    padding-inline: 6px;
  }
  .g-explorer-heading .g-eyebrow {
    font-size: 7px;
  }
  .g-handwritten {
    font-size: 13px;
  }
  .g-brief-body {
    padding-inline: 15px;
  }
  .garden-site .g-brief h3 {
    font-size: 27px;
  }
  .g-preview .g-demo-heading h3 {
    font-size: 24px;
  }
  .g-preview .g-small-badge {
    display: none;
  }
  .g-demo-heading {
    gap: 6px;
  }
  .g-small-badge {
    font-size: 6px;
  }
  .g-run-controls {
    gap: 5px;
  }
  .g-scenarios > button {
    font-size: 8px;
    padding: 7px;
  }
  .garden-site .g-button-small {
    font-size: 9px;
    padding: 7px;
  }
  .g-apps-footnote > span:last-child {
    font-size: 15px;
    gap: 7px;
  }
  .g-apps-footnote .g-icon {
    width: 15px;
  }
  .g-agent-nodes > span {
    font-size: 10px;
    gap: 5px;
  }
  .g-agent-nodes .g-icon {
    width: 15px;
  }
  .g-coming-soon {
    gap: 17px 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .garden-site *,
  .garden-site *:before,
  .garden-site *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Keep decorative paper edges invisible against both section backgrounds. */
.g-botanical {
  mask-image:
    linear-gradient(to right, transparent, #000 12%, #000 88%, transparent),
    linear-gradient(to bottom, transparent, #000 8%, #000 90%, transparent);
  mask-composite: intersect;
}
.g-skip-link {
  opacity: 0;
  pointer-events: none;
}
.g-skip-link:focus {
  opacity: 1;
  pointer-events: auto;
}
.g-handwritten > .g-icon {
  height: 25px;
  width: 25px;
  margin-left: 8px;
  transform: rotate(12deg);
  stroke-width: 1;
}
@media (max-width: 760px) {
  .garden-site .g-hero h1 {
    font-size: clamp(48px, 14.2vw, 82px);
  }
  .g-hero h1 em {
    white-space: nowrap;
  }
}
.garden-site .g-alpha-notice {
  font-size: 11px;
  line-height: 1.7;
}
.garden-site .g-hero h1 {
  font-size: clamp(78px, 7.5vw, 108px);
}
.g-hero {
  padding-top: 45px;
}
.g-hero-specimen > .g-botanical {
  animation: g-botanical-sway 9s ease-in-out infinite;
  transform-origin: 50% 85%;
}
.g-hero[data-visible="false"] .g-botanical {
  animation-play-state: paused;
}
@keyframes g-botanical-sway {
  0%,
  100% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(9deg);
  }
}
@media (max-width: 760px) {
  .garden-site .g-hero h1 {
    font-size: clamp(46px, 14.2vw, 82px);
  }
  .g-hero {
    padding-top: 37px;
  }
  .g-garden-stage {
    height: auto;
    min-height: 655px;
    padding-bottom: 20px;
  }
  .garden-site .g-alpha-notice {
    font-size: 10px;
  }
  .g-preview {
    min-height: 365px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .g-hero-specimen > .g-botanical {
    animation: none;
  }
}
.g-docs-main > div {
  min-width: 0;
}
.g-garden-art img {
  mask-image:
    linear-gradient(to right, transparent, #000 7%, #000 93%, transparent),
    linear-gradient(to bottom, transparent, #000 9%, #000 87%, transparent);
  mask-composite: intersect;
}
@media (max-width: 760px) {
  .g-docs-main {
    grid-template-columns: minmax(0, 1fr);
  }
  .garden-site .g-docs-main h1 {
    font-size: clamp(46px, 12vw, 72px);
  }
}
/* Connected product examples: scoped separately from the illustrated page. */
.g-brand-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.g-agent-nodes .g-brand-icon {
  width: 27px;
  height: 27px;
}
.g-coming-soon .g-brand-icon {
  width: 23px;
  height: 23px;
}
.g-use-cases article {
  display: flex;
  flex-direction: column;
}
.g-use-case-note {
  margin-top: auto;
  padding-top: 20px;
}
.g-integrations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding-block: 0 85px;
}
.garden-site .g-integrations h2 {
  font:
    57px/1.06 "Garden Serif",
    Georgia,
    serif;
  letter-spacing: -1.4px;
  margin: 17px 0 22px;
}
.garden-site .g-integrations-copy > p {
  font-size: 15px;
  line-height: 1.8;
  color: #61715a;
  max-width: 510px;
}
.garden-site .g-integrations-copy > .g-integration-note {
  font-size: 12px;
  margin-top: 15px;
  color: #738067;
}
.g-connected-tools {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.g-connected-tools > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 12px;
  border: 1px solid #d8ddcd;
  border-radius: 7px;
  background: #fffdf5;
  font-size: 12px;
  box-shadow: 0 3px 0 #e4e5d8;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.g-connected-tools > span:hover {
  transform: translateY(-4px);
  box-shadow: 0 7px 0 #e4e5d8;
}
.g-connected-tools .g-more-tools {
  font:
    italic 23px "Garden Serif",
    Georgia,
    serif;
  justify-content: center;
  background: transparent;
  border-style: dashed;
  box-shadow: none;
}
.g-integration-roots {
  display: flex;
  justify-content: space-around;
  height: 45px;
  width: 85%;
  margin: auto;
}
.g-integration-roots span {
  width: 1px;
  background: #a6b795;
  position: relative;
}
.g-integration-roots span:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 9px;
  border-radius: 8px;
  background: #6d8d54;
  opacity: 0;
}
.g-integrations[data-visited="true"] .g-integration-roots span:after {
  animation: g-root-travel 1.4s ease-in-out 3;
}
.g-integration-roots span:nth-child(2):after {
  animation-delay: 0.3s;
}
.g-integration-roots span:nth-child(3):after {
  animation-delay: 0.6s;
}
.g-integrations[data-visible="false"] .g-integration-roots span:after {
  animation-play-state: paused;
}
.g-shared-capability {
  padding: 20px;
  border: 1px solid #b6c7a4;
  background: #e8eddb;
  border-radius: 8px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 8px;
}
.g-shared-capability > .g-icon {
  width: 29px;
  height: 29px;
}
.g-shared-capability > strong {
  font:
    29px "Garden Serif",
    Georgia,
    serif;
  font-weight: 400;
}
.g-shared-capability > span {
  font-size: 11px;
  color: #6a7b5c;
}
.g-shared-capability > div {
  border-top: 1px solid #cbd6bb;
  width: 100%;
  padding-top: 13px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px;
}
.g-shared-capability > div .g-icon {
  width: 16px;
  height: 16px;
}
@keyframes g-root-travel {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(38px);
    opacity: 0;
  }
}
.g-agent-diagram[data-visited="true"] .g-agent-home {
  animation: g-home-arrive 1.6s ease 2;
}
.g-agent-diagram[data-visible="false"] .g-agent-home {
  animation-play-state: paused;
}
@keyframes g-home-arrive {
  50% {
    box-shadow: 0 0 0 6px #c7d7b52b;
  }
}

.g-garden-stage {
  height: 735px;
}
.g-marker-auto {
  left: auto;
  right: 6%;
  bottom: 10%;
}
.g-preview {
  width: 560px;
  top: 62px;
}
/* A document and its comment sidebar tell one short collaboration story. */
.g-garden-stage[data-plot="0"] .g-preview {
  width: 670px;
}
.g-collab-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  min-height: 435px;
}
.g-collab-document {
  padding: 30px 28px 20px;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.garden-site .g-collab-document h3 {
  font-size: 33px;
  line-height: 1.12;
  margin-top: 12px;
}
.garden-site .g-collab-intro {
  font-size: 12px;
  line-height: 1.8;
  color: #7d896d;
  margin-top: 12px;
}
.g-document-divider {
  height: 1px;
  background: #e3e7d8;
  margin: 22px 0 18px;
}
.g-collab-document .g-field-label {
  font-size: 10px;
  font-weight: 600;
  color: #75866a;
}
.garden-site .g-collab-passage {
  font-size: 13px;
  line-height: 1.9;
  position: relative;
  border-radius: 3px;
  padding: 5px 7px;
  margin: 0 -7px;
  transition: background 0.45s;
}
.g-collab-passage.is-commented {
  background: #f2eed4;
}
.g-margin-comment {
  position: absolute;
  right: -19px;
  top: 5px;
  display: flex;
  align-items: center;
  gap: 2px;
  color: #8b8058;
  padding: 4px;
  background: #f5efd4;
  border: 1px solid #ded5ad;
  border-radius: 4px;
  animation: g-content-arrive 0.35s both;
}
.g-margin-comment .g-icon {
  width: 12px;
  height: 12px;
}
.g-margin-comment small {
  font-size: 8px;
}
.g-edited-date del {
  color: #a09280;
  font-size: 11px;
  margin-right: 5px;
}
.g-edited-date ins {
  white-space: nowrap;
  background: #dceabc;
  color: #36562a;
  text-decoration: none;
  padding: 2px 3px;
  animation: g-edit-highlight 1.2s ease both;
}
.g-edit-caret {
  display: inline-block;
  height: 13px;
  width: 1px;
  vertical-align: -2px;
  background: #b77b51;
  margin-left: 2px;
  animation: g-caret-blink 0.6s steps(1) 3;
}
.g-shared-brief[data-step="4"] .g-edit-caret {
  display: none;
}
.g-document-next-step {
  margin-top: 23px;
  min-height: 117px;
}
.g-unassigned-task {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  font-size: 11px;
  color: #a1aa92;
}
.g-unassigned-task .g-icon {
  width: 13px;
  height: 13px;
}
.g-inserted-task {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px;
  margin-inline: -10px;
  border-radius: 4px;
  background: #edf3e2;
  animation: g-task-arrive 0.55s ease both;
}
.g-task-outline {
  display: block;
  height: 12px;
  width: 12px;
  border: 1px solid #9eb587;
  border-radius: 3px;
  margin-top: 3px;
  flex-shrink: 0;
}
.g-inserted-task strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.garden-site .g-inserted-task p {
  font-size: 10px;
  line-height: 1.65;
  margin-top: 4px;
  color: #78876a;
}
.g-task-assignee {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 9px;
  color: #6b805c;
}
.g-task-assignee > span:last-child {
  margin-left: auto;
  font-size: 8px;
}
.g-task-assignee .g-comment-avatar {
  width: 16px;
  height: 16px;
  font-size: 7px;
}
.g-document-credit {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 18px;
  margin-top: auto;
  min-height: 36px;
  color: #8a947d;
  font-size: 9px;
}
.g-document-credit .g-brand-icon,
.g-document-credit .g-icon {
  width: 13px;
  height: 13px;
}
.g-comment-sidebar {
  background: #f0f2e7;
  border-left: 1px solid #e0e4d3;
  min-width: 0;
  padding: 22px 15px 16px;
  display: flex;
  flex-direction: column;
}
.g-sidebar-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6d7d5e;
  font-size: 10px;
}
.g-sidebar-heading > .g-icon {
  width: 14px;
  height: 14px;
}
.g-sidebar-heading strong {
  font-weight: 500;
}
.g-sidebar-heading > span {
  margin-left: auto;
  font-size: 9px;
  background: #e1e7d4;
  border-radius: 3px;
  padding: 1px 5px;
}
.g-sidebar-thread {
  padding-top: 20px;
  min-height: 310px;
}
.g-sidebar-comment {
  padding: 13px 12px;
  background: #fffef6;
  border: 1px solid #dce2cd;
  border-radius: 5px;
  box-shadow: 0 2px 4px #2e462307;
  animation: g-comment-arrive 0.55s ease both;
}
.g-sidebar-author {
  display: flex;
  gap: 7px;
  align-items: center;
}
.g-comment-avatar {
  display: inline-grid;
  place-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #e3ebd3;
  color: #65804d;
  font-size: 10px;
  flex-shrink: 0;
}
.g-comment-avatar .g-brand-icon {
  width: 16px;
  height: 16px;
}
.g-sidebar-author strong {
  font-size: 10px;
}
.g-sidebar-author small {
  display: block;
  font-size: 8px;
  font-weight: 400;
  color: #91a080;
}
.g-sidebar-author > span:last-child {
  font-size: 8px;
  color: #91a080;
  margin-left: auto;
}
.g-sidebar-comment blockquote {
  margin: 12px 0 8px;
  padding: 4px 7px;
  border-left: 2px solid #c9bf8d;
  background: #f6f2df;
  font-size: 10px;
  color: #91845e;
}
.garden-site .g-sidebar-comment p {
  font-size: 11px;
  line-height: 1.8;
  color: #586c48;
}
.g-agent-mention {
  color: #a37150;
}
.g-claude-comment {
  margin-top: 10px;
}
.g-claude-comment .g-comment-avatar {
  background: #f1e3d4;
}
.g-claude-comment .g-sidebar-author {
  margin-bottom: 10px;
}
.g-agent-edit-status {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  color: #a38160;
  margin-top: 11px;
}
.g-agent-edit-status.is-saved {
  color: #729155;
}
.g-agent-edit-status .g-icon {
  width: 12px;
  height: 12px;
}
.g-sidebar-note {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  line-height: 1.6;
  color: #8c997d;
  padding-top: 14px;
  margin-top: auto;
}
.g-sidebar-note .g-icon {
  width: 12px;
  height: 12px;
}
.g-comment-drafting {
  display: flex;
  gap: 8px;
  padding: 15px 5px;
  color: #94a082;
}
.g-comment-drafting strong {
  font-size: 9px;
  font-weight: 400;
}
.g-draft-strokes {
  display: block;
  margin-top: 10px;
}
.g-draft-strokes i {
  display: block;
  height: 5px;
  width: 135px;
  max-width: 100%;
  border-radius: 2px;
  background: #dce3cd;
  margin-top: 6px;
  transform-origin: left;
  animation: g-writing-line 1.5s ease both;
}
.g-draft-strokes i:nth-child(2) {
  width: 112px;
  animation-delay: 0.2s;
}
.g-draft-strokes i:nth-child(3) {
  width: 80px;
  animation-delay: 0.4s;
}
.g-sidebar-typing {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 22px 6px;
  color: #8b987b;
  font-size: 9px;
}
.g-sidebar-typing .g-brand-icon {
  width: 16px;
  height: 16px;
}
.g-typing-dots {
  display: inline-flex;
  gap: 2px;
  margin-left: 4px;
}
.g-typing-dots i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  animation: g-type-dot 0.8s ease-in-out 3;
}
.g-typing-dots i:nth-child(2) {
  animation-delay: 0.15s;
}
.g-typing-dots i:nth-child(3) {
  animation-delay: 0.3s;
}
.g-shared-brief .g-brief-footer {
  font-size: 9px;
  padding: 13px 16px;
  gap: 6px;
}
.g-scene-progress {
  display: flex;
  gap: 3px;
  margin-left: auto;
  flex-shrink: 0;
}
.g-scene-progress i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e2e7d6;
  transition: background 0.3s;
}
.g-scene-progress .is-complete {
  background: #95ad76;
}
.g-explorer[data-playing="false"] .g-shared-brief *,
.g-explorer[data-visible="false"] .g-shared-brief * {
  animation-play-state: paused;
}
@keyframes g-comment-arrive {
  from {
    opacity: 0;
    transform: translate(8px, 6px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes g-edit-highlight {
  0% {
    background: #f2eed4;
  }
  40% {
    background: #c7dfa2;
  }
  100% {
    background: #dceabc;
  }
}
@keyframes g-task-arrive {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes g-caret-blink {
  50% {
    opacity: 0;
  }
}
@keyframes g-writing-line {
  from {
    transform: scaleX(0.05);
    opacity: 0.2;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes g-content-arrive {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes g-type-dot {
  50% {
    opacity: 0.3;
    transform: translateY(-2px);
  }
}

.g-apps-panels {
  align-items: start;
  gap: 26px;
}
.g-app-caption {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 15px 0 9px;
  color: #b8c9a7;
  font:
    9px "DM Mono",
    monospace;
  letter-spacing: 0.04em;
}
.g-app-caption .g-brand-icon {
  width: 19px;
  height: 19px;
  padding: 2px;
  background: #fff;
  border-radius: 3px;
}
.g-example-switcher {
  min-height: 34px;
  align-items: center;
}
.g-customer-app {
  background: #fcfbf1;
  border: 1px solid #d4dac2;
  border-radius: 6px;
  color: var(--g-ink);
  padding: 20px 20px 0;
  overflow: hidden;
}
.g-preview .g-customer-app {
  border: 0;
  padding: 18px 18px 0;
}
.g-data-sources {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  margin-top: 18px;
  color: #647655;
}
.g-data-sources > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.g-data-sources .g-brand-icon,
.g-data-sources .g-icon {
  width: 14px;
  height: 14px;
}
.g-data-sources > .g-icon {
  width: 10px;
  height: 10px;
}
.g-data-sources small {
  margin-left: auto;
  font-size: 9px;
  color: #8c957f;
}
.g-customer-metrics {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-block: 1px solid #e1e6d4;
  margin: 11px 0 0;
  padding: 13px 0;
}
.g-customer-metrics > div + div {
  border-left: 1px solid #e1e6d4;
  padding-left: 20px;
}
.g-customer-metrics > div > span {
  display: block;
  font-size: 9px;
  color: #7d896c;
}
.g-customer-metrics strong {
  display: flex;
  align-items: baseline;
  gap: 13px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
  margin-top: 4px;
}
.g-customer-metrics strong small {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  color: #7d896c;
}
.g-customer-metrics svg {
  width: 60px;
  height: 22px;
  fill: none;
  stroke: #8ca670;
  stroke-width: 2;
}
.g-customer-app .g-filter {
  margin: 13px 0 8px;
}
.g-customer-app .g-filter button {
  font-size: 10px;
}
.g-customer-list {
  min-height: 153px;
}
.g-customer-row {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 9px;
  border-radius: 5px;
  background: transparent;
  padding: 9px 8px;
  text-align: left;
  transition: background 0.2s;
}
.g-customer-row[aria-pressed="true"] {
  background: #eaf0dd;
}
.g-customer-row:hover {
  background: #f0f3e6;
}
.g-company-avatar {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #eddbce;
  color: #8d604b;
  font:
    21px "Garden Serif",
    Georgia,
    serif;
  flex-shrink: 0;
}
.g-company-1 {
  background: #dfe6f0;
  color: #567186;
}
.g-company-2 {
  background: #e8e6c6;
  color: #7b7946;
}
.g-customer-row strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.g-customer-row small {
  display: block;
  color: #7b876b;
  font-size: 9px;
  margin-top: 3px;
}
.g-customer-value {
  margin-left: auto;
  text-align: right;
  font-size: 11px;
  flex-shrink: 0;
}
.g-health-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #cb895b;
  margin-left: 4px;
  flex-shrink: 0;
}
.g-health-dot.is-healthy {
  background: #85a16c;
}
.g-customer-detail {
  border: 1px solid #dce3ce;
  background: #f1f4e8;
  border-radius: 5px;
  padding: 12px;
  margin-top: 10px;
  animation: g-content-arrive 0.35s both;
}
.g-detail-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #7d8b6c;
  font-size: 9px;
}
.g-detail-label > span {
  display: flex;
  gap: 4px;
  align-items: center;
}
.g-detail-label .g-icon {
  width: 12px;
  height: 12px;
}
.garden-site .g-customer-detail > p {
  font-size: 11px;
  line-height: 1.65;
  margin-top: 7px;
}
.garden-site .g-draft-button {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 7px 9px;
  border: 1px solid #c6d3b3 !important;
  border-radius: 4px;
  background: #fcfdf4;
  color: #466038;
  font-size: 10px;
}
.g-draft-button .g-icon {
  width: 13px;
  height: 13px;
}
.g-customer-draft {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #d2dec1;
  animation: g-content-arrive 0.35s both;
}
.g-customer-draft strong {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  color: #456438;
}
.g-customer-draft .g-icon {
  width: 12px;
  height: 12px;
}
.garden-site .g-customer-draft p {
  font-size: 10px;
  line-height: 1.7;
  margin-top: 6px;
}
.g-customer-app .g-demo-bottom {
  margin-top: 15px;
  padding-block: 12px;
}
.g-customer-app .g-demo-bottom .g-avatar:last-child {
  margin-right: 7px;
}
.g-customer-app .g-demo-bottom > span {
  font-size: 9px;
}
.g-care-automation {
  padding: 20px;
  min-height: 0;
}
.g-preview .g-care-automation {
  padding: 18px;
}
.g-care-automation .g-demo-heading h3 {
  font-size: 25px;
}
.g-schedule-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-block: 13px 11px;
  font-size: 10px;
  color: #6a8056;
}
.g-schedule-pill .g-icon {
  width: 13px;
  height: 13px;
}
.g-schedule-pill > span {
  margin-left: auto;
  font-size: 8px;
  border: 1px solid #c4d2b2;
  padding: 2px 4px;
  border-radius: 3px;
}
.g-care-flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
.g-care-flow li {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  min-height: 64px;
  padding-bottom: 10px;
}
.g-care-flow li:first-child:after {
  content: "";
  position: absolute;
  height: 26px;
  top: 43px;
  left: 17px;
  border-left: 1px dashed #a5b88e;
}
.g-flow-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #c5d2b7;
  background: #edf2e3;
  border-radius: 7px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition:
    background 0.4s,
    border-color 0.4s;
}
.g-flow-icon .g-brand-icon,
.g-flow-icon .g-icon {
  width: 19px;
  height: 19px;
}
.g-care-flow li.is-active .g-flow-icon {
  background: #fafcf3;
  border-color: #91ac76;
  box-shadow: 0 0 0 3px #c3d3ad50;
}
.g-care-flow li strong {
  font-size: 11px;
  font-weight: 600;
}
.g-care-flow li small {
  display: block;
  color: #7c8b6b;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 3px;
}
.g-care-flow li > .g-icon {
  width: 14px;
  height: 14px;
  margin-left: auto;
  color: #74945a;
  flex-shrink: 0;
  animation: g-content-arrive 0.3s both;
}
.g-decision-branches {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  margin: 0 0 12px 17px;
  padding: 5px 0 0 13px;
  border-left: 1px dashed #a5b88e;
}
.g-decision-branches > span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 9px;
  color: #7e8d6c;
  border-radius: 3px;
  padding: 5px;
  transition: background 0.3s;
}
.g-decision-branches .g-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.g-decision-branches .is-chosen {
  color: #3c5d2e;
  background: #f5f9eb;
}
.g-care-output {
  border: 1px dashed #b9cba5;
  background: #edf3e1;
  border-radius: 6px;
  min-height: 123px;
  padding: 13px;
  margin-bottom: 15px;
  display: grid;
  align-items: center;
}
.g-care-output.is-complete {
  background: #fafcf0;
  border-style: solid;
}
.g-output-reveal,
.g-skip-output {
  animation: g-content-arrive 0.4s both;
}
.g-output-reveal > .g-detail-label {
  justify-content: flex-start;
  font-size: 8px;
  letter-spacing: 0.04em;
}
.g-output-reveal strong,
.g-skip-output strong {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}
.garden-site .g-output-reveal p,
.garden-site .g-skip-output p {
  font-size: 10px;
  line-height: 1.75;
  margin-top: 6px;
  color: #718160;
}
.g-output-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #879d73;
  font:
    italic 19px "Garden Serif",
    Georgia,
    serif;
}
.g-output-placeholder .g-icon {
  width: 25px;
  height: 25px;
}
.g-skip-output {
  text-align: center;
}
.g-skip-output > .g-icon {
  width: 20px;
  height: 20px;
}
.g-care-status {
  color: #788a66;
  font-size: 9px;
  line-height: 1.6;
  min-height: 30px;
  padding-top: 11px;
}
.g-care-automation .g-run-controls {
  align-items: flex-end;
}
.g-care-automation .g-scenarios button {
  font-size: 10px;
  padding: 8px;
}
.g-care-automation .g-button-small {
  min-height: 34px;
  font-size: 10px;
}
.g-care-automation[data-running="true"] .g-output-placeholder .g-icon {
  animation: g-seed-wake 0.9s ease-in-out infinite;
}
.g-care-automation[data-visible="false"] * {
  animation-play-state: paused;
}
@keyframes g-seed-wake {
  50% {
    transform: rotate(-12deg) scale(1.08);
  }
}
.garden-site .g-docs-mcp-note {
  font-size: 13px;
  line-height: 1.8;
}
.g-docs-mcp-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.g-docs-mcp-note .g-icon {
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.g-docs-topic {
  margin-top: 20px;
  font-size: 12px;
}
@media (min-width: 1500px) {
  .g-garden-stage {
    height: 760px;
  }
}
@media (max-width: 1100px) {
  .g-integrations {
    gap: 36px;
  }
  .garden-site .g-integrations h2 {
    font-size: 49px;
  }
  .g-connected-tools > span {
    padding: 12px 9px;
    gap: 7px;
    font-size: 10px;
  }
  .g-apps-panels {
    gap: 18px;
  }
  .g-customer-app,
  .g-care-automation {
    padding: 17px 15px 0;
  }
  .g-care-automation {
    padding-bottom: 15px;
  }
  .g-care-automation .g-demo-heading h3 {
    font-size: 23px;
  }
  .g-customer-metrics strong {
    gap: 7px;
  }
  .g-customer-metrics svg {
    width: 40px;
  }
  .g-decision-branches {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .g-preview {
    position: relative;
    width: 520px;
    top: auto;
    left: auto;
    margin-inline: auto;
    transform: none;
  }
  .g-garden-stage {
    height: auto;
    padding-block: 60px 105px;
  }
  .g-plot-marker {
    top: auto;
    bottom: 26px;
  }
  .g-marker-context {
    left: 8%;
  }
  .g-marker-apps {
    left: calc(50% - 48px);
    right: auto;
  }
  .g-marker-auto {
    right: 8%;
    left: auto;
  }
  .g-garden-annotation {
    display: none;
  }
}
@media (max-width: 760px) {
  .g-integrations {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 0 55px;
  }
  .garden-site .g-integrations h2 {
    font-size: 47px;
  }
  .g-integrations-copy,
  .g-integration-map {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
  }
  .g-connected-tools > span {
    font-size: 11px;
  }
  .g-garden-stage {
    height: auto;
    min-height: 0;
    padding-bottom: 25px;
  }
  .g-preview {
    top: auto;
    width: 100%;
    max-width: 560px;
  }
  .g-apps-panels {
    gap: 36px;
  }
  .g-app-caption {
    margin-top: 12px;
  }
  .g-care-automation .g-run-controls {
    flex-direction: row;
    align-items: flex-end;
  }
  .g-customer-app,
  .g-care-automation {
    padding: 18px 17px 0;
  }
  .g-care-automation {
    padding-bottom: 15px;
  }
  .g-customer-metrics svg {
    width: 55px;
  }
}
@media (max-width: 400px) {
  .g-brand-icon {
    width: 21px;
    height: 21px;
  }
  .g-connected-tools > span {
    padding: 12px 8px;
    font-size: 10px;
  }
  .g-connected-tools {
    gap: 7px;
  }
  .garden-site .g-integrations h2 {
    font-size: 42px;
  }
  .garden-site .g-shared-brief h3 {
    font-size: 26px;
  }
  .g-shared-brief .g-brief-top {
    padding-inline: 10px;
    font-size: 8px;
  }
  .g-shared-brief .g-presence i {
    width: 17px;
    height: 17px;
  }
  .g-preview .g-customer-app,
  .g-preview .g-care-automation {
    padding: 14px 10px 0;
  }
  .g-preview .g-care-automation {
    padding-bottom: 10px;
  }
  .g-customer-app .g-demo-heading h3,
  .g-care-automation .g-demo-heading h3 {
    font-size: 23px;
  }
  .g-customer-metrics strong {
    font-size: 23px;
    gap: 5px;
  }
  .g-customer-metrics svg {
    width: 35px;
  }
  .g-customer-metrics > div + div {
    padding-left: 10px;
  }
  .g-customer-row {
    gap: 7px;
    padding-inline: 4px;
  }
  .g-customer-row small {
    font-size: 8px;
  }
  .g-company-avatar {
    width: 25px;
    height: 28px;
  }
  .g-detail-label {
    flex-wrap: wrap;
  }
  .g-decision-branches {
    flex-direction: column;
    gap: 0;
    padding-left: 10px;
    margin-left: 17px;
  }
  .g-care-automation .g-run-controls {
    flex-wrap: wrap;
    gap: 12px;
  }
  .g-care-automation .g-scenarios button {
    font-size: 9px;
    padding: 8px 6px;
  }
  .g-care-automation .g-button-small {
    font-size: 9px;
    padding-inline: 8px;
  }
  .g-output-placeholder {
    font-size: 17px;
  }
  .g-agent-nodes .g-brand-icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1001px) and (max-width: 1100px) {
  .g-garden-stage[data-plot="0"] .g-preview {
    width: 610px;
  }
  .g-garden-stage[data-plot="0"] .g-marker-context {
    left: 0;
  }
  .g-garden-stage[data-plot="0"] .g-marker-apps {
    right: 0;
  }
}
@media (min-width: 761px) and (max-width: 1000px) {
  .g-garden-stage[data-plot="0"] .g-preview {
    width: min(650px, 100%);
  }
  .g-collab-document {
    padding-inline: 22px;
  }
}
@media (max-width: 760px) {
  .g-garden-stage[data-plot="0"] .g-preview {
    width: 100%;
  }
  .g-collab-layout {
    grid-template-columns: 1fr;
  }
  .g-collab-document {
    padding: 23px 24px 18px;
  }
  .g-comment-sidebar {
    border-left: 0;
    border-top: 1px solid #e0e4d3;
    padding: 17px;
  }
  .g-sidebar-thread {
    min-height: 320px;
    padding-top: 14px;
  }
  .g-document-next-step {
    min-height: 112px;
  }
  .g-comment-drafting {
    padding-block: 12px;
  }
  .g-document-credit {
    padding-top: 12px;
  }
  .g-shared-brief .g-brief-footer {
    font-size: 8px;
  }
  .g-collab-intro br {
    display: none;
  }
  .g-document-divider {
    margin-block: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .garden-site *,
  .garden-site *:before,
  .garden-site *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
.garden-opening {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 36px 24px;
  background: #f7f4e8;
  color: #183d2b;
  text-align: center;
  font: 14px/1.6 "DM Sans Variable", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.garden-opening-content {
  width: min(100%, 420px);
}
.garden-opening p {
  margin: 0;
}
.garden-opening-brand {
  font: 28px/1.2 "Garden Serif", Georgia, serif;
  letter-spacing: -0.6px;
}
.garden-opening-brand span {
  margin-left: 6px;
  color: #61705e;
  font: 10px "DM Mono", monospace;
  letter-spacing: 0;
}
.garden-opening .garden-opening-illustration {
  display: block;
  width: min(100%, 320px);
  height: auto;
  margin: 28px auto 16px;
  fill: none;
  stroke: #456749;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.garden-opening-halo {
  fill: #edf0df;
  stroke: none;
}
.garden-opening-orbit {
  stroke: #dce0cf;
  stroke-dasharray: 2 7;
}
.garden-opening-ground {
  stroke: #c5cbb3;
}
.garden-opening-cycle {
  animation: garden-opening-cycle 9s ease-in-out infinite;
}
.garden-opening-roots {
  stroke: #a69a70;
}
.garden-opening-roots path {
  stroke-dasharray: 1;
  animation: garden-opening-root 9s ease-in-out infinite;
}
.garden-opening-seed {
  fill: #a8945e;
  stroke: #8c7c50;
}
.garden-opening-stem {
  stroke-width: 2.5;
  stroke-dasharray: 1;
  animation: garden-opening-stem 9s ease-in-out infinite;
}
.garden-opening-leaves {
  fill: #a9be88;
  transform-origin: 160px 177px;
  animation: garden-opening-leaves 9s ease-in-out infinite;
}
.garden-opening-leaves > path:nth-child(2) {
  fill: #c1cf9a;
}
.garden-opening-vein {
  fill: none;
  stroke-width: 1;
  stroke: #749360;
}
.garden-opening-flower {
  fill: #ead695;
  stroke: #bca15c;
  transform-origin: 162px 68px;
  animation: garden-opening-flower 9s ease-in-out infinite;
}
.garden-opening-flower-center {
  fill: #b99049;
  stroke: #a98342;
}
.garden-opening-pollen {
  stroke: #b79b55;
  animation: garden-opening-pollen 9s ease-in-out infinite;
}
.garden-opening .garden-opening-title {
  margin: 0 0 22px;
  font: 400 clamp(30px, 6vw, 38px)/1.15 "Garden Serif", Georgia, serif;
  letter-spacing: -0.8px;
  color: #183d2b;
}
.garden-opening-moments {
  display: grid;
}
.garden-opening-moment {
  grid-area: 1 / 1;
  opacity: 0;
  animation: garden-opening-moment 9s ease-in-out infinite;
}
.garden-opening-tip {
  font-size: 14px;
  font-weight: 500;
}
.garden-opening .garden-opening-description {
  max-width: 330px;
  margin: 7px auto 0;
  color: #61705e;
  font-size: 13px;
  line-height: 1.7;
  text-wrap: pretty;
}
.garden-opening-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.garden-opening-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cbd1bb;
  animation: garden-opening-dot 9s ease-in-out infinite;
}
@keyframes garden-opening-cycle {
  0%, 92% { opacity: 1; }
  97%, 100% { opacity: 0; }
}
@keyframes garden-opening-root {
  0% { stroke-dashoffset: 1; }
  28%, 100% { stroke-dashoffset: 0; }
}
@keyframes garden-opening-stem {
  0%, 29% { stroke-dashoffset: 1; }
  61%, 100% { stroke-dashoffset: 0; }
}
@keyframes garden-opening-leaves {
  0%, 34% { opacity: 0; transform: scale(0.3); }
  60%, 100% { opacity: 1; transform: scale(1); }
}
@keyframes garden-opening-flower {
  0%, 64% { opacity: 0; transform: scale(0.2) rotate(-20deg); }
  80%, 100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes garden-opening-pollen {
  0%, 75% { opacity: 0; transform: translateY(5px); }
  85%, 100% { opacity: 1; transform: translateY(0); }
}
@keyframes garden-opening-moment {
  0%, 28%, 100% { opacity: 1; transform: translateY(0); }
  33%, 95% { opacity: 0; transform: translateY(4px); }
}
@keyframes garden-opening-dot {
  0%, 28%, 100% { background: #52744c; }
  33%, 95% { background: #cbd1bb; }
}
@media (prefers-reduced-motion: reduce) {
  .garden-opening .garden-opening-content * {
    animation: none;
  }
  .garden-opening-moment:first-child {
    opacity: 1;
  }
  .garden-opening-dots {
    display: none;
  }
}
