:root {
  --v734-ink: #182326;
  --v734-muted: #59696c;
  --v734-line: #cbd6d4;
  --v734-paper: #f7f6f0;
  --v734-panel: #eef3ef;
  --v734-accent: #205e58;
  --v734-warm: #9a5b32;
}

.v734-architecture,
.v734-object-architecture {
  color: var(--v734-ink);
}

.v734-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(17rem, .7fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(3rem, 7vw, 7rem) 0 clamp(2.5rem, 5vw, 5rem);
  border-bottom: 1px solid var(--v734-line);
}

.v734-hero h1 {
  max-width: 15ch;
  margin: .55rem 0 1rem;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.v734-hero .lede {
  max-width: 66ch;
  color: var(--v734-muted);
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
}

.v734-hero aside {
  padding: 1.25rem;
  border: 1px solid var(--v734-line);
  border-radius: 1rem;
  background: var(--v734-paper);
}

.v734-hero aside > span,
.v734-object-grid article > span {
  display: block;
  margin-bottom: .55rem;
  color: var(--v734-muted);
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.v734-hero aside > code {
  display: block;
  overflow-wrap: anywhere;
  color: var(--v734-accent);
  font-size: .78rem;
}

.v734-hero dl,
.v734-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 1.2rem 0 0;
}

.v734-hero dl div,
.v734-facts div {
  padding-top: .7rem;
  border-top: 1px solid var(--v734-line);
}

.v734-hero dt,
.v734-facts dt {
  color: var(--v734-muted);
  font-size: .74rem;
}

.v734-hero dd,
.v734-facts dd {
  margin: .25rem 0 0;
  font-weight: 700;
}

.v734-local-nav {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  gap: .35rem;
  overflow-x: auto;
  padding: .75rem 0;
  border-bottom: 1px solid var(--v734-line);
  background: color-mix(in srgb, var(--v734-paper) 94%, transparent);
}

.v734-local-nav a {
  flex: 0 0 auto;
  padding: .45rem .75rem;
  border-radius: 99px;
  color: var(--v734-ink);
  text-decoration: none;
}

.v734-local-nav a:hover,
.v734-local-nav a:focus-visible {
  background: var(--v734-panel);
  outline: 2px solid var(--v734-accent);
  outline-offset: 2px;
}

.v734-architecture > section {
  padding: clamp(2.75rem, 6vw, 5.5rem) 0;
  border-bottom: 1px solid var(--v734-line);
}

.v734-architecture section > h2 {
  max-width: 22ch;
  margin: .5rem 0 1rem;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.v734-architecture section > p {
  max-width: 78ch;
  color: var(--v734-muted);
}

.v734-pipeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 64rem;
  margin: 2.5rem 0;
  padding: 0;
  list-style: none;
}

.v734-pipeline::before {
  position: absolute;
  top: 1.8rem;
  bottom: 1.8rem;
  left: 1.55rem;
  width: 2px;
  background: var(--v734-line);
  content: "";
}

.v734-pipeline li {
  position: relative;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: 1rem 0;
}

.v734-pipeline li > span {
  z-index: 1;
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border: 1px solid var(--v734-accent);
  border-radius: 50%;
  background: var(--v734-paper);
  color: var(--v734-accent);
  font-weight: 800;
}

.v734-pipeline h3 {
  margin: 0 0 .3rem;
  font-size: 1.2rem;
}

.v734-pipeline p {
  max-width: 66ch;
  margin: 0;
  color: var(--v734-muted);
}

.v734-boundary {
  padding: 1rem 1.15rem;
  border-left: .25rem solid var(--v734-warm);
  background: #f5ede4;
}

.v734-component-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 2rem;
}

.v734-component-groups details {
  padding: .9rem 1rem;
  border: 1px solid var(--v734-line);
  border-radius: .75rem;
  background: var(--v734-paper);
}

.v734-component-groups summary {
  cursor: pointer;
  font-weight: 750;
}

.v734-component-groups summary span {
  float: right;
  color: var(--v734-accent);
}

.v734-component-groups ul {
  display: grid;
  gap: .75rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.v734-component-groups code,
.v734-object-grid code,
.v734-facts code {
  overflow-wrap: anywhere;
}

.v734-component-groups small {
  display: block;
  margin-top: .2rem;
  color: var(--v734-muted);
}

.v734-boundary-grid,
.v734-object-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.v734-boundary-grid article,
.v734-object-grid article {
  padding: 1.15rem;
  border: 1px solid var(--v734-line);
  border-radius: .85rem;
  background: var(--v734-panel);
}

.v734-boundary-grid strong {
  color: var(--v734-accent);
  letter-spacing: .06em;
}

.v734-boundary-grid p,
.v734-object-grid p {
  margin-bottom: 0;
  color: var(--v734-muted);
}

.v734-trace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.6rem;
}

.v734-trace-actions a {
  padding: .65rem .85rem;
  border: 1px solid var(--v734-line);
  border-radius: .45rem;
  background: var(--v734-paper);
  font-weight: 700;
  text-decoration: none;
}

.v734-object-architecture {
  background: linear-gradient(135deg, #eef4ef, #f7f6f0);
}

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

.v734-object-grid article > strong,
.v734-object-grid article > code {
  display: block;
}

.v734-object-architecture details {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--v734-line);
  border-radius: .75rem;
  background: #fff;
}

.v734-object-architecture summary {
  cursor: pointer;
  font-weight: 750;
}

.v734-home-feature,
.v734-data-extension {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin: clamp(2rem, 5vw, 4rem) 0;
  padding: clamp(1.35rem, 3vw, 2.4rem);
  border: 1px solid var(--v734-line);
  border-radius: 1rem;
  background: var(--v734-panel);
}

.v734-home-feature h2,
.v734-data-extension h2 {
  margin: .35rem 0 .65rem;
}

@media (max-width: 760px) {
  .v734-hero,
  .v734-boundary-grid,
  .v734-object-grid,
  .v734-component-groups {
    grid-template-columns: 1fr;
  }

  .v734-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.7rem);
  }

  .v734-home-feature,
  .v734-data-extension {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v734-architecture *,
  .v734-object-architecture * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .v734-local-nav,
  .reader-menu-button {
    display: none !important;
  }

  .v734-architecture > section,
  .v734-object-architecture {
    break-inside: avoid;
  }
}
