:root {
  --night: #071612;
  --night-soft: #0d221d;
  --panel: #102923;
  --panel-strong: #15342c;
  --line: rgba(146, 207, 192, .25);
  --line-strong: rgba(146, 207, 192, .48);
  --text: #f6f2e8;
  --muted: #abc1ba;
  --teal: #79d0bd;
  --teal-soft: #b4e6db;
  --gold: #dfbf77;
  --red: #dc8488;
  --shadow: 0 24px 90px rgba(0, 0, 0, .33);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic UI", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 48% 16%, rgba(55, 137, 116, .15), transparent 32%),
    radial-gradient(circle at 9% 42%, rgba(223, 191, 119, .055), transparent 24%),
    var(--night);
  font-family: var(--sans);
  line-height: 1.7;
}

body.tour-open { padding-bottom: 210px; }

button, input { font: inherit; }
button { color: inherit; }

button:focus-visible,
a:focus-visible,
input:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  color: var(--night);
  background: var(--teal);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(7, 22, 18, .83);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
}

.brand > span:last-child { display: grid; gap: 1px; }
.brand strong { font-size: 13px; letter-spacing: .15em; }
.brand small { color: var(--muted); font-size: 8px; letter-spacing: .16em; }

.brand-orbit {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
}
.brand-orbit::before,
.brand-orbit::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23px;
  height: 1px;
  background: var(--line-strong);
  transform: translate(-50%, -50%) rotate(32deg);
}
.brand-orbit::after { transform: translate(-50%, -50%) rotate(148deg); }
.brand-orbit i {
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--night);
}
.brand-orbit i:first-child { left: 8px; top: 8px; }
.brand-orbit i:nth-child(2) { right: 8px; top: 11px; background: var(--gold); }
.brand-orbit i:last-child { left: 18px; bottom: 7px; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.sample-badge {
  margin-right: 8px;
  padding: 5px 8px;
  color: var(--teal-soft);
  border: 1px solid var(--line);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
}

.button {
  min-height: 38px;
  padding: 9px 14px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: #071612; background: var(--teal); border-color: var(--teal); }
.button-primary:hover { background: #92ddcc; }
.button-outline { color: var(--text); background: transparent; border-color: var(--line-strong); }
.button-outline:hover { border-color: var(--teal); }
.button-quiet { color: var(--muted); background: transparent; border-color: transparent; }
.button-quiet:hover { color: var(--text); background: rgba(121, 208, 189, .08); }
.button-large { min-height: 48px; padding: 12px 18px; font-size: 12px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: end;
  width: min(1440px, calc(100% - 40px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: clamp(74px, 12vh, 148px) 0 clamp(70px, 10vh, 126px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { font-family: var(--serif); font-weight: 500; }

h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(39px, 5vw, 68px);
  line-height: 1.25;
  letter-spacing: .015em;
}

.hero-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 2;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.demo-note { margin: 18px 0 0; color: #92aaa2; font-size: 10px; }
.demo-note span { color: var(--gold); margin-right: 5px; }

.hero-facts {
  margin: 0;
  border-top: 1px solid var(--line-strong);
}
.hero-facts > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.hero-facts dt { color: var(--gold); font: 500 29px/1 var(--serif); }
.hero-facts dd { display: grid; gap: 3px; margin: 0; }
.hero-facts strong { font-size: 13px; }
.hero-facts span { color: var(--muted); font-size: 10px; }

.experience,
.value-section,
.build-section {
  width: min(1560px, calc(100% - 40px));
  margin: 0 auto;
}

.experience { padding: 72px 0 100px; }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 0 4px 25px;
}
.section-heading h2,
.build-intro h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(28px, 3.5vw, 50px);
  line-height: 1.35;
}
.section-heading > p {
  max-width: 430px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 11px;
}
.section-heading.compact { padding-bottom: 32px; }

.demo-frame {
  overflow: hidden;
  background: rgba(12, 34, 28, .9);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}

.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 56px;
  padding: 9px 12px 9px 18px;
  background: rgba(7, 22, 18, .78);
  border-bottom: 1px solid var(--line);
}

.search-control {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(420px, 55vw);
  color: var(--muted);
}
.search-control input {
  width: 100%;
  padding: 7px 0;
  color: var(--text);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 11px;
}
.search-control input::placeholder { color: #809991; }
.search-control output { min-width: 42px; font-size: 9px; text-align: right; }

.toolbar-group { display: flex; border: 1px solid var(--line); }
.toolbar-group button {
  min-width: 40px;
  min-height: 34px;
  padding: 0 10px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  font-size: 11px;
  cursor: pointer;
}
.toolbar-group button:last-child { border-right: 0; }
.toolbar-group button:hover { color: var(--text); background: rgba(121, 208, 189, .08); }

.demo-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.618fr) minmax(310px, .55fr);
  min-height: 690px;
}

.graph-column { position: relative; min-width: 0; background: #081b17; }
.graph-status {
  position: absolute;
  z-index: 5;
  top: 14px;
  left: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  pointer-events: none;
}
.graph-status span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.graph-status strong { max-width: 620px; color: var(--text); font-size: 10px; font-weight: 600; text-align: right; }
.status-dot { display: inline-block; width: 5px; height: 5px; margin-right: 5px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 8px var(--teal); }

.graph-viewport {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: auto;
  overscroll-behavior: contain;
  touch-action: pan-x pan-y;
  cursor: grab;
  scrollbar-color: rgba(121, 208, 189, .3) transparent;
  background:
    radial-gradient(circle at 50% 45%, rgba(64, 153, 130, .21), transparent 35%),
    linear-gradient(rgba(121, 208, 189, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(121, 208, 189, .035) 1px, transparent 1px),
    #081b17;
  background-size: auto, 50px 50px, 50px 50px, auto;
}
.graph-viewport.is-dragging { cursor: grabbing; }
.graph-scale { position: relative; }
.graph-surface {
  position: absolute;
  left: 0;
  top: 0;
  width: 1120px;
  height: 820px;
  transform-origin: 0 0;
}
.graph-edges,
.graph-nodes { position: absolute; inset: 0; }
.graph-edges { pointer-events: none; }

.edge {
  position: absolute;
  height: 1px;
  background: rgba(111, 190, 172, .52);
  transform-origin: 0 50%;
  transition: opacity .25s ease, background .25s ease, height .25s ease, filter .25s ease;
}
.edge.edge-tool { height: 1px; opacity: .65; background: repeating-linear-gradient(90deg, rgba(178, 207, 198, .58) 0 4px, transparent 4px 10px); }
.edge.edge-automation { opacity: .7; background: repeating-linear-gradient(90deg, rgba(220, 132, 136, .7) 0 5px, transparent 5px 10px); }
.edge.edge-return { background: rgba(223, 191, 119, .65); }
.edge.is-dim { opacity: .08; }
.edge.is-active,
.edge.is-flow {
  z-index: 2;
  height: 2px;
  opacity: 1;
  background: var(--teal);
  filter: drop-shadow(0 0 5px rgba(121, 208, 189, .75));
}
.edge.edge-return.is-active,
.edge.edge-return.is-flow { background: var(--gold); filter: drop-shadow(0 0 5px rgba(223, 191, 119, .72)); }
.edge.is-flow::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  animation: signalTravel 1.8s ease-in-out infinite;
}

.node {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  place-content: center;
  min-width: 112px;
  min-height: 62px;
  padding: 9px 11px;
  color: var(--text);
  background: rgba(15, 43, 36, .94);
  border: 1px solid rgba(121, 208, 189, .44);
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(8, 27, 23, .75);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  transition: opacity .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease, transform .24s ease;
}
.node .node-number { color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .07em; }
.node .node-label { max-width: 124px; font-size: 10px; font-weight: 800; line-height: 1.35; }
.node .node-sub { color: var(--muted); font-size: 7px; line-height: 1.3; }
.node:hover,
.node:focus-visible,
.node.is-selected,
.node.is-tour {
  z-index: 7;
  border-color: var(--teal-soft);
  background: #17463b;
  box-shadow: 0 0 0 8px rgba(18, 73, 61, .64), 0 0 24px rgba(121, 208, 189, .32);
  transform: translate(-50%, -50%) scale(1.055);
}
.node.is-dim { opacity: .14; }
.node.is-search-match { border-color: var(--gold); box-shadow: 0 0 0 7px rgba(88, 71, 33, .5), 0 0 18px rgba(223, 191, 119, .28); }
.node-type-central { min-width: 152px; min-height: 88px; background: #1b594b; border-color: var(--teal); box-shadow: 0 0 0 10px rgba(14, 52, 44, .8), 0 0 34px rgba(121, 208, 189, .22); }
.node-type-central .node-label { font: 600 17px/1.25 var(--serif); }
.node-type-manager { min-width: 136px; min-height: 74px; background: #17473c; }
.node-type-worker { background: rgba(16, 47, 39, .95); }
.node-type-tool { min-width: 96px; background: #1c3731; border-color: rgba(177, 205, 196, .5); }
.node-type-automation { min-width: 100px; background: #542b2e; border-color: var(--red); }
.node-type-output { min-width: 150px; background: #625028; border-color: var(--gold); box-shadow: 0 0 0 7px rgba(81, 64, 28, .45); }
.node-type-output .node-number { color: var(--gold); }
.node-type-request { min-width: 172px; background: #263934; border-color: var(--gold); }
.node-type-request .node-number { color: var(--gold); }

.graph-hint {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 8px;
  margin: 0;
  padding: 5px 9px;
  color: var(--muted);
  background: rgba(7, 22, 18, .78);
  font-size: 8px;
  transform: translateX(-50%);
  pointer-events: none;
}

.detail-panel {
  min-width: 0;
  padding: 30px 28px;
  background: rgba(16, 41, 35, .96);
  border-left: 1px solid var(--line);
}
.detail-topline { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.detail-type { color: var(--teal); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.detail-number { color: var(--gold); font: 500 22px/1 var(--serif); }
.detail-panel h3 { margin: 13px 0 0; font: 500 27px/1.35 var(--serif); }
.detail-role { margin: 13px 0 0; color: var(--muted); font-size: 11px; line-height: 1.85; }
.detail-block { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--line); }
.detail-block h4 { margin: 0 0 9px; color: var(--teal-soft); font-size: 9px; letter-spacing: .08em; }
.detail-block p { margin: 0; color: #d6e0dc; font-size: 10px; line-height: 1.8; }
.detail-block ul { display: grid; gap: 6px; margin: 0; padding: 0; list-style: none; }
.detail-block li { position: relative; padding-left: 13px; color: #d6e0dc; font-size: 10px; }
.detail-block li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 1px; background: var(--teal); }
.detail-change { margin-top: 22px; padding: 14px 15px; background: rgba(121, 208, 189, .075); border-left: 2px solid var(--teal); }
.detail-change span { color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.detail-change p { margin: 5px 0 0; color: var(--text); font: 500 13px/1.7 var(--serif); }
.detail-action { width: 100%; margin-top: 19px; }

.value-section { padding: 90px 0 130px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
.value-grid article { min-height: 260px; padding: 34px 34px 30px 0; border-bottom: 1px solid var(--line); }
.value-grid article + article { padding-left: 34px; border-left: 1px solid var(--line); }
.value-grid span { color: var(--gold); font: 500 24px/1 var(--serif); }
.value-grid h3 { margin: 35px 0 12px; font: 500 22px/1.45 var(--serif); }
.value-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.9; }

.build-section {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 8vw, 120px);
  padding: 94px clamp(24px, 5vw, 80px) 60px;
  background: #f1eee5;
  color: #24302b;
}
.build-intro .eyebrow { color: #356f68; }
.build-intro h2 { color: #1f2925; }
.build-intro > p:last-child { max-width: 560px; margin: 22px 0 0; color: #65716b; font-size: 12px; line-height: 2; }
.build-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #bec8c1; }
.build-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid #ced5d0; }
.build-steps li > span { color: #9a7b42; font: 500 26px/1.35 var(--serif); }
.build-steps strong { font-size: 12px; }
.build-steps p { margin: 3px 0 0; color: #6b756f; font-size: 10px; }
.build-footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 6px; padding-top: 26px; border-top: 1px solid #bec8c1; }
.build-footer p { margin: 0; color: #65716b; font-size: 10px; }
.build-section .button-outline { color: #24302b; border-color: #7b8c84; }
.build-section .button-outline:hover { border-color: #356f68; }

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1560px, calc(100% - 40px));
  min-height: 120px;
  margin: 0 auto;
  padding: 28px 0;
}
.site-footer > div { display: grid; gap: 4px; }
.site-footer strong { font-size: 10px; letter-spacing: .12em; }
.site-footer span { color: var(--muted); font-size: 9px; }

.tour-card {
  position: fixed;
  z-index: 50;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(980px, calc(100% - 32px));
  min-height: 164px;
  padding: 20px 22px;
  color: var(--text);
  background: rgba(9, 29, 24, .96);
  border: 1px solid var(--line-strong);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}
.tour-card[hidden] { display: none; }
.tour-progress { align-self: stretch; display: grid; align-content: center; gap: 12px; padding-right: 20px; border-right: 1px solid var(--line); }
.tour-progress > span { color: var(--gold); font: 500 18px/1 var(--serif); }
.tour-progress > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.tour-progress i { display: block; height: 2px; background: rgba(171, 193, 186, .24); }
.tour-progress i.is-on { background: var(--teal); }
.tour-copy > p:first-child { margin: 0; color: var(--teal); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.tour-copy h2 { margin: 3px 0 0; font-size: 20px; line-height: 1.35; }
.tour-copy > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.tour-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; max-width: 240px; }

@keyframes signalTravel {
  0% { left: 0; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { left: calc(100% - 6px); opacity: 0; }
}

@media (max-width: 1120px) {
  .demo-workspace { grid-template-columns: minmax(0, 1fr) 300px; }
  .detail-panel { padding: 25px 21px; }
  .graph-viewport { height: 620px; }
}

@media (max-width: 900px) {
  .sample-badge { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts > div { grid-template-columns: 1fr; align-content: center; padding: 14px; border: 1px solid var(--line); border-right: 0; }
  .hero-facts > div:last-child { border-right: 1px solid var(--line); }
  .section-heading { align-items: start; flex-direction: column; }
  .demo-workspace { display: block; }
  .graph-viewport { height: 560px; }
  .detail-panel { border-top: 1px solid var(--line); border-left: 0; }
  .detail-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
  .detail-topline, .detail-panel h3, .detail-role, .detail-action { grid-column: 1 / -1; }
  .detail-change { align-self: start; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article + article { min-height: 0; padding: 28px 0; border-left: 0; }
  .value-grid h3 { margin-top: 17px; }
  .build-section { grid-template-columns: 1fr; }
  .build-footer { grid-column: auto; }
  .tour-card { grid-template-columns: 110px minmax(0, 1fr); }
  .tour-actions { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 620px) {
  body.tour-open { padding-bottom: 292px; }
  .site-header { min-height: 64px; padding: 9px 12px; }
  .brand-orbit { width: 36px; height: 36px; }
  .brand strong { font-size: 11px; }
  .brand small { display: none; }
  .header-actions .button-quiet { display: none; }
  .header-actions .button-primary { min-height: 34px; padding: 7px 9px; font-size: 9px; }
  .hero, .experience, .value-section, .build-section, .site-footer { width: min(100% - 24px, 1560px); }
  .hero { gap: 42px; padding: 68px 0 74px; }
  h1 { font-size: clamp(34px, 11vw, 48px); }
  .hero-lead { line-height: 1.85; }
  .hero-actions { display: grid; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div, .hero-facts > div:last-child { grid-template-columns: 52px 1fr; border-right: 1px solid var(--line); border-bottom: 0; }
  .hero-facts > div:last-child { border-bottom: 1px solid var(--line); }
  .experience { padding-top: 46px; }
  .section-heading h2, .build-intro h2 { font-size: 29px; }
  .demo-toolbar { padding-left: 10px; }
  .search-control { width: min(100%, 260px); }
  .toolbar-group button { min-width: 34px; padding: 0 7px; }
  .graph-status { top: 10px; left: 10px; right: 10px; align-items: flex-start; }
  .graph-status strong { max-width: 58%; font-size: 8px; }
  .graph-viewport { height: 500px; }
  .graph-hint { display: none; }
  .detail-panel { display: block; padding: 24px 18px; }
  .detail-panel h3 { font-size: 24px; }
  .value-section { padding: 50px 0 80px; }
  .build-section { gap: 35px; padding: 60px 20px 35px; }
  .build-footer { align-items: stretch; flex-direction: column; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .tour-card {
    grid-template-columns: 1fr;
    gap: 12px;
    bottom: 0;
    width: 100%;
    min-height: 276px;
    padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }
  .tour-progress { align-self: auto; display: flex; align-items: center; gap: 12px; padding: 0 0 11px; border-right: 0; border-bottom: 1px solid var(--line); }
  .tour-progress > span { font-size: 15px; }
  .tour-progress > div { flex: 1; }
  .tour-copy h2 { font-size: 17px; }
  .tour-actions { grid-column: auto; justify-content: stretch; }
  .tour-actions .button { flex: 1; padding-right: 8px; padding-left: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  body { color: #111; background: white; }
  .site-header, .tour-card, .demo-toolbar, .hero-actions, .site-footer button { display: none !important; }
  .hero { min-height: auto; }
  .demo-frame { box-shadow: none; }
}
