/* Product identity and interaction layer, version 0.2. No external assets. */
:root {
  --ink: #183c31;
  --green: #163e30;
  --lime: #dbee9c;
  --paper: #faf9f5;
  --muted: #58655d;
  --line: #e0e5db;
  --soft: #eef2e9;
  --peach: #f4dccc;
}
.line-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.header {
  max-width: 1500px;
  padding: 22px 4.5%;
  gap: 26px;
  min-height: 94px;
}
.header nav {
  font-size: 12px;
}
.brand {
  letter-spacing: -1.2px;
  font-size: 27px;
}
.brandmark {
  background: var(--green);
  color: var(--lime);
  width: 38px;
  height: 38px;
  border-radius: 13px;
}
.header .btn {
  border-radius: 99px;
  padding: 13px 22px;
}
.global-motion {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  background: none;
  border-radius: 50%;
  font-size: 13px;
  flex-shrink: 0;
}
.global-motion:disabled {
  opacity: 0.65;
}
.demo-strip {
  background: #f0f2e9;
  font-size: 10px;
  min-height: 35px;
  padding: 6px 20px;
}
.demo-strip .text-button {
  font-size: 10px;
}
.wrap {
  max-width: 1290px;
  padding-left: 40px;
  padding-right: 40px;
}
.btn {
  border-radius: 9px;
  padding: 15px 21px;
  font-size: 13px;
  gap: 17px;
  font-weight: 600;
  box-shadow: 0 3px 0 #0d2c1506;
}
.btn .line-icon {
  width: 17px;
  height: 17px;
}
.btn.secondary {
  box-shadow: none;
  background: #ffffff50;
}
.btn.light {
  background: var(--lime);
}
.btn:hover .line-icon {
  transform: translate(2px, -2px);
}
.text-button {
  font-weight: 500;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.15em;
}
.header .brand small {
  font-size: 9px;
}
.serif {
  color: #657a45;
}
main {
  animation: none !important;
}
h1,
h2,
h3,
.site-name {
  overflow-wrap: anywhere;
}
p,
dd {
  overflow-wrap: anywhere;
}
/* Landing: spacious typography and a lively, meaningful product preview. */
.hero-v2 {
  grid-template-columns: 1.02fr 1fr;
  gap: 32px;
  padding-top: 86px;
  padding-bottom: 72px;
  align-items: center;
}
.hero-v2 .eyebrow:before {
  display: none;
}
.tiny-spark {
  background: var(--lime);
  color: var(--green);
  padding: 5px;
  display: inline-flex;
  border-radius: 50%;
}
.tiny-spark .line-icon {
  width: 13px;
  height: 13px;
}
.hero-v2 .eyebrow {
  margin-bottom: 28px;
  font-size: 9px;
  letter-spacing: 0.11em;
}
.hero-v2 h1 {
  font-size: clamp(55px, 5.9vw, 83px);
  line-height: 1.06;
  letter-spacing: -0.065em;
  margin-bottom: 31px;
  font-weight: 500;
}
.hero-finish {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.hero-finish em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.065em;
  color: #607d47;
}
.hero-finish > svg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -17px;
  fill: none;
  stroke: #bccd81;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 700;
  stroke-dashoffset: 0;
}
.hero-v2 .hero-copy > p {
  font-size: 15px;
  max-width: 430px;
  margin-bottom: 25px;
  line-height: 1.8;
}
.hero-primary {
  background: var(--green);
  padding: 17px 21px;
  border-radius: 8px;
}
.hero-secondary {
  font-size: 12px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 45px;
}
.hero-secondary .line-icon {
  width: 14px;
  height: 14px;
}
.hero-v2 .actions {
  gap: 17px;
}
.hero-proof {
  display: flex;
  gap: 19px;
  margin-top: 20px;
  color: #617158;
  font-size: 10px;
}
.hero-proof > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero-proof .line-icon {
  width: 13px;
  height: 13px;
}
.product-scene {
  position: relative;
  min-height: 520px;
  border-radius: 26px;
  padding: 56px 26px 18px;
  margin-left: 9px;
  background: #eef0e4;
  isolation: isolate;
}
.scene-grid {
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background-image:
    linear-gradient(#52783e09 1px, transparent 1px),
    linear-gradient(90deg, #52783e09 1px, transparent 1px);
  background-size: 29px 29px;
  z-index: -2;
  mask-image: linear-gradient(transparent, #000 30%, #000 80%, transparent);
}
.scene-orbit {
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  border: 1px solid #acbd9650;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.scene-orbit:before {
  content: "";
  position: absolute;
  inset: -35px;
  border-radius: 50%;
  border: 1px dashed #9eb28750;
}
.scene-note {
  position: absolute;
  right: 12px;
  top: -23px;
  transform: rotate(6deg);
  background: var(--lime);
  padding: 16px 21px;
  border-radius: 4px;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.3;
  box-shadow: 0 4px 0 #29411b08;
  z-index: 3;
}
.scene-note em {
  font-size: 18px;
}
.scene-note > svg {
  position: absolute;
  bottom: -39px;
  left: 9px;
  width: 43px;
  height: 42px;
  fill: none;
  stroke: #546743;
  stroke-width: 1.6;
  stroke-linecap: round;
}
.scene-stage {
  position: relative;
  padding-bottom: 37px;
}
.scene-browser {
  background: white;
  border: 1px solid #d6decf;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 35px -20px #26422c55;
  transform: rotate(-2deg);
  transition: transform 0.6s;
}
.product-scene[data-scene="1"] .scene-browser {
  transform: rotate(1deg);
}
.product-scene[data-scene="2"] .scene-browser {
  transform: rotate(-1deg);
}
.scene-bar {
  height: 33px;
  border-bottom: 1px solid #e3e7dd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px;
  font-size: 8px;
  gap: 12px;
  background: #fff;
}
.scene-bar > span {
  display: flex;
  gap: 5px;
  align-items: center;
}
.scene-bar .line-icon {
  width: 10px;
  height: 10px;
}
.scene-dots {
  font-size: 7px;
  color: #c5cdba;
  letter-spacing: 2px;
}
.scene-lock {
  font-size: 6px;
  letter-spacing: 0.12em;
  color: #5c7454;
}
.scene-screen {
  min-height: 318px;
  padding: 24px 26px;
}
.scene-screen[hidden] {
  display: none;
}
.scene-website {
  background: #faf8ef;
  padding: 24px 25px 0;
}
.scene-site-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
}
.scene-site-top > b {
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 400;
}
.scene-site-top > span {
  font-size: 7px;
  letter-spacing: 0.05em;
}
.scene-site-layout {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 15px;
  margin-top: 28px;
  align-items: center;
}
.scene-site-layout small {
  font-size: 7px;
  letter-spacing: 0.13em;
}
.scene-site-layout h2 {
  font-family: Georgia, serif;
  font-size: 39px;
  line-height: 1.05;
  margin: 12px 0 10px;
  letter-spacing: -0.06em;
}
.scene-site-layout h2 em {
  font-weight: 400;
  color: #67814e;
}
.scene-site-layout p {
  font-size: 9px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #66735b;
}
.scene-fake-button {
  display: inline-block;
  font-size: 8px;
  background: var(--green);
  color: white;
  padding: 10px 12px;
  border-radius: 4px;
}
.scene-portrait {
  height: 196px;
  border-radius: 90px 90px 4px 4px;
  background: #e6ddc8;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.scene-portrait > .line-icon {
  width: 55px;
  height: 55px;
  stroke: #3e5b36;
  z-index: 2;
  stroke-width: 1;
}
.scene-portrait > small {
  position: absolute;
  bottom: 17px;
  z-index: 2;
  color: #46543e;
  font-size: 6px;
  letter-spacing: 0.12em;
}
.scene-sun {
  background: #faf5e4;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 13px;
}
.scene-hill {
  position: absolute;
  bottom: -15px;
  left: 23px;
  width: 160px;
  height: 140px;
  background: #bfcaa7;
  border-radius: 100px 0 0 0;
  transform: rotate(-10deg);
}
.scene-service {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 8px;
  border-top: 1px solid #dcdccd;
  padding: 17px 0;
  margin-top: 23px;
}
.scene-service b {
  font-size: 12px;
}
.scene-service small {
  font-size: 8px;
  font-weight: 400;
}
.scene-office-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 7px;
  gap: 10px;
  letter-spacing: 0.08em;
}
.scene-office-top > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.scene-office-top .line-icon {
  width: 15px;
  height: 15px;
}
.scene-office-top > b {
  font-size: 6px;
  background: var(--soft);
  padding: 5px 7px;
  border-radius: 4px;
}
.scene-offer h2,
.scene-calendar h2 {
  font-size: 31px;
  margin: 25px 0 22px;
}
.scene-offer h2 em,
.scene-calendar h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #647b45;
}
.scene-offer-row,
.scene-offer-total {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  font-size: 11px;
}
.scene-offer-row small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 7px;
}
.scene-offer-total {
  font-size: 10px;
}
.scene-accept {
  font-size: 10px;
  color: #355130;
  background: #eef3df;
  padding: 12px 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
}
.scene-accept .line-icon {
  width: 15px;
  height: 15px;
}
.scene-week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.scene-week > div {
  padding: 9px 4px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 6px;
}
.scene-week span {
  font-size: 7px;
  display: block;
}
.scene-week b {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.scene-week .scene-day-active {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.scene-appointment {
  margin-top: 17px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 13px 10px;
  background: #edf2e4;
  border-left: 3px solid #709451;
  border-radius: 6px;
  font-size: 10px;
}
.scene-appointment b {
  font-size: 10px;
  display: block;
}
.scene-appointment small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 5px;
}
.scene-appointment > .line-icon {
  margin-left: auto;
  width: 16px;
}
.scene-free {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 8px;
  margin-top: 10px;
  color: var(--muted);
}
.scene-free .line-icon {
  width: 12px;
  height: 12px;
}
.scene-receipt {
  position: absolute;
  bottom: 12px;
  right: -22px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--green);
  color: white;
  padding: 17px 18px;
  border-radius: 11px;
  box-shadow: 0 15px 27px -14px #15361e55;
  transform: rotate(2deg);
  max-width: 100%;
  min-height: 73px;
}
.receipt-icon {
  display: grid;
  place-items: center;
  background: #dbee9c1c;
  color: var(--lime);
  border: 1px solid #dbee9c25;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}
.receipt-icon .line-icon {
  width: 17px;
}
.scene-receipt b {
  font-size: 11px;
  display: block;
  margin-bottom: 6px;
}
.scene-receipt div > span {
  font-size: 9px;
  color: #e0e9d8;
}
.receipt-spark {
  color: var(--lime);
  font-size: 25px;
  margin-left: 5px;
}
.scene-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 8px;
}
.scene-controls > div {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #d3dcca;
  border-radius: 99px;
  background: #fafbf780;
}
.scene-controls [data-scene-select] {
  font-size: 8px;
  border: 0;
  background: transparent;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 99px;
  color: #53644a;
  min-height: 31px;
}
.scene-controls [data-scene-select] span {
  font-size: 10px;
}
.scene-controls [aria-pressed="true"] {
  background: white;
  box-shadow: 0 2px 5px #172b1310;
  color: var(--green);
}
.motion-switch {
  width: 30px;
  height: 30px;
  border: 1px solid #bac9a9;
  border-radius: 50%;
  font-size: 11px;
  background: transparent;
}
.scene-description {
  text-align: center;
  font-size: 8px;
  color: #617455;
  margin: 11px 0 0;
}
.industry-v2 {
  padding: 28px 0 20px;
}
.industry-v2 .industry-heading {
  font-size: 11px;
  color: #59674f;
}
.industry-v2 .industry-list {
  gap: 8px;
}
.industry-v2 .chip {
  border-color: #dbe0d3;
  border-radius: 7px;
  font-size: 11px;
  background: white;
  padding: 11px 14px;
  gap: 8px;
}
.industry-v2 .chip .line-icon {
  width: 16px;
  height: 16px;
  color: #6b805b;
}
.industry-v2 .chip:hover {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.industry-v2 .chip:hover .line-icon {
  color: var(--lime);
}
.benefits-v2 {
  padding-top: 85px;
  padding-bottom: 80px;
}
.section-heading h2 {
  font-size: clamp(35px, 4vw, 55px);
  max-width: 650px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
  font-size: 9px;
}
.section-heading > p {
  font-size: 13px;
  line-height: 1.9;
}
.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.benefit-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 31px 33px;
  position: relative;
  overflow: hidden;
  min-height: 405px;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  background: white;
}
.benefit-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 25px;
}
.benefit-number {
  font-size: 9px;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.round-arrow {
  width: 34px;
  height: 34px;
  border: 1px solid #b5c5a2;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.round-arrow .line-icon {
  width: 16px;
  height: 16px;
}
.benefit-card h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 0 0 13px;
  max-width: 380px;
}
.benefit-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}
.benefit-website {
  background: #edf0e4;
}
.benefit-calendar {
  background: #f4eae2;
}
.benefit-link {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 23px;
}
.benefit-link .line-icon {
  width: 15px;
  height: 15px;
}
.mini-websites {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 27px;
  margin-bottom: 2px;
  align-items: end;
}
.mini-site {
  border: 1px solid #c7cfbc;
  border-radius: 7px;
  width: 43%;
  max-width: 184px;
  height: 173px;
  background: #f8f6eb;
  padding: 12px 15px;
  transform: rotate(-5deg);
  box-shadow: 0 12px 20px #2c432712;
}
.mini-site.green {
  transform: rotate(5deg);
  background: #e1e7d6;
  margin-bottom: -9px;
}
.mini-site small {
  font-family: Georgia, serif;
  font-size: 12px;
}
.mini-site-arch {
  height: 74px;
  border-radius: 50px 50px 3px 3px;
  display: grid;
  place-items: center;
  background: #eed1bc;
  margin-top: 8px;
  margin-bottom: 8px;
}
.green .mini-site-arch {
  background: #bdcaaa;
}
.mini-site-arch .line-icon {
  width: 28px;
  height: 28px;
  stroke-width: 1;
}
.mini-site b {
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}
.rhythm-graphic {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 13px;
  margin-top: 31px;
  align-items: center;
}
.rhythm-graphic > span {
  font-size: 9px;
  color: #725f52;
}
.rhythm-graphic > div {
  padding: 15px 17px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff8;
  border-radius: 8px;
  font-size: 11px;
  border-left: 3px solid #aa8061;
}
.rhythm-graphic .line-icon {
  width: 16px;
  height: 16px;
}
.rhythm-graphic > .rhythm-pause {
  background: #deebbb;
  border-color: #789953;
}
.rhythm-graphic > .rhythm-empty {
  background: transparent;
  border: 1px dashed #c8b39f;
  color: #776757;
}
.benefit-offers {
  grid-column: 1/-1;
  min-height: 260px;
  background: #f3f4ed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
.benefit-offers .benefit-top {
  grid-column: 1/-1;
  margin-bottom: 6px;
}
.benefit-offers h3 {
  font-size: 31px;
}
.benefit-offers .benefit-link {
  grid-column: 1/-1;
  padding-top: 22px;
}
.paper-flow {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
}
.paper-flow > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: white;
  border: 1px solid #d8e0ce;
  border-radius: 12px;
  padding: 20px 14px;
  font-size: 10px;
  min-width: 96px;
  min-height: 111px;
  transform: rotate(-4deg);
  box-shadow: 0 8px 16px #182e1010;
}
.paper-flow > span:nth-of-type(2) {
  transform: rotate(3deg);
}
.paper-flow > span.paper-flow-done {
  background: var(--green);
  color: var(--lime);
  transform: rotate(-3deg);
}
.paper-flow > .line-icon {
  width: 21px;
  height: 21px;
}
.paper-flow i {
  font-style: normal;
  font-size: 14px;
  color: #6a7a5d;
}
.journey-v2 {
  padding: 57px 55px;
  margin: 0 0 25px;
  border-radius: 25px;
  background: #163e30;
  position: relative;
  overflow: hidden;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
}
.journey-v2:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid #bfd49715;
  border-radius: 50%;
  left: -100px;
  bottom: -200px;
  pointer-events: none;
}
.journey-v2 .eyebrow {
  font-size: 8px;
  letter-spacing: 0.14em;
  color: #d8e5c4;
}
.journey-v2 h2 {
  font-size: clamp(38px, 4.5vw, 61px);
  line-height: 1.06;
  margin-bottom: 23px;
}
.journey-v2 .serif {
  color: var(--lime);
}
.journey-v2 > div > p {
  max-width: 335px;
  font-size: 13px;
  line-height: 1.9;
}
.journey-v2 .steps {
  padding-top: 25px;
}
.journey-v2 .step {
  grid-template-columns: 42px 1fr;
  margin-bottom: 0;
  padding-bottom: 35px;
  position: relative;
  gap: 15px;
}
.journey-v2 .step:before {
  background: #dbee9c15;
  border: 1px solid #dbee9c20;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--lime);
  font-size: 10px;
}
.journey-v2 .step:not(:nth-child(3)):after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 48px);
  left: 18px;
  top: 42px;
  background: #dbee9c25;
}
.journey-v2 .step h3 {
  font-size: 16px;
  margin: 8px 0 10px;
}
.journey-v2 .step p {
  font-size: 12px;
  line-height: 1.8;
  color: #d1dfcf;
}
.journey-signature {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 9px;
  line-height: 1.7;
  margin-top: 31px;
  color: #d3e1cb;
}
.journey-signature b {
  color: #f1f5e8;
  font-weight: 500;
}
.signature-monogram {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #47664d;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #f1f5d5;
}
.journey-footnote {
  font-size: 10px;
  color: var(--lime);
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 57px;
}
.journey-footnote .line-icon {
  width: 14px;
  height: 14px;
}
.faq-v2 {
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 90px;
}
.faq-v2 h2 {
  font-size: 46px;
}
.faq-v2 > div > p {
  font-size: 13px;
  max-width: 320px;
  margin: 23px 0;
}
.faq-v2 summary {
  font-size: 14px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.faq-v2 summary:after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.faq-v2 details[open] summary:after {
  content: "−";
}
.faq-v2 details {
  padding: 21px 0;
}
.faq-v2 details p {
  font-size: 12px;
  padding-right: 25px;
}
.closing-v2 {
  background: #e8eed8;
  position: relative;
  padding: 66px 30px 63px;
  overflow: hidden;
}
.closing-v2 h2 {
  font-size: clamp(40px, 4.5vw, 64px);
  position: relative;
  line-height: 1.1;
}
.closing-v2 .eyebrow {
  justify-content: center;
  font-size: 9px;
}
.closing-v2 .eyebrow:before {
  display: none;
}
.closing-v2 > p {
  font-size: 13px;
}
.closing-v2 > small {
  display: block;
  margin-top: 19px;
  color: #52683e;
  font-size: 10px;
}
.closing-spark {
  position: absolute;
  left: 5%;
  top: 38%;
  font-size: 130px;
  color: #b6c68d;
  line-height: 1;
  transform: rotate(-12deg);
}
.closing-v2:after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid #b1c190;
  border-radius: 50%;
  pointer-events: none;
}
.footer {
  background: var(--paper);
  padding: 28px 4.5%;
  gap: 20px;
}
.footer > small {
  font-size: 9px;
}
/* Workspace: a quiet working surface with one clear hierarchy. */
.workspace {
  background: #f6f7f1;
  max-width: 1600px;
  grid-template-columns: 215px 1fr;
  min-height: 760px;
}
.sidebar {
  background: #fbfcf7;
  padding: 31px 19px;
}
.workspace-brand {
  padding: 0 10px 26px;
}
.workspace-brand > b {
  font-size: 13px;
}
.workspace-brand > span {
  font-size: 10px;
}
.business-monogram {
  width: 34px;
  height: 34px;
  background: var(--green);
  border-radius: 11px;
  color: var(--lime);
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 20px;
  margin-bottom: 13px;
}
.side-nav {
  gap: 6px;
}
.side-nav a {
  font-size: 12px;
  padding: 12px;
  gap: 12px;
}
.side-nav a .line-icon {
  width: 17px;
  height: 17px;
  color: #718163;
}
.side-nav a.active {
  background: #e5eed8;
  color: #183c31;
}
.side-nav a.active .line-icon {
  color: #345331;
}
.side-bottom p {
  font-size: 10px;
  line-height: 1.9;
}
.side-bottom a {
  font-size: 11px;
}
.workspace-content {
  padding: 26px 38px 40px;
}
.office-context {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 19px;
  margin-bottom: 27px;
  font-size: 10px;
  color: #66765d;
}
.office-context .context-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
}
.office-context .line-icon {
  width: 13px;
  height: 13px;
}
.context-state {
  display: flex;
  align-items: center;
  gap: 7px;
}
.context-state i {
  width: 5px;
  height: 5px;
  background: #7b9a51;
  border-radius: 50%;
}
.workspace-content .page-heading {
  margin-bottom: 0;
  padding-bottom: 25px;
}
.workspace-content .page-heading h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.workspace-content .page-heading p {
  font-size: 12px;
}
.workspace-content .page-heading .btn {
  font-size: 11px;
  min-height: 43px;
}
.stats {
  gap: 14px;
  margin-bottom: 24px;
}
.stat {
  position: relative;
  padding: 20px 23px;
  border-radius: 13px;
  box-shadow: 0 3px 6px #1d361301;
}
.stat > span {
  font-size: 10px;
}
.stat > strong {
  font-size: 34px;
  letter-spacing: -0.055em;
  margin: 12px 0 6px;
}
.stat > small {
  font-size: 9px;
}
.stat-icon {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: #edf2e5;
  display: grid;
  place-items: center;
  color: #5b7544;
}
.stat-icon .line-icon {
  width: 15px;
  height: 15px;
}
.stat:nth-child(2) .stat-icon {
  background: #f3e8dd;
  color: #a0734d;
}
.stat:nth-child(3) .stat-icon {
  background: #f0eedb;
  color: #807344;
}
.next-action {
  border-radius: 14px;
  padding: 25px 28px;
  background: linear-gradient(105deg, #194632, #163a2c);
  position: relative;
  overflow: hidden;
  gap: 28px;
}
.next-action:after {
  content: "";
  border: 1px solid #b6d38315;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  right: 80px;
  top: -100px;
  pointer-events: none;
}
.next-action .eyebrow {
  font-size: 8px;
  color: #dfebbc;
  margin-bottom: 12px;
}
.next-action h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.next-action p {
  font-size: 11px;
  line-height: 1.8;
}
.next-action .btn {
  font-size: 11px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.panel {
  border-radius: 14px;
  border-color: #dfe5d7;
  padding: 26px;
}
.panel h2 {
  font-size: 25px;
  line-height: 1.2;
}
.order-row {
  gap: 14px;
  padding: 20px 0;
}
.order-row .avatar {
  background: #edf1e5;
  border-radius: 12px;
  color: #607546;
  width: 39px;
  height: 39px;
}
.order-info b {
  font-size: 12px;
}
.order-info p {
  font-size: 10px;
  line-height: 1.7;
}
.order-row .badge {
  font-size: 8px;
  white-space: normal;
  max-width: 155px;
}
.row-action {
  font-size: 10px;
  padding: 8px 11px;
  border-radius: 7px;
  min-height: 35px;
}
.order-row .row-action {
  white-space: nowrap;
}
.badge {
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 99px;
}
.progress-trail {
  padding: 17px 20px;
  display: flex;
  gap: 0;
  background: #f0f3e8;
  border: 1px solid #dbe3d2;
  border-radius: 12px;
  margin-bottom: 23px;
  align-items: center;
}
.trail-step {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #738069;
  font-size: 10px;
  flex: 1;
  position: relative;
}
.trail-step:not(:last-child):after {
  content: "";
  height: 1px;
  background: #ccd9bf;
  flex: 1;
  margin: 0 13px 0 7px;
}
.trail-step > span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border: 1px solid #c6d2bc;
  border-radius: 50%;
  font-size: 9px;
  flex-shrink: 0;
}
.trail-step.done {
  color: #345326;
  font-weight: 550;
}
.trail-step.done > span {
  background: #dae8c7;
  border-color: #bcccaa;
}
.trail-step.current > span {
  background: var(--green);
  color: var(--lime);
  border-color: var(--green);
}
.trail-step .line-icon {
  width: 12px;
  height: 12px;
}
.list-toolbar {
  display: flex;
  align-items: end;
  gap: 14px;
  margin-bottom: 19px;
}
.list-search {
  position: relative;
  flex: 1;
}
.list-search > .line-icon {
  position: absolute;
  bottom: 14px;
  left: 13px;
  width: 16px;
  height: 16px;
  color: #6e8060;
}
.list-search input {
  padding-left: 38px !important;
}
.list-toolbar .field {
  font-size: 10px;
  gap: 7px;
}
.list-toolbar input,
.list-toolbar select {
  font-size: 13px;
  min-height: 44px;
  padding: 10px 12px;
  border-color: #cbd6bf;
  background: white;
}
.list-toolbar > .field {
  min-width: 180px;
}
.list-result {
  font-size: 11px;
  margin-bottom: 5px;
  color: #60734f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.list-result .text-button {
  font-size: 11px;
}
.calendar-controls {
  margin-bottom: 17px;
  gap: 20px;
}
.calendar-controls h2 {
  font-size: 22px;
}
.calendar-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.view-switch {
  display: flex;
  padding: 3px;
  gap: 2px;
  border: 1px solid #d5ddcb;
  border-radius: 8px;
  background: #eaf0e0;
}
.view-switch > button {
  border: 0;
  background: transparent;
  padding: 7px 12px;
  font-size: 10px;
  border-radius: 5px;
  min-height: 31px;
}
.view-switch > button[aria-pressed="true"] {
  background: white;
  box-shadow: 0 1px 4px #1d371012;
  color: #183c31;
  font-weight: 600;
}
.calendar-legend {
  display: flex;
  gap: 19px;
  align-items: center;
  font-size: 9px;
  color: #66755c;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.calendar-legend > span {
  display: flex;
  gap: 6px;
  align-items: center;
}
.legend-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #adc194;
}
.legend-dot.reserved {
  background: #ddc07c;
}
.legend-dot.away {
  background: #d0d3c4;
}
.calendar-day {
  padding: 14px 9px;
  border-color: #d9e1d0;
  border-radius: 12px;
  min-height: 265px;
}
.calendar-day.today {
  border-color: #709454;
  box-shadow: inset 0 3px #709454;
}
.calendar-day.today .day-head > strong {
  color: #375c27;
}
.day-head {
  font-size: 10px;
  padding-bottom: 13px;
}
.day-head > strong {
  font-size: 25px;
}
.calendar-event {
  padding: 11px 8px;
  font-size: 9px;
  border-left-width: 2px;
  line-height: 1.6;
}
.calendar-event b {
  font-size: 9px;
  margin: 5px 0;
}
.calendar-free {
  font-size: 9px;
}
.block-button {
  font-size: 9px;
  margin-top: 5px;
}
.calendar-month {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-top: 1px solid #d9e1d0;
  border-left: 1px solid #d9e1d0;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
.month-heading {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  background: #edf2e5;
  padding: 12px;
  border-bottom: 1px solid #d9e1d0;
  border-right: 1px solid #d9e1d0;
}
.month-day {
  min-height: 102px;
  border-bottom: 1px solid #d9e1d0;
  border-right: 1px solid #d9e1d0;
  padding: 9px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.month-day.outside {
  background: #f7f8f3;
  color: #87917d;
}
.month-day.closed {
  background: #f1f3ea;
}
.month-day.today {
  box-shadow: inset 0 0 0 2px #94ad70;
}
.month-day-number {
  align-self: start;
  font-size: 10px;
  border: 0;
  background: none;
  padding: 3px 5px;
  min-height: 25px;
  cursor: default;
}
.month-day.today .month-day-number {
  background: var(--green);
  border-radius: 50%;
  color: white;
}
.month-day .calendar-event {
  padding: 4px 5px;
  font-size: 8px;
  border-radius: 3px;
  margin: 0;
}
.month-day .calendar-event b {
  font-size: 8px;
  margin: 0;
}
.month-day small {
  font-size: 8px;
  margin-top: auto;
  color: #647750;
}
.month-day .month-add {
  font-size: 8px;
  padding: 2px;
  background: none;
  border: 0;
  color: #586b47;
  min-height: 24px;
  text-align: left;
}
.document {
  border-radius: 12px;
  padding: 34px;
  border-color: #d8e1cd;
  box-shadow: 0 10px 25px #243e1004;
}
.document-top {
  padding-bottom: 24px;
}
.document-top h2 {
  font-size: 26px;
}
.document-top .badge {
  background: #eef3e5;
  color: #526b3a;
  border-radius: 5px;
  font-size: 8px;
  letter-spacing: 0.07em;
}
.total-row.big {
  font-size: 18px;
  background: #f1f5e9;
  margin: 0 -12px;
  padding: 14px 12px;
  border-color: #d5dfc6;
}
.offer-change-note {
  padding: 12px 15px;
  border-left: 3px solid #879d5c;
  background: #f0f4e7;
  font-size: 11px;
  line-height: 1.8;
  margin: 18px 0;
}
.appointment-kind {
  font-size: 10px;
  color: #61784e;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.help-steps {
  list-style: none;
  padding: 0;
  margin: 21px 0 0;
  counter-reset: help;
}
.help-steps li {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  align-items: start;
  font-size: 12px;
  line-height: 1.65;
}
.help-steps li:before {
  counter-increment: help;
  content: counter(help);
  flex-shrink: 0;
  border: 1px solid #cfdbbe;
  background: #f2f5ec;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  font-size: 10px;
  color: #5c7544;
}
.help-steps li b {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.help-steps li span {
  font-size: 10px;
  color: #627453;
}
.hint-card {
  background: #eaf0df;
  border-radius: 10px;
  padding: 15px 17px;
  font-size: 11px;
  line-height: 1.7;
  display: flex;
  gap: 12px;
  align-items: start;
  margin-top: 21px;
}
.hint-card .line-icon {
  width: 17px;
  height: 17px;
  color: #6c824b;
}
.search-empty {
  padding: 35px;
  text-align: center;
}
.search-empty > .line-icon {
  width: 35px;
  height: 35px;
  color: #799258;
  margin-bottom: 13px;
}
.search-empty h3 {
  font-size: 18px;
}
.search-empty p {
  font-size: 12px;
  margin-bottom: 18px;
}
.field input,
.field select,
.field textarea {
  border-color: #c8d2bd;
  border-radius: 8px;
}
.field {
  font-size: 12px;
}
.form-actions .btn {
  font-size: 12px;
}
.notice {
  font-size: 12px;
  border-color: #d8e2cb;
  border-radius: 11px;
  padding: 15px 18px;
}
.file-note {
  font-size: 11px;
}
.toast {
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 12px 35px #102a2830;
  border: 1px solid #466647;
  border-radius: 12px;
  bottom: 23px;
  max-width: min(90vw, 440px);
}
dialog {
  border-radius: 19px;
  border-color: #d4dfc8;
  box-shadow: 0 30px 80px #12250b25;
}
dialog::backdrop {
  background: #132b2180;
  backdrop-filter: blur(5px);
}
.dialog-head h2 {
  font-size: 27px;
}
.icon-button {
  background: #eaf0e0;
  width: 33px;
  height: 33px;
  font-size: 19px;
}
/* Example website: a distinct creative studio, within the same connected product. */
.website-wrap {
  max-width: 1230px;
}
.website-wrap .page-heading h1 {
  font-size: 34px;
}
.website-wrap .page-heading p {
  font-size: 12px;
}
.website-wrap .page-heading .btn {
  font-size: 11px;
}
.preview-toolbar {
  border-radius: 12px 12px 0 0;
  padding: 13px 22px;
  font-size: 10px;
  background: #f0f4e7;
}
.preview-toolbar select {
  font-size: 11px;
  padding: 8px 11px;
}
.preview-toolbar .text-button {
  font-size: 10px;
}
.website {
  border-color: #d8dfce;
  border-radius: 0 0 17px 17px;
  overflow: hidden;
  background: #f5f2e9;
}
.site-nav {
  padding: 28px 40px;
}
.site-name {
  font-size: 26px;
}
.site-hero {
  padding: 35px 50px 60px;
  grid-template-columns: 1.05fr 0.8fr;
  gap: 58px;
}
.site-hero h1 {
  font-size: clamp(45px, 5.3vw, 72px);
  line-height: 1.07;
  letter-spacing: -0.06em;
  margin-bottom: 24px;
}
.site-hero .eyebrow {
  font-size: 9px;
  margin-bottom: 22px;
}
.site-hero p {
  font-size: 13px;
  line-height: 1.9;
  max-width: 395px;
}
.site-hero .btn {
  font-size: 12px;
  background: var(--site-accent);
  margin-top: 6px;
}
.site-hero .subnote {
  font-size: 9px;
}
.site-visual {
  height: 375px;
  border-radius: 180px 180px 8px 8px;
  box-shadow: 12px 12px 0 #d9dec870;
  position: relative;
}
.site-visual:after {
  height: 63%;
  width: 88%;
  border-radius: 170px 0 0 0;
  right: -37px;
  bottom: -24px;
  transform: rotate(-14deg);
}
.site-visual:before {
  width: 230px;
  height: 230px;
  top: 43px;
  left: 35px;
  background: #faf8eb90;
  border: 0;
  transform: none;
}
.site-visual > .visual-type {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  z-index: 1;
}
.site-visual > .visual-type > .line-icon {
  width: 93px;
  height: 93px;
  stroke-width: 1;
}
.visual-detail {
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 40px;
  font-size: 33px;
  color: #6b8055;
}
.site-visual .visual-caption {
  bottom: 33px;
  font-size: 9px;
  left: 27px;
  color: #435639;
}
.clay .site-visual {
  background: #e8cebc;
  box-shadow: 12px 12px 0 #ecdacb;
}
.clay .site-visual:after {
  background: #d2a98a;
}
.clay .site-visual .visual-type {
  color: #865c41;
}
.clay .visual-detail {
  color: #ac7d4c;
}
.ink .site-visual {
  background: #cbd3cf;
  box-shadow: 12px 12px 0 #d9dfda;
}
.ink .site-visual:after {
  background: #899f92;
}
.ink .site-visual .visual-type {
  color: #354d41;
}
.site-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d9ddce;
  padding: 24px 40px;
  gap: 20px;
  background: #ffffff30;
}
.site-feature {
  display: flex;
  gap: 12px;
  align-items: start;
}
.site-feature > .line-icon {
  color: var(--site-accent);
  width: 18px;
  height: 18px;
  margin-top: 1px;
}
.site-feature b {
  font-size: 11px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.site-feature span {
  font-size: 10px;
  line-height: 1.6;
  color: #5d6855;
  display: block;
}
.site-services {
  padding: 35px 45px;
  background: #fcfcf5;
}
.site-services .eyebrow {
  font-size: 9px;
  margin-bottom: 16px;
}
.site-services h2 {
  font-size: 26px;
}
.site-services p {
  font-size: 11px;
}
.price {
  font-size: 35px;
  color: var(--site-accent);
}
.site-services small {
  font-size: 9px;
}
.booking-area {
  padding: 43px 45px;
}
.booking-area h2 {
  font-size: 34px;
}
.booking-area > .file-note {
  max-width: 760px;
  font-size: 11px;
}
.booking-grid {
  gap: 43px;
  margin-top: 29px;
}
.booking-grid > div > b,
.booking-grid form > b {
  font-size: 12px;
}
.date-choices {
  gap: 7px;
}
.day-button {
  border-radius: 8px;
  min-height: 64px;
  font-size: 10px;
  padding: 10px 4px;
}
.day-button strong {
  font-size: 18px;
}
.time-button {
  font-size: 11px;
  border-radius: 7px;
  min-height: 39px;
}
.booking-area .field {
  font-size: 11px;
}
.booking-area input,
.booking-area textarea {
  font-size: 15px;
}
.booking-area .check-field {
  font-size: 11px;
}
.site-footer {
  font-size: 10px;
  background: #f4f5ec;
}
.site-footer .text-button {
  font-size: 10px;
}
.setup .page-heading h1 {
  font-size: 39px;
}
.setup .panel {
  padding: 33px;
}
.setup .progress {
  gap: 15px;
  margin-bottom: 26px;
}
.setup .progress > span {
  border-top-width: 2px;
  font-size: 11px;
  padding-top: 11px;
}
.profile-option {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 77px;
  padding: 15px 13px;
  background: #f8f9f3;
  font-size: 12px;
}
.profile-option b {
  margin: 0;
  display: grid;
  place-items: center;
  min-width: 31px;
  height: 31px;
  color: #6e8059;
  background: #e9f0dc;
  border-radius: 10px;
}
.profile-option b > .line-icon {
  width: 18px;
  height: 18px;
}
.profile-option.selected {
  background: #e9f0dc;
  border-width: 1px;
  box-shadow: inset 0 0 0 1px var(--green);
}
.setup .notice {
  margin-top: 25px;
}
.setup .form-actions {
  margin-top: 29px;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-finish > svg path {
    animation: underline-draw 1.5s 0.2s both;
  }
  .scene-note {
    animation: note-drift 7s ease-in-out infinite;
  }
  .benefit-card,
  .mini-site,
  .paper-flow > span,
  .btn,
  .round-arrow,
  .btn .line-icon,
  .profile-option {
    transition:
      transform 0.25s ease,
      box-shadow 0.25s ease,
      background 0.2s,
      color 0.2s;
  }
  .benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px #253d1110;
  }
  .benefit-card:hover .round-arrow {
    background: var(--green);
    color: var(--lime);
    transform: rotate(7deg);
  }
  .benefit-card:hover .mini-site:first-child {
    transform: rotate(-8deg) translateY(-5px);
  }
  .benefit-card:hover .mini-site.green {
    transform: rotate(7deg) translateY(-9px);
  }
  .benefit-card:hover .paper-flow > span {
    transform: rotate(0) translateY(-6px);
  }
  .profile-option:hover {
    transform: translateY(-2px);
  }
  .site-visual > .visual-type {
    animation: visual-in 0.8s ease-out;
  }
  .btn:active,
  .row-action:active {
    transform: translateY(1px);
  }
  @keyframes underline-draw {
    from {
      stroke-dasharray: 700;
      stroke-dashoffset: 700;
    }
    to {
      stroke-dasharray: 700;
      stroke-dashoffset: 0;
    }
  }
  @keyframes note-drift {
    0%,
    100% {
      transform: rotate(6deg) translateY(0);
    }
    50% {
      transform: rotate(3deg) translateY(-5px);
    }
  }
  @keyframes visual-in {
    from {
      transform: translateY(10px) rotate(-6deg);
      opacity: 0.5;
    }
    to {
      transform: translateY(0) rotate(0);
      opacity: 1;
    }
  }
}
.motion-paused *,
.motion-paused *:before,
.motion-paused *:after {
  animation: none !important;
  transition: none !important;
}
.motion-paused .hero-finish > svg path {
  stroke-dashoffset: 0;
}
@media (max-width: 1150px) {
  .hero-v2 {
    gap: 25px;
  }
  .hero-v2 h1 {
    font-size: 65px;
  }
  .hero-v2 .eyebrow {
    font-size: 8px;
  }
  .hero-v2 .actions {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }
  .hero-proof {
    margin-top: 14px;
  }
  .product-scene {
    padding: 52px 18px 18px;
    margin-left: 0;
    min-height: 500px;
  }
  .scene-screen {
    padding-left: 21px;
    padding-right: 21px;
  }
  .scene-site-layout h2 {
    font-size: 33px;
  }
  .scene-portrait {
    height: 177px;
  }
  .scene-receipt {
    right: -9px;
    padding: 14px 13px;
  }
  .scene-receipt b {
    font-size: 10px;
  }
  .receipt-spark {
    display: none;
  }
  .scene-controls [data-scene-select] {
    padding: 8px 10px;
  }
  .scene-orbit {
    width: 320px;
    height: 320px;
    top: 72px;
  }
  .benefit-card {
    padding: 28px;
  }
  .paper-flow > span {
    min-width: 79px;
    padding: 17px 10px;
  }
  .paper-flow {
    gap: 7px;
  }
  .journey-v2 {
    padding: 45px;
    gap: 40px;
  }
  .workspace {
    grid-template-columns: 190px 1fr;
  }
  .workspace-content {
    padding: 24px;
  }
  .side-nav a {
    font-size: 11px;
  }
  .office-context {
    margin-bottom: 24px;
  }
  .workspace-content .page-heading h1 {
    font-size: 34px;
  }
  .stat {
    padding: 18px;
  }
  .stat-icon {
    width: 27px;
    height: 27px;
    top: 13px;
    right: 12px;
  }
  .stat > span {
    max-width: calc(100% - 20px);
    display: block;
  }
  .stat > strong {
    font-size: 29px;
  }
  .next-action h2 {
    font-size: 23px;
  }
  .next-action .btn {
    white-space: normal;
  }
  .calendar-day {
    min-height: 210px;
  }
  .site-hero {
    gap: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .site-visual {
    height: 330px;
  }
  .site-features {
    padding: 25px 30px;
    gap: 15px;
  }
  .site-feature {
    gap: 8px;
  }
  .faq-v2 {
    gap: 55px;
  }
  .closing-spark {
    font-size: 100px;
    left: 3%;
  }
  .header nav {
    gap: 24px;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-v2 h1 {
    font-size: 54px;
  }
  .hero-v2 .hero-copy > p {
    font-size: 13px;
  }
  .hero-proof {
    gap: 10px;
    font-size: 9px;
  }
  .hero-v2 .eyebrow {
    font-size: 7px;
    letter-spacing: 0.08em;
  }
  .product-scene {
    min-height: 470px;
    padding: 52px 13px 14px;
  }
  .scene-note {
    font-size: 13px;
    padding: 12px 16px;
  }
  .scene-note em {
    font-size: 15px;
  }
  .scene-site-top > b {
    font-size: 15px;
  }
  .scene-site-top > span {
    font-size: 6px;
  }
  .scene-site-layout h2 {
    font-size: 29px;
  }
  .scene-site-layout small {
    font-size: 6px;
  }
  .scene-site-layout p {
    font-size: 8px;
  }
  .scene-fake-button {
    font-size: 7px;
    padding: 9px;
  }
  .scene-portrait {
    height: 159px;
  }
  .scene-screen {
    min-height: 293px;
    padding: 20px 16px;
  }
  .scene-website {
    padding-bottom: 0;
  }
  .scene-receipt {
    padding: 13px 11px;
    gap: 9px;
    bottom: 12px;
    right: -10px;
    min-height: 65px;
  }
  .scene-receipt b {
    font-size: 9px;
  }
  .scene-receipt div > span {
    font-size: 8px;
  }
  .receipt-icon {
    width: 28px;
    height: 28px;
  }
  .scene-controls [data-scene-select] {
    font-size: 7px;
    padding: 8px;
  }
  .scene-controls [data-scene-select] span {
    font-size: 9px;
  }
  .scene-description {
    font-size: 7px;
  }
  .scene-offer h2,
  .scene-calendar h2 {
    font-size: 26px;
  }
  .scene-bar {
    padding: 0 10px;
    font-size: 7px;
  }
  .scene-lock {
    display: none !important;
  }
  .benefit-offers {
    column-gap: 20px;
  }
  .paper-flow > span {
    min-width: 64px;
    font-size: 9px;
  }
  .paper-flow {
    gap: 5px;
  }
  .benefit-offers h3 {
    font-size: 28px;
  }
  .journey-v2 {
    padding: 35px;
    gap: 30px;
  }
  .journey-v2 h2 {
    font-size: 44px;
  }
  .workspace {
    grid-template-columns: 160px 1fr;
  }
  .sidebar {
    padding: 25px 12px;
  }
  .workspace-content {
    padding: 24px 20px;
  }
  .office-context {
    font-size: 9px;
  }
  .stats {
    gap: 8px;
  }
  .stat {
    padding: 16px 12px;
  }
  .stat-icon {
    display: none;
  }
  .stat > span {
    max-width: 100%;
  }
  .next-action {
    padding: 23px;
    align-items: start;
    flex-direction: column;
    gap: 17px;
  }
  .site-feature {
    flex-direction: column;
  }
  .site-feature span {
    font-size: 9px;
  }
  .site-hero h1 {
    font-size: 50px;
  }
  .site-visual {
    height: 280px;
  }
  .site-visual > .visual-type > .line-icon {
    width: 70px;
    height: 70px;
  }
  .site-hero {
    padding: 30px;
    gap: 30px;
  }
  .booking-area,
  .site-services {
    padding: 30px;
  }
  .booking-grid {
    gap: 25px;
  }
  .site-features {
    padding: 22px 30px;
  }
  .site-name {
    font-size: 23px;
  }
  .site-nav {
    padding: 25px 30px;
  }
}
@media (max-width: 760px) {
  .header {
    padding: 17px 22px;
    gap: 12px;
    min-height: 81px;
  }
  .header .brand {
    font-size: 24px;
    letter-spacing: -1.1px;
  }
  .header .brandmark {
    width: 30px;
    height: 30px;
    font-size: 23px;
    border-radius: 10px;
    display: grid;
  }
  .header .btn {
    padding: 10px 15px;
    min-height: 40px;
    font-size: 10px;
  }
  .global-motion {
    width: 27px;
    height: 27px;
    font-size: 11px;
    order: 2;
  }
  .header nav {
    order: 4;
    font-size: 11px;
    padding-top: 14px;
    gap: 32px;
  }
  .demo-strip {
    font-size: 9px;
    gap: 7px;
    padding: 7px 15px;
    min-height: 36px;
  }
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-v2 {
    grid-template-columns: 1fr;
    padding-top: 43px;
    padding-bottom: 38px;
    gap: 45px;
  }
  .hero-v2 .eyebrow {
    font-size: 8px;
    letter-spacing: 0.08em;
    margin-bottom: 26px;
  }
  .hero-v2 h1 {
    font-size: clamp(48px, 8.7vw, 72px);
    line-height: 1.08;
    max-width: 620px;
    margin-bottom: 31px;
    letter-spacing: -0.067em;
  }
  .hero-finish {
    white-space: nowrap;
  }
  .hero-finish > svg {
    bottom: -14px;
    height: 15px;
  }
  .hero-v2 .hero-copy > p {
    font-size: 13px;
    max-width: 470px;
    line-height: 1.85;
    margin-bottom: 21px;
  }
  .hero-v2 .actions {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .hero-primary {
    padding: 15px 18px;
    font-size: 12px;
    gap: 15px;
  }
  .hero-secondary {
    font-size: 11px;
  }
  .hero-proof {
    font-size: 9px;
    gap: 17px;
    margin-top: 17px;
  }
  .product-scene {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
    min-height: 477px;
    padding: 50px 26px 18px;
    border-radius: 20px;
  }
  .scene-note {
    right: 14px;
    top: -18px;
    padding: 12px 18px;
    font-size: 14px;
  }
  .scene-note em {
    font-size: 16px;
  }
  .scene-note > svg {
    left: 2px;
    bottom: -35px;
  }
  .scene-screen {
    min-height: 296px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .scene-website {
    padding-top: 20px;
  }
  .scene-site-top > b {
    font-size: 17px;
  }
  .scene-site-layout {
    margin-top: 21px;
    gap: 18px;
    grid-template-columns: 1fr 0.8fr;
  }
  .scene-site-layout h2 {
    font-size: 37px;
    margin-top: 10px;
  }
  .scene-portrait {
    height: 181px;
  }
  .scene-service {
    margin-top: 19px;
    padding: 14px 0;
    font-size: 8px;
  }
  .scene-receipt {
    right: -12px;
    bottom: 9px;
    padding: 15px;
    max-width: 102%;
  }
  .scene-receipt b {
    font-size: 10px;
  }
  .scene-receipt div > span {
    font-size: 8px;
  }
  .scene-bar {
    height: 30px;
    font-size: 7px;
  }
  .scene-lock {
    font-size: 5px;
  }
  .scene-controls {
    margin-top: 7px;
    gap: 8px;
  }
  .scene-description {
    font-size: 8px;
    margin-top: 10px;
  }
  .scene-orbit {
    width: 300px;
    height: 300px;
    top: 85px;
  }
  .industry-v2 {
    padding: 23px 0 14px;
  }
  .industry-v2 .industry-heading {
    font-size: 10px;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  .industry-v2 .industry-heading > span {
    display: block;
  }
  .industry-v2 .industry-list {
    gap: 7px;
  }
  .industry-v2 .chip {
    padding: 9px 11px;
    font-size: 10px;
    min-height: 36px;
    gap: 7px;
  }
  .industry-v2 .chip .line-icon {
    width: 14px;
    height: 14px;
  }
  .benefits-v2 {
    padding-top: 43px;
    padding-bottom: 38px;
  }
  .section-heading {
    margin-bottom: 25px;
  }
  .section-heading .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .section-heading h2 {
    font-size: 37px;
    line-height: 1.12;
  }
  .section-heading > p {
    font-size: 12px;
    margin-top: 20px;
    max-width: 390px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .benefit-card {
    padding: 25px 27px;
    min-height: 360px;
    border-radius: 16px;
  }
  .benefit-card h3 {
    font-size: 30px;
  }
  .benefit-card p {
    font-size: 11px;
  }
  .benefit-top {
    margin-bottom: 20px;
  }
  .benefit-number {
    font-size: 8px;
  }
  .round-arrow {
    width: 30px;
    height: 30px;
  }
  .mini-websites {
    margin-top: 25px;
  }
  .mini-site {
    max-width: 155px;
    height: 168px;
  }
  .benefit-link {
    font-size: 10px;
    padding-top: 22px;
  }
  .benefit-offers {
    grid-template-columns: 1fr;
    column-gap: 0;
    min-height: 340px;
  }
  .benefit-offers .benefit-top {
    margin-bottom: 17px;
  }
  .benefit-offers h3 {
    font-size: 30px;
  }
  .paper-flow {
    margin-top: 25px;
    gap: 11px;
    justify-content: start;
  }
  .paper-flow > span {
    min-width: 81px;
    min-height: 97px;
    padding: 14px 12px;
    gap: 12px;
    font-size: 9px;
  }
  .paper-flow i {
    font-size: 12px;
  }
  .journey-v2 {
    padding: 31px 27px;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 0;
    border-radius: 18px;
  }
  .journey-v2 .eyebrow {
    font-size: 7px;
    margin-bottom: 22px;
  }
  .journey-v2 h2 {
    font-size: 47px;
  }
  .journey-v2 > div > p {
    font-size: 12px;
    max-width: 340px;
  }
  .journey-v2 .btn {
    font-size: 11px;
    padding: 14px 19px;
  }
  .journey-signature {
    margin-top: 24px;
    font-size: 9px;
  }
  .journey-v2 .steps {
    padding-top: 6px;
  }
  .journey-v2 .step {
    padding-bottom: 25px;
    grid-template-columns: 34px 1fr;
    gap: 13px;
  }
  .journey-v2 .step:before {
    width: 31px;
    height: 31px;
    font-size: 9px;
  }
  .journey-v2 .step:not(:nth-child(3)):after {
    left: 15px;
    top: 39px;
    height: calc(100% - 44px);
  }
  .journey-v2 .step h3 {
    font-size: 15px;
    margin-top: 6px;
  }
  .journey-v2 .step p {
    font-size: 11px;
    line-height: 1.8;
  }
  .journey-footnote {
    margin-left: 47px;
    font-size: 9px;
    line-height: 1.6;
  }
  .faq-v2 {
    padding-top: 43px;
    padding-bottom: 43px;
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .faq-v2 h2 {
    font-size: 39px;
  }
  .faq-v2 .eyebrow {
    font-size: 8px;
    margin-bottom: 18px;
  }
  .faq-v2 > div > p {
    font-size: 12px;
    max-width: 100%;
    margin: 19px 0;
  }
  .faq-v2 .text-button {
    font-size: 11px;
  }
  .faq-v2 summary {
    font-size: 13px;
  }
  .faq-v2 details {
    padding: 19px 0;
  }
  .faq-v2 details p {
    font-size: 11px;
    padding-right: 10px;
  }
  .closing-v2 {
    padding: 45px 22px;
  }
  .closing-v2 .eyebrow {
    font-size: 8px;
    position: relative;
    z-index: 1;
  }
  .closing-v2 h2 {
    font-size: 43px;
    line-height: 1.1;
    position: relative;
    z-index: 1;
  }
  .closing-v2 > p {
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
  .closing-v2 .actions {
    gap: 11px;
    position: relative;
    z-index: 1;
  }
  .closing-v2 .btn {
    font-size: 11px;
    padding: 14px 17px;
  }
  .closing-spark {
    font-size: 82px;
    left: -20px;
    top: 36px;
    opacity: 0.55;
  }
  .closing-v2 > small {
    font-size: 9px;
  }
  .closing-v2:after {
    width: 130px;
    height: 130px;
    right: -65px;
    bottom: -70px;
  }
  .footer {
    padding: 24px 22px;
    gap: 13px;
  }
  .footer > .brand {
    font-size: 19px;
  }
  .footer p {
    font-size: 10px;
  }
  .footer > div {
    font-size: 10px;
    gap: 14px;
  }
  .footer .text-button {
    font-size: 10px;
  }
  .footer > small {
    font-size: 8px;
  }
  .workspace {
    display: block;
    min-height: 0;
  }
  .sidebar {
    padding: 12px 15px;
    background: #fbfcf7;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #d9e2cd;
    box-shadow: 0 4px 10px #22351905;
  }
  .workspace-brand {
    display: none;
  }
  .side-nav {
    gap: 4px;
    padding-bottom: 0;
  }
  .side-nav a {
    font-size: 10px;
    padding: 10px 11px;
    min-height: 37px;
    gap: 7px;
  }
  .side-nav a .line-icon {
    width: 13px;
    height: 13px;
  }
  .side-bottom {
    display: none;
  }
  .workspace-content {
    padding: 18px 20px 34px;
  }
  .office-context {
    font-size: 9px;
    padding-bottom: 14px;
    margin-bottom: 22px;
    gap: 12px;
  }
  .office-context .line-icon {
    width: 12px;
    height: 12px;
  }
  .context-state {
    font-size: 8px;
  }
  .workspace-content .page-heading {
    gap: 17px;
    padding-bottom: 22px;
    flex-direction: column;
    align-items: start;
  }
  .workspace-content .page-heading h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .workspace-content .page-heading p {
    font-size: 11px;
    line-height: 1.7;
  }
  .workspace-content .page-heading .btn {
    min-height: 40px;
    font-size: 10px;
    padding: 11px 15px;
  }
  .stats {
    gap: 8px;
    margin-bottom: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .stat {
    padding: 15px 12px;
    border-radius: 10px;
  }
  .stat > span {
    font-size: 9px;
    max-width: 100%;
    min-height: 26px;
    line-height: 1.5;
  }
  .stat > strong {
    font-size: 27px;
    margin: 9px 0 5px;
  }
  .stat > small {
    font-size: 8px;
    line-height: 1.6;
    display: block;
  }
  .stat-icon {
    display: none;
  }
  .next-action {
    padding: 22px;
    gap: 18px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: start;
  }
  .next-action h2 {
    font-size: 23px;
    line-height: 1.18;
    max-width: 390px;
  }
  .next-action p {
    font-size: 11px;
    line-height: 1.7;
  }
  .next-action .eyebrow {
    font-size: 8px;
  }
  .next-action .btn {
    font-size: 10px;
    min-height: 39px;
    padding: 11px 15px;
  }
  .panel {
    padding: 21px;
    border-radius: 13px;
  }
  .panel h2 {
    font-size: 24px;
  }
  .order-row {
    gap: 10px;
    padding: 18px 0;
    flex-wrap: wrap;
  }
  .order-row .avatar {
    width: 33px;
    height: 33px;
    font-size: 10px;
  }
  .order-info {
    min-width: 130px;
  }
  .order-info b {
    font-size: 11px;
  }
  .order-info p {
    font-size: 9px;
  }
  .order-row > .badge {
    margin-left: 43px;
    font-size: 8px;
    max-width: 170px;
  }
  .row-action {
    font-size: 9px;
    min-height: 33px;
  }
  .help-steps li {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .help-steps li b {
    font-size: 11px;
  }
  .help-steps li span {
    font-size: 10px;
  }
  .hint-card {
    font-size: 10px;
    padding: 14px;
    gap: 10px;
  }
  .progress-trail {
    padding: 14px 12px;
    gap: 9px;
    flex-wrap: wrap;
  }
  .trail-step {
    font-size: 9px;
    flex: initial;
  }
  .trail-step > span {
    width: 20px;
    height: 20px;
  }
  .trail-step:not(:last-child):after {
    width: 13px;
    margin: 0 0 0 3px;
    flex: initial;
  }
  .list-toolbar {
    gap: 12px;
    align-items: stretch;
    flex-direction: column;
  }
  .list-toolbar > .field {
    min-width: 0;
  }
  .list-toolbar .field {
    font-size: 11px;
  }
  .list-toolbar input,
  .list-toolbar select {
    font-size: 16px;
  }
  .list-search > .line-icon {
    bottom: 14px;
  }
  .list-result {
    font-size: 10px;
    line-height: 1.6;
  }
  .list-result .text-button {
    font-size: 10px;
  }
  .calendar-controls {
    gap: 15px;
    flex-wrap: wrap;
  }
  .calendar-controls h2 {
    font-size: 20px;
  }
  .calendar-tools {
    gap: 10px;
    justify-content: space-between;
    width: 100%;
  }
  .calendar-legend {
    font-size: 8px;
    gap: 14px;
    line-height: 1.7;
  }
  .week {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .calendar-day {
    min-height: 169px;
    padding: 13px 11px;
  }
  .day-head {
    font-size: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .day-head strong {
    font-size: 23px;
  }
  .calendar-free {
    font-size: 10px;
  }
  .calendar-event {
    font-size: 10px;
    padding: 9px;
  }
  .calendar-event b {
    font-size: 10px;
  }
  .block-button {
    font-size: 9px;
    min-height: 35px;
  }
  .calendar-month {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border-radius: 7px;
  }
  .month-heading {
    font-size: 8px;
    padding: 10px 1px;
  }
  .month-day {
    min-height: 95px;
    padding: 5px 3px;
    gap: 3px;
  }
  .month-day-number {
    font-size: 10px;
    padding: 2px;
    min-height: 21px;
    min-width: 21px;
  }
  .month-day .calendar-event {
    font-size: 7px;
    padding: 3px 2px;
    line-height: 1.4;
    border-left-width: 1px;
    overflow-wrap: anywhere;
  }
  .month-day .calendar-event b {
    font-size: 7px;
  }
  .month-day small {
    font-size: 7px;
    overflow-wrap: anywhere;
  }
  .month-day .month-add {
    font-size: 7px;
    min-height: 24px;
  }
  .document {
    padding: 22px;
  }
  .document-top h2 {
    font-size: 23px;
  }
  .document p {
    font-size: 12px;
  }
  .total-row {
    font-size: 11px;
    gap: 13px;
  }
  .total-row.big {
    font-size: 16px;
  }
  .document small {
    font-size: 9px;
  }
  .offer-change-note {
    font-size: 10px;
  }
  .field {
    font-size: 11px;
  }
  .notice {
    font-size: 11px;
    padding: 14px 15px;
  }
  .form-actions .btn {
    font-size: 11px;
  }
  .file-note {
    font-size: 10px;
  }
  .check-field {
    font-size: 12px;
  }
  .toast {
    font-size: 11px;
    padding: 13px 17px;
    bottom: 18px;
    max-width: calc(100vw - 40px);
  }
  .website-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .website-wrap .page-heading {
    padding-top: 30px;
    gap: 15px;
  }
  .website-wrap .page-heading h1 {
    font-size: 32px;
    line-height: 1.1;
  }
  .website-wrap .page-heading p {
    font-size: 11px;
  }
  .preview-toolbar {
    font-size: 10px;
    padding: 13px 15px;
    gap: 8px;
  }
  .preview-toolbar label {
    font-size: 10px;
  }
  .preview-toolbar select {
    font-size: 12px;
    max-width: 150px;
  }
  .preview-toolbar .text-button {
    font-size: 10px;
  }
  .site-nav {
    padding: 25px 23px;
    gap: 17px;
  }
  .site-name {
    font-size: 24px;
    min-width: 0;
  }
  .site-links {
    font-size: 10px;
    flex-shrink: 0;
  }
  .site-links .text-button {
    font-size: 10px;
  }
  .site-hero {
    grid-template-columns: 1fr;
    padding: 24px 25px 35px;
    gap: 33px;
  }
  .site-hero h1 {
    font-size: 49px;
    line-height: 1.05;
    margin-bottom: 22px;
  }
  .site-hero .eyebrow {
    font-size: 8px;
    margin-bottom: 21px;
    letter-spacing: 0.11em;
  }
  .site-hero p {
    font-size: 12px;
    line-height: 1.85;
  }
  .site-hero .btn {
    font-size: 11px;
    padding: 13px 17px;
    min-height: 43px;
  }
  .site-visual {
    height: 277px;
    margin: 0 12px;
    border-radius: 140px 140px 7px 7px;
    box-shadow: 8px 8px 0 #d9dec870;
  }
  .site-visual:before {
    width: 165px;
    height: 165px;
    top: 36px;
    left: 24px;
  }
  .site-visual > .visual-type > .line-icon {
    width: 78px;
    height: 78px;
  }
  .site-visual .visual-caption {
    font-size: 8px;
    left: 25px;
    bottom: 26px;
  }
  .visual-detail {
    font-size: 26px;
    top: 39px;
    right: 24px;
  }
  .site-features {
    grid-template-columns: 1fr;
    padding: 23px 25px;
    gap: 18px;
  }
  .site-feature {
    gap: 13px;
  }
  .site-feature b {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .site-feature span {
    font-size: 10px;
  }
  .site-feature .line-icon {
    width: 17px;
    height: 17px;
  }
  .site-services {
    padding: 29px 25px;
    gap: 21px;
  }
  .site-services h2 {
    font-size: 25px;
    line-height: 1.14;
  }
  .site-services .eyebrow {
    font-size: 8px;
  }
  .site-services p {
    font-size: 11px;
  }
  .price {
    font-size: 34px;
  }
  .booking-area {
    padding: 34px 25px;
  }
  .booking-area .eyebrow {
    font-size: 8px;
  }
  .booking-area h2 {
    font-size: 32px;
  }
  .booking-area > .file-note {
    font-size: 10px;
  }
  .booking-grid {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-top: 25px;
  }
  .booking-grid > div > b,
  .booking-grid form > b {
    font-size: 12px;
  }
  .date-choices {
    grid-template-columns: repeat(3, 1fr);
  }
  .day-button {
    font-size: 10px;
    min-height: 62px;
  }
  .time-button {
    font-size: 11px;
  }
  .site-footer {
    padding: 20px 25px;
    font-size: 9px;
    line-height: 1.8;
  }
  .site-footer .text-button {
    font-size: 9px;
  }
  .setup .page-heading h1 {
    font-size: 35px;
  }
  .setup .panel {
    padding: 24px 22px;
  }
  .setup .progress {
    gap: 10px;
  }
  .setup .progress > span {
    font-size: 9px;
    line-height: 1.6;
  }
  .profile-option {
    min-height: 76px;
    padding: 12px 10px;
    font-size: 10px;
    gap: 9px;
    flex-direction: column;
    align-items: start;
  }
  .profile-option b {
    min-width: 29px;
    height: 29px;
  }
  .profile-option b > .line-icon {
    width: 17px;
    height: 17px;
  }
  .setup-options {
    gap: 10px;
  }
  .setup .form-actions {
    margin-top: 24px;
  }
}
@media (max-width: 390px) {
  .header {
    padding-left: 18px;
    padding-right: 18px;
    gap: 8px;
  }
  .header .brand {
    font-size: 22px;
  }
  .header .brandmark {
    width: 26px;
    height: 26px;
    font-size: 21px;
    margin-right: 7px;
  }
  .header .btn {
    font-size: 9px;
    padding: 9px 12px;
    gap: 9px;
  }
  .global-motion {
    width: 24px;
    height: 24px;
  }
  .header nav {
    gap: 26px;
    font-size: 10px;
  }
  .hero-v2 h1 {
    font-size: 49px;
  }
  .hero-v2 .actions {
    gap: 8px;
    align-items: start;
    flex-direction: column;
  }
  .hero-v2 .hero-copy > p {
    font-size: 12px;
  }
  .product-scene {
    min-height: 442px;
    padding: 46px 15px 16px;
  }
  .scene-screen {
    min-height: 275px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .scene-site-layout {
    gap: 12px;
    margin-top: 22px;
  }
  .scene-site-layout h2 {
    font-size: 32px;
  }
  .scene-portrait {
    height: 163px;
  }
  .scene-site-layout small {
    font-size: 6px;
  }
  .scene-site-top > b {
    font-size: 16px;
  }
  .scene-site-top > span {
    font-size: 6px;
  }
  .scene-site-layout p {
    font-size: 8px;
  }
  .scene-fake-button {
    font-size: 7px;
    padding: 8px 10px;
  }
  .scene-service {
    font-size: 7px;
    padding: 13px 0;
    margin-top: 15px;
  }
  .scene-service b {
    font-size: 11px;
  }
  .scene-service small {
    font-size: 7px;
  }
  .scene-receipt {
    right: -6px;
    padding: 12px 10px;
    gap: 9px;
    min-height: 64px;
  }
  .scene-receipt b {
    font-size: 9px;
  }
  .scene-receipt div > span {
    font-size: 7px;
  }
  .receipt-icon {
    width: 28px;
    height: 28px;
  }
  .scene-controls [data-scene-select] {
    padding: 7px 9px;
    font-size: 7px;
  }
  .scene-controls [data-scene-select] span {
    font-size: 9px;
  }
  .scene-description {
    font-size: 7px;
  }
  .scene-note {
    font-size: 12px;
    right: 8px;
    padding: 12px 15px;
  }
  .scene-note em {
    font-size: 15px;
  }
  .scene-offer h2,
  .scene-calendar h2 {
    font-size: 27px;
  }
  .scene-offer-row,
  .scene-offer-total {
    font-size: 9px;
  }
  .scene-appointment {
    font-size: 9px;
    gap: 8px;
  }
  .scene-appointment b {
    font-size: 9px;
  }
  .scene-appointment small {
    font-size: 7px;
  }
  .scene-orbit {
    width: 260px;
    height: 260px;
  }
  .benefit-card {
    padding: 24px;
  }
  .benefit-card h3 {
    font-size: 29px;
  }
  .paper-flow {
    gap: 7px;
  }
  .paper-flow > span {
    min-width: 72px;
    font-size: 8px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .closing-v2 h2 {
    font-size: 38px;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat:last-child {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
    align-items: center;
  }
  .stat:last-child > span {
    min-height: 0;
    font-size: 10px;
  }
  .stat:last-child > strong {
    margin: 0;
    font-size: 25px;
    text-align: right;
    grid-column: 2;
    grid-row: 1/3;
    display: block;
  }
  .stat:last-child > small {
    font-size: 9px;
  }
  .side-nav a {
    font-size: 9px;
    padding: 10px 9px;
    gap: 6px;
  }
  .side-nav a .line-icon {
    width: 12px;
    height: 12px;
  }
  .site-hero h1 {
    font-size: 43px;
  }
  .site-visual {
    height: 254px;
  }
  .site-nav {
    padding: 23px 20px;
  }
  .site-name {
    font-size: 22px;
  }
  .site-hero,
  .booking-area,
  .site-services {
    padding-left: 22px;
    padding-right: 22px;
  }
  .context-state {
    display: none;
  }
  .month-day {
    padding: 5px 2px;
    min-height: 89px;
  }
  .month-day .calendar-event b {
    font-size: 6.5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .global-motion,
  .office-context,
  .calendar-tools,
  .motion-switch,
  .scene-controls,
  .sidebar,
  .skip {
    display: none !important;
  }
  .workspace,
  .workspace-content {
    background: white;
  }
  .panel {
    box-shadow: none;
  }
  .landing-v2 .product-scene {
    break-inside: avoid;
  }
  .benefit-card,
  .journey-v2 {
    break-inside: avoid;
  }
  .scene-screen {
    min-height: 280px;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
/* Legible text on the muted surfaces, including compact mobile states. */
.scene-description,
.order-row .avatar {
  color: #4e633e;
}
.workspace-brand .business-monogram {
  color: #dbee9c;
}
.progress-trail .trail-step {
  color: #4c6146;
}

@media (max-width: 760px) {
  .mini-site {
    height: auto;
    min-height: 180px;
    padding: 12px 10px;
  }
  .mini-site b {
    font-size: 13px;
  }
}

.calendar-scroll {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 12px;
}
.month-scroll-hint {
  display: none;
}
@media (max-width: 760px) {
  .month-scroll-hint {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin: 8px 0 16px;
    line-height: 1.6;
  }
  .calendar-month {
    min-width: 700px;
  }
  .month-day {
    padding: 10px;
    min-height: 110px;
  }
  .month-day .calendar-event,
  .month-day .calendar-event b {
    font-size: 11px;
    line-height: 1.5;
  }
  .month-heading,
  .month-day-number {
    font-size: 12px;
  }
  .month-add {
    width: 26px;
    height: 26px;
    font-size: 17px;
  }
  .calendar-legend {
    font-size: 11px;
  }
  .side-nav a {
    font-size: 11px;
  }
  .view-switch button,
  .calendar-controls .row-action {
    font-size: 12px;
  }
  .btn {
    font-size: 12px;
  }
  .header .btn {
    font-size: 10px;
  }
}
.month-day.outside { color: #536346; }
.scene-orbit { max-width: calc(100% - 24px); }
.scene-orbit:before { inset: 16px; }
