/* Product stories are illustrations, separate from the salon application's UI. */
.freedom-hero {
  padding: 80px 0 0;
  background: var(--paper);
}
.freedom-grid { display: block; }
.freedom-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 0 64px;
  padding-bottom: 64px;
}
.freedom-copy > .eyebrow { grid-column: 1 / -1; margin-bottom: 35px; }
.freedom-copy h1 {
  font-size: clamp(62px, 6.9vw, 112px);
  line-height: 1.12;
  letter-spacing: -.072em;
  font-weight: 650;
  word-break: keep-all;
}
.freedom-copy h1 em { color: var(--green); font-style: normal; }
.freedom-copy .title-line { display: block; }
.freedom-intro { align-self: end; padding-bottom: 5px; }
.freedom-lead { font-size: 15px; color: #6a756c; line-height: 1.8; }
.freedom-lead strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -.04em;
}
.freedom-lead > span { display: block; }
.freedom-intro .text-link { margin-top: 24px; font-size: 13px; }
.freedom-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}
.launch-note { display: flex; align-items: center; gap: 8px; font-size: 12px; color: #71806e; }
.launch-note > span { width: 5px; height: 5px; border-radius: 50%; background: #77936b; flex-shrink: 0; }

/* The device is the full-width stage, not a thumbnail beside the headline. */
.device-experience {
  position: relative;
  min-width: 0;
  padding: 28px 38px 30px;
  border-radius: 32px;
  background: #e2e9d6;
  overflow: hidden;
}
.device-stage-toolbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.device-switch-heading { display: flex; flex-direction: column; gap: 5px; font-size: 14px; font-weight: 500; }
.example-label { font-size: 11px; line-height: 1.65; color: #68785f; font-weight: 400; }
.device-choice {
  display: flex;
  gap: 4px;
  padding: 5px;
  border: 1px solid #ccd8be;
  border-radius: 999px;
  background: #f7f8f0a6;
}
.device-choice button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 100px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: transparent;
  color: #617354;
  font-size: 13px;
  transition: background .25s ease, color .25s ease;
}
.device-choice button svg { width: 19px; height: 19px; stroke: currentColor; stroke-width: 1.4; }
.device-choice button[aria-selected="true"] { background: var(--green); color: #f7f8ee; }
.device-choice button:hover:not([aria-selected="true"]) { background: #d8e2ca; color: var(--green); }
.device-stage {
  --screen-height: 464px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 620px;
  padding: 44px 0 54px;
}
.stage-orbit { position: absolute; z-index: -1; inset: 5% -12% 2%; display: flex; align-items: center; color: #c0cfae; pointer-events: none; }
.stage-orbit svg { width: 100%; height: 100%; transform: rotate(-14deg); }
.hardware-frame {
  width: 83%;
  max-width: 960px;
  position: relative;
  z-index: 1;
  padding: 16px 20px;
  border: 1px solid #56604f;
  border-radius: 32px;
  background: #273329;
  box-shadow: 0 36px 55px -27px #2d432954, 0 3px 0 #111e18;
  transition: width .45s cubic-bezier(.2,.75,.25,1), border-radius .45s ease, padding .45s ease;
}
.hardware-camera { position: absolute; top: 50%; left: 7px; width: 5px; height: 5px; border-radius: 50%; background: #6c7968; }
.hardware-screen { display: grid; grid-template-columns: 150px minmax(0, 1fr); height: var(--screen-height); border-radius: 16px; background: #fffef9; overflow: hidden; }
.hardware-bar, .hardware-base { display: none; }
.hardware-home { position: absolute; bottom: 5px; left: 44%; width: 12%; height: 3px; border-radius: 4px; background: #71806c; }
.os-sidebar { display: flex; flex-direction: column; gap: 6px; padding: 30px 14px 22px; border-right: 1px solid #e6eadd; background: #f6f7ef; font-size: 12px; color: #75816e; }
.os-sidebar > b { padding: 0 12px; margin-bottom: 24px; font-size: 19px; letter-spacing: -.06em; color: #284b37; }
.os-sidebar > b > span { display: block; margin-top: 6px; font-size: 10px; font-weight: 400; letter-spacing: 0; color: #7c8974; }
.os-sidebar > div { display: flex; align-items: center; gap: 9px; padding: 12px; border-radius: 8px; }
.os-sidebar > .os-nav-active { background: #e0e9d5; color: #3b5e30; font-weight: 600; }
.os-sidebar svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.4; }
.os-sidebar-person { margin-top: auto; padding-left: 9px; display: flex; align-items: center; gap: 8px; font-size: 11px; }
.os-sidebar-person > i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #dce6cf; font-style: normal; }
.os-workspace { min-width: 0; padding: 27px 26px 0; }
.os-screen-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.os-screen-head small { font-size: 10px; color: #859080; }
.os-screen-head h3 { margin-top: 5px; font-size: 27px; line-height: 1.3; letter-spacing: -.06em; }
.people-stack { display: flex; align-items: center; }
.people-stack i { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid #fff; border-radius: 50%; background: #dce7ce; font-size: 11px; font-style: normal; color: #3b5535; }
.people-stack i + i { margin-left: -8px; background: #e5dbed; color: #6b5877; }
.people-stack b { margin-left: 7px; color: #6c7b62; font-size: 11px; font-weight: 400; }
.os-date { display: flex; align-items: center; justify-content: space-between; margin: 27px 0 20px; font-size: 13px; }
.os-date b { font-weight: 550; }
.os-date > span { padding: 6px 9px; border-radius: 5px; background: #edf3e5; color: #60794e; font-size: 11px; }
.os-calendar-head { display: grid; grid-template-columns: 45px 1fr 1fr; padding-bottom: 12px; border-bottom: 1px solid #e2e7dc; text-align: center; font-size: 12px; color: #62745a; }
.os-calendar-head b { display: flex; justify-content: center; align-items: center; gap: 6px; font-weight: 500; }
.os-calendar-head i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #e5ecd9; font-size: 9px; font-style: normal; }
.os-calendar-head b:last-child i { background: #eae3f1; color: #8f779f; }
.os-calendar-body { display: grid; grid-template-columns: 45px 1fr 1fr; height: 280px; overflow: hidden; }
.os-hours { display: flex; flex-direction: column; justify-content: space-between; padding: 13px 0 13px; font-size: 10px; color: #929d88; }
.os-column { position: relative; padding: 10px 8px; border-left: 1px solid #e7ebdf; background: repeating-linear-gradient(to bottom, transparent 0 69px, #e7ebdf 69px 70px); }
.os-booking { display: flex; flex-direction: column; gap: 7px; height: 104px; padding: 13px 11px; border-left: 3px solid #7e9c69; border-radius: 6px; background: #dfecd7; }
.os-booking small { font-size: 10px; color: #6f7e61; }
.os-booking b { font-size: 13px; font-weight: 550; white-space: nowrap; letter-spacing: -.03em; }
.os-booking span { font-size: 10px; color: #758968; }
.os-booking.sand { height: 76px; margin-top: 42px; background: #f1e7d6; border-color: #c3a878; }
.os-booking.lilac { margin-top: 68px; background: #eae3ef; border-color: #b29cc0; }
.os-booking.blue { margin-top: 32px; background: #e0e9ec; border-color: #8faeb7; }
.os-mobile-list, .os-screen-bottom { display: none; }
.device-side-note {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 32px;
  width: 226px;
  padding: 21px 23px;
  border: 1px solid #d5ddac;
  border-radius: 3px;
  background: #e7edb9;
  color: #43532e;
  box-shadow: 0 10px 18px #68704c14;
  transform: rotate(5deg);
  transition: transform .4s ease;
}
.device-side-note > span { display: block; margin-bottom: 10px; font-size: 11px; color: #6e7b4c; }
.device-side-note b { font-size: 18px; line-height: 1.5; letter-spacing: -.05em; font-weight: 500; }
.device-side-note svg { position: absolute; width: 38px; height: 20px; right: 16px; top: 19px; color: #8c9b5d; }
.device-caption { display: grid; grid-template-columns: 70px auto 1fr; align-items: baseline; gap: 17px; padding-top: 21px; border-top: 1px solid #c6d2b9; }
.device-caption-index { color: #80916d; font-size: 11px; font-variant-numeric: tabular-nums; }
.device-caption b { font-size: 20px; font-weight: 500; letter-spacing: -.035em; }
.device-caption > span:last-child { margin-left: auto; max-width: 430px; font-size: 13px; line-height: 1.7; color: #6e7d61; }

/* Device changes use the same reservation data and preserve tab semantics. */
[data-device="mac"] .hardware-frame, [data-device="windows"] .hardware-frame { width: 86%; padding: 9px 9px 12px; border-radius: 18px; }
[data-device="mac"] .hardware-camera, [data-device="windows"] .hardware-camera { top: 3px; left: 50%; width: 3px; height: 3px; }
[data-device="mac"] .hardware-bar, [data-device="windows"] .hardware-bar { position: relative; display: flex; align-items: center; gap: 5px; min-height: 25px; padding: 8px 11px; border-radius: 8px 8px 0 0; background: #e8ece2; }
[data-device="mac"] .hardware-bar span, [data-device="windows"] .hardware-bar span { width: 5px; height: 5px; border-radius: 50%; background: #aebda1; }
[data-device="mac"] .hardware-bar b, [data-device="windows"] .hardware-bar b { position: absolute; left: 50%; transform: translateX(-50%); font-size: 10px; font-weight: 400; color: #75816e; white-space: nowrap; }
[data-device="mac"] .hardware-screen, [data-device="windows"] .hardware-screen { height: calc(var(--screen-height) - 26px); border-radius: 0 0 9px 9px; }
[data-device="mac"] .hardware-home, [data-device="windows"] .hardware-home { display: none; }
[data-device="mac"] .hardware-base { position: absolute; z-index: 2; bottom: 58px; display: block; width: 93%; max-width: 1030px; height: 16px; border-radius: 2px 2px 50% 50%; background: linear-gradient(#c4cebc, #8d9a85); }
[data-device="windows"] .hardware-base { position: absolute; display: block; bottom: 31px; width: 150px; height: 44px; border-bottom: 8px solid #879780; border-radius: 0 0 5px 5px; background: linear-gradient(90deg, transparent 37%, #9bad91 37% 63%, transparent 63%); }
[data-device="android"] .hardware-frame { width: 294px; padding: 9px 8px 14px; border-radius: 38px; }
[data-device="android"] .hardware-screen { display: block; height: 496px; border-radius: 28px; }
[data-device="android"] .hardware-camera { top: 15px; left: 50%; z-index: 2; width: 6px; height: 6px; background: #2c3a2b; }
[data-device="android"] .os-sidebar, [data-device="android"] .os-calendar { display: none; }
[data-device="android"] .os-workspace { padding: 33px 17px 0; }
[data-device="android"] .os-screen-head h3 { font-size: 25px; }
[data-device="android"] .os-screen-head small { font-size: 10px; }
[data-device="android"] .os-screen-head .people-stack b { display: none; }
[data-device="android"] .people-stack i { width: 25px; height: 25px; }
[data-device="android"] .os-date { margin: 26px 0 21px; font-size: 12px; }
[data-device="android"] .os-mobile-list { display: block; }
[data-device="android"] .os-mobile-list > div { display: flex; align-items: center; gap: 8px; padding: 19px 0; border-top: 1px solid #e5ebdf; }
[data-device="android"] .os-mobile-list time { font-size: 10px; color: #909c87; }
[data-device="android"] .os-mobile-list span { display: flex; flex-direction: column; gap: 7px; }
[data-device="android"] .os-mobile-list b { font-size: 12px; font-weight: 550; letter-spacing: -.025em; }
[data-device="android"] .os-mobile-list small { font-size: 10px; color: #819371; }
[data-device="android"] .os-mobile-list i { margin-left: auto; padding: 4px; border-radius: 3px; background: #eaf1df; color: #71875d; font-size: 10px; font-style: normal; white-space: nowrap; }
[data-device="android"] .os-screen-bottom { display: flex; align-items: center; justify-content: center; gap: 25px; margin: 13px -17px 0; padding: 23px 0; background: #f4f7ed; font-size: 11px; color: #829072; }
[data-device="android"] .os-screen-bottom svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.4; }
[data-device="android"] .device-side-note { right: 10%; bottom: 95px; transform: rotate(-5deg); }
.freedom-foot { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 29px 0 37px; color: #728066; }
.freedom-foot > span { font-size: 12px; font-weight: 500; line-height: 1.7; }
.freedom-foot p { font-size: 11px; line-height: 1.8; }

/* A shared workday: two large windows with a deliberate offset. */
.shared-section { padding: 145px 0; background: var(--paper); }
.experience-heading { align-items: flex-end; margin-bottom: 56px; }
.experience-heading h2, .phone-story h2, .continuity-section h2 { font-weight: 600; line-height: 1.18; letter-spacing: -.065em; }
.experience-heading > p { max-width: 340px; padding-bottom: 4px; color: #6d796b; font-size: 15px; line-height: 1.9; }
.shared-demo { padding: 34px 42px 35px; border-radius: 28px; background: #253129; overflow: hidden; }
.shared-demo-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 36px; }
.shared-demo-toolbar .people-stack i { width: 32px; height: 32px; border-color: #253129; }
.shared-demo-toolbar .people-stack b { margin-left: 12px; font-size: 15px; color: #eef1e1; }
.shared-demo-toolbar .example-label { color: #aebea1; }
.shared-boards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; padding-bottom: 40px; }
.shared-board { position: relative; min-width: 0; padding: 25px 26px 18px; border-radius: 14px; background: #fffef9; box-shadow: 0 20px 36px #111d1738; }
.shared-board.second-board { margin-top: 48px; }
.shared-board-title { display: flex; align-items: center; gap: 11px; }
.person-avatar { display: grid; place-items: center; width: 39px; height: 39px; flex-shrink: 0; border-radius: 50%; background: #dde9d1; font-size: 14px; }
.second-board .person-avatar { background: #e7dcf0; }
.shared-board-title > span:nth-child(2) { display: flex; flex-direction: column; gap: 4px; }
.shared-board-title b { font-size: 14px; font-weight: 550; }
.shared-board-title small { font-size: 11px; color: #87927b; }
.shared-board-title i { display: flex; align-items: center; gap: 5px; margin-left: auto; color: #6f895b; font-size: 10px; font-style: normal; }
.shared-board-title i > span { width: 5px; height: 5px; border-radius: 50%; background: #89a56c; }
.shared-date { display: flex; align-items: center; margin: 28px 0 19px; font-size: 23px; font-weight: 550; letter-spacing: -.04em; }
.shared-date small { margin-left: 7px; color: #89967e; font-size: 11px; font-weight: 400; }
.shared-total { margin-left: auto; padding: 6px 8px; border-radius: 5px; background: #eaf0e0; color: #7a8b6c; font-size: 10px; font-weight: 400; letter-spacing: 0; }
.shared-total b { margin-left: 3px; color: #4a6839; font-size: 14px; font-weight: 600; }
.shared-grid { display: grid; grid-template-columns: 45px minmax(0, 1fr); height: 263px; }
.shared-time { display: flex; flex-direction: column; justify-content: space-between; padding: 11px 0 54px; font-size: 11px; color: #91a084; }
.shared-slots { position: relative; padding-left: 10px; border-left: 1px solid #e3e9da; background: repeating-linear-gradient(to bottom, #e3e9da 0 1px, transparent 1px 88px); }
.shared-existing { display: flex; flex-direction: column; gap: 8px; height: 72px; margin-top: 7px; padding: 15px; border-left: 3px solid #c5b182; border-radius: 5px; background: #f1e9d9; }
.shared-existing b { font-size: 14px; font-weight: 500; }
.shared-existing span { font-size: 11px; color: #8f8060; }
.shared-new { position: relative; display: flex; flex-direction: column; gap: 8px; margin-top: 20px; padding: 17px 15px; border: 1px solid #b9cba9; border-left: 3px solid #81a064; border-radius: 5px; background: #e1ecd8; animation: booking-arrives .5s cubic-bezier(.2,.75,.25,1); }
.shared-new b { margin-top: 4px; font-size: 16px; font-weight: 550; }
.shared-new small { font-size: 12px; color: #6e865c; }
.booking-source { align-self: flex-start; padding: 3px 6px; border-radius: 3px; background: #fff9; color: #6b8259; font-size: 10px; }
.shared-presence { display: flex; align-items: center; gap: 8px; padding-top: 13px; border-top: 1px solid #e9eede; color: #829272; font-size: 11px; }
.presence-cursor { color: #a28ab4; font-size: 21px; line-height: 1; }
.second-board .presence-cursor { color: #83a264; }
.shared-demo-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 21px; border-top: 1px solid #4b5d45; }
.shared-demo-bottom .button { flex-shrink: 0; padding: 18px 23px; background: #e4edcf; color: #314b27; font-size: 14px; }
.shared-demo-bottom .button:hover { background: #f0f5e4; }
.shared-demo-bottom p { max-width: 410px; font-size: 13px; color: #b2c1a6; }
.shared-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 47px; }
.shared-benefits article { padding-top: 20px; border-top: 1px solid #d7dfcf; }
.shared-benefits article > span { font-size: 11px; color: #8a9b7a; }
.shared-benefits h3 { margin: 20px 0 12px; font-size: 23px; font-weight: 550; letter-spacing: -.05em; }
.shared-benefits p { max-width: 315px; color: #7a876e; font-size: 14px; line-height: 1.85; }
.integration-caption { margin-top: 32px; font-size: 12px; color: #7b8b6e; }
.feature-more { margin-top: 22px; }

/* A broad, quieter scene gives the phone story a different rhythm. */
.phone-story { padding: 140px 0; background: #ecefe4; }
.phone-story-grid { display: grid; gap: 54px; }
.phone-story-copy { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 0 50px; }
.phone-story-copy .eyebrow { grid-column: 1 / -1; }
.phone-story-copy > p { padding-bottom: 5px; color: #718066; font-size: 15px; line-height: 1.9; }
.phone-flow { width: 100%; border: 1px solid #d3dec8; border-radius: 24px; background: #f7f8f0; overflow: hidden; }
.flow-tabs { display: flex; gap: 12px; padding: 17px 24px; border-bottom: 1px solid #dce3d3; }
.flow-tabs button { flex: 1 1 0; min-width: 0; min-height: 48px; padding: 12px 18px; border-radius: 999px; background: transparent; color: #829573; font-size: 14px; white-space: normal; word-break: keep-all; overflow-wrap: anywhere; }
.flow-tabs button > span { margin-right: 14px; color: #91a181; font-size: 11px; font-variant-numeric: tabular-nums; }
.flow-tabs button[aria-selected="true"] { background: #dfe8d2; color: #345b2f; font-weight: 500; }
.flow-tabs button[aria-selected="true"] > span { color: #678252; }
.call-panel { min-height: 415px; padding: 27px 34px 0; }
.call-panel > .example-label { color: #809070; }
.call-view { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 357px; }
.call-avatar { display: grid; place-items: center; width: 57px; height: 57px; margin-bottom: 20px; border: 1px solid #c5d6b8; border-radius: 50%; background: #e4edd9; color: #6a8858; }
.call-avatar svg { width: 25px; height: 25px; }
.call-question { color: #344c2b; font-size: 40px; line-height: 1.45; font-weight: 500; letter-spacing: -.055em; text-align: center; }
.call-reply { margin-top: 21px; color: #7c8e6f; font-size: 14px; line-height: 1.8; text-align: center; }
.call-summary { width: 100%; max-width: 570px; padding: 24px 28px; border: 1px solid #d7e0cc; border-radius: 13px; background: #fffef8; }
.call-summary > span { color: #718461; font-size: 13px; }
.call-summary dl { margin: 13px 0 20px; }
.call-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #e6ecde; font-size: 14px; }
.call-summary dt { color: #8d9b80; }
.call-summary dd { margin: 0; color: #546e42; font-weight: 500; text-align: right; }
.call-summary > p { color: #8c9b7d; font-size: 11px; text-align: center; }
.call-result { position: relative; width: 100%; max-width: 610px; min-height: 300px; }
.call-result > span { display: block; color: #6c865b; font-size: 15px; }
.call-result-hours { display: flex; flex-direction: column; gap: 47px; margin-top: 28px; padding-top: 8px; background: repeating-linear-gradient(to bottom, #d7e2cb 0 1px, transparent 1px 62px); }
.call-result-hours time { color: #92a282; font-size: 11px; }
.call-result-booking { position: absolute; top: 112px; right: 0; left: 66px; display: flex; flex-direction: column; gap: 9px; padding: 16px 20px; border-left: 3px solid #85a46b; border-radius: 5px; background: #dfeacf; animation: booking-arrives .4s ease-out; }
.call-result-booking > span { color: #7b9465; font-size: 11px; }
.call-result-booking > b { color: #486638; font-size: 20px; font-weight: 550; }
.call-result-booking > small { color: #809d68; font-size: 12px; }
.call-result > p { margin-top: 34px; color: #7b936b; font-size: 13px; line-height: 1.7; text-align: center; }
.call-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; padding: 20px 34px; border-top: 1px solid #dce4d1; }
.call-controls p { color: #7c9070; font-size: 12px; line-height: 1.7; }
.call-controls button { min-height: 44px; color: #436239; font-size: 14px; white-space: nowrap; }
.call-controls button svg { width: 22px; }
.status-label { display: inline-flex; width: fit-content; padding: 7px 11px; border: 1px solid #b9cca8; border-radius: 999px; color: #6a8658; font-size: 11px; font-weight: 500; line-height: 1.6; }

/* The future continuity story is deliberately labelled as a design preview. */
.continuity-section { padding: 140px 0; background: #183f33; color: #f1f4e8; }
.continuity-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 65px 56px; align-items: center; }
.continuity-copy { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 0 40px; }
.continuity-copy .eyebrow { color: #b6cba5; }
.continuity-copy .status-label { justify-self: end; align-self: start; border-color: #6f8860; color: #c4d798; }
.continuity-copy h2 { grid-column: 1 / -1; font-size: clamp(44px, 5.6vw, 82px); margin-top: 14px; }
.continuity-copy > p { grid-column: 2; margin-top: 32px; color: #b6c8ab; font-size: 15px; line-height: 1.95; }
.continuity-demo { padding: 28px; border: 1px solid #58764d; border-radius: 22px; background: #244d3a; box-shadow: 0 28px 45px #09291d20; }
.continuity-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; color: #c9d9ba; font-size: 14px; }
.continuity-top .example-label { color: #a5c092; }
.network-tabs { display: flex; gap: 4px; padding: 5px; border: 1px solid #59754d; border-radius: 999px; background: #1e4331; }
.network-tabs button { flex: 1; min-height: 47px; padding: 12px 9px; border-radius: 999px; background: transparent; color: #a6c090; font-size: 12px; white-space: nowrap; }
.network-tabs button[aria-selected="true"] { background: #d1e1a5; color: #3b5630; font-weight: 550; }
.network-map { display: flex; align-items: center; justify-content: center; min-height: 284px; padding: 40px 20px 31px; }
.network-store, .network-cloud { display: flex; flex: 0 0 160px; flex-direction: column; align-items: center; gap: 10px; }
.network-store > span, .network-cloud > span { display: grid; place-items: center; width: 86px; height: 86px; margin-bottom: 5px; border: 1px solid #7e9c63; border-radius: 22px; background: #3b6343; color: #c9dca0; }
.network-store svg { width: 42px; height: 42px; stroke: currentColor; stroke-width: 1.1; }
.network-store b, .network-cloud b { font-size: 16px; font-weight: 500; }
.network-store small, .network-cloud small { color: #9dbc88; font-size: 11px; }
.network-store i { margin-top: 3px; padding: 5px 9px; border-radius: 4px; background: #c3d991; color: #496139; font-size: 10px; font-style: normal; }
.network-cloud { padding-bottom: 31px; transition: opacity .3s ease; }
.network-cloud > span { border: 0; background: transparent; }
.network-cloud svg { width: 84px; height: 62px; }
.network-line { position: relative; display: flex; flex: 1; align-items: center; justify-content: center; min-width: 42px; max-width: 160px; padding-bottom: 74px; }
.network-line > span { position: relative; display: block; width: 100%; border-top: 1px solid #7f9e5e; }
.network-line > span::after { position: absolute; top: -4px; right: 0; width: 7px; height: 7px; border-radius: 50%; background: #c8df8b; content: ''; }
.network-line > b { position: absolute; top: 22px; color: #abc789; font-size: 11px; font-weight: 400; white-space: nowrap; }
.network-log { min-height: 107px; padding: 20px; border: 1px solid #59744d; border-radius: 11px; background: #2c543c; }
.network-log > div { display: flex; align-items: center; gap: 9px; }
.network-log > div > span { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: #c6dc8d; }
.network-log b { font-size: 13px; font-weight: 500; line-height: 1.6; }
.network-log p { margin-top: 10px; padding-left: 15px; color: #afc998; font-size: 12px; line-height: 1.8; }
.network-caption { min-height: 38px; margin-top: 19px; color: #a5bd8f; font-size: 11px; line-height: 1.8; }
[data-network="local"] .network-cloud { opacity: .48; }
[data-network="local"] .network-line > span { border-top: 1px dashed #9ba674; }
[data-network="local"] .network-line > span::after { left: 45%; right: auto; background: #dfb684; }
[data-network="local"] .network-line > b { color: #d9bd94; }
[data-network="restored"] .network-store > span { background: #4b6f42; }
[data-network="restored"] .network-line > span::after { animation: record-sync .9s ease-out 2; }
.continuity-detail { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 40px; }
.continuity-detail ul { display: flex; flex-direction: column; gap: 24px; margin: 0; padding: 0; list-style: none; }
.continuity-detail li { display: flex; align-items: flex-start; gap: 15px; color: #c7d7b8; font-size: 15px; line-height: 1.8; word-break: keep-all; }
.continuity-detail li > span { padding-top: 3px; color: #89ac72; font-size: 11px; }
.continuity-detail details { margin-top: 0; padding-top: 25px; border-top: 1px solid #4b6c45; }
.continuity-detail summary { min-height: 44px; color: #b2cd9d; font-size: 13px; line-height: 1.7; cursor: pointer; }
.continuity-detail details p { margin-top: 10px; color: #9fb98d; font-size: 12px; line-height: 1.9; }

@keyframes booking-arrives {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes record-sync { from { left: 0; } to { left: 100%; } }
@keyframes experience-reveal {
  from { opacity: .5; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.experience-revealed { animation: experience-reveal .8s cubic-bezier(.2,.75,.25,1) both; }

@media (max-width: 1150px) {
  .freedom-copy { grid-template-columns: minmax(0, 1fr) 260px; column-gap: 30px; }
  .freedom-copy h1 { font-size: clamp(56px, 6.7vw, 83px); }
  .freedom-lead { font-size: 14px; }
  .freedom-lead strong { font-size: 21px; }
  .device-experience { padding-inline: 28px; }
  .device-stage { --screen-height: 426px; height: 580px; }
  .hardware-frame { width: 89%; }
  .hardware-screen { grid-template-columns: 120px minmax(0, 1fr); }
  .os-sidebar { padding-inline: 10px; font-size: 11px; }
  .os-sidebar > b { font-size: 17px; padding-inline: 8px; }
  .os-sidebar > div { padding: 11px 8px; }
  .os-workspace { padding: 24px 20px 0; }
  .os-screen-head h3 { font-size: 25px; }
  .os-screen-head .people-stack b { display: none; }
  .os-booking { padding-inline: 9px; }
  .os-booking b { font-size: 12px; }
  .os-date { margin: 22px 0 17px; }
  .device-caption { grid-template-columns: 55px 1fr; gap: 8px 15px; }
  .device-caption > span:last-child { grid-column: 2; margin-left: 0; max-width: none; }
  [data-device="mac"] .hardware-frame, [data-device="windows"] .hardware-frame { width: 90%; }
  [data-device="mac"] .hardware-base { width: 98%; bottom: 60px; }
  [data-device="windows"] .hardware-base { bottom: 33px; }
  [data-device="android"] .device-side-note { right: 4%; }
  .shared-demo { padding-inline: 30px; }
  .shared-boards { gap: 20px; }
  .shared-board { padding: 21px 19px 17px; }
  .shared-date { font-size: 21px; }
  .shared-total { font-size: 10px; padding-inline: 6px; }
  .shared-benefits { gap: 30px; }
  .shared-benefits h3 { font-size: 21px; }
  .phone-story-copy { grid-template-columns: minmax(0, 1fr) 290px; column-gap: 35px; }
  .continuity-grid { grid-template-columns: minmax(0, 1fr) 290px; gap: 50px 35px; }
  .continuity-demo { padding: 22px; }
  .network-map { padding-inline: 0; }
  .network-store, .network-cloud { flex-basis: 125px; }
}

@media (max-width: 900px) {
  .freedom-hero { padding-top: 58px; }
  .freedom-copy { grid-template-columns: 1fr; padding-bottom: 45px; }
  .freedom-copy h1 { font-size: clamp(58px, 8.8vw, 80px); }
  .freedom-copy > .eyebrow { margin-bottom: 29px; }
  .freedom-intro { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: 27px; }
  .freedom-lead strong { display: none; }
  .freedom-lead > span > br:last-child { display: none; }
  .freedom-intro .text-link { margin: 0; flex-shrink: 0; }
  .freedom-actions { flex-wrap: wrap; gap: 20px; margin-top: 25px; }
  .device-experience { padding: 23px 25px 25px; }
  .device-stage-toolbar { flex-direction: column; gap: 18px; }
  .device-switch-heading { flex-direction: row; justify-content: space-between; width: 100%; font-size: 13px; }
  .device-choice { width: 100%; max-width: 490px; }
  .device-choice button { min-width: 0; flex: 1; }
  .device-stage { --screen-height: 365px; height: 502px; }
  .hardware-frame { width: 96%; padding: 15px 17px; border-radius: 25px; }
  .hardware-screen { grid-template-columns: minmax(0, 1fr); border-radius: 10px; }
  .os-sidebar { display: none; }
  .os-workspace { padding: 24px 25px 0; }
  .os-screen-head h3 { font-size: 26px; }
  .os-date { margin: 20px 0 16px; }
  .os-calendar-head { grid-template-columns: 43px 1fr 1fr; }
  .os-calendar-body { grid-template-columns: 43px 1fr 1fr; height: 230px; }
  .os-booking { height: 86px; gap: 6px; }
  .os-booking.sand { height: 64px; margin-top: 30px; }
  .os-booking.lilac { margin-top: 54px; }
  .os-column { background-size: auto 58px; background-image: linear-gradient(to bottom, transparent 0 57px, #e7ebdf 57px 58px); }
  .device-side-note { bottom: 17px; width: 205px; padding: 17px 20px; }
  .device-side-note b { font-size: 16px; }
  [data-device="mac"] .hardware-frame, [data-device="windows"] .hardware-frame { width: 93%; }
  [data-device="mac"] .hardware-base { width: 100%; bottom: 52px; }
  [data-device="windows"] .hardware-base { bottom: 25px; }
  [data-device="android"] .hardware-screen { height: 410px; }
  [data-device="android"] .os-workspace { padding: 31px 17px 0; }
  [data-device="android"] .os-date { margin-block: 19px; }
  [data-device="android"] .os-mobile-list > div { padding-block: 14px; }
  [data-device="android"] .os-screen-bottom { margin-top: 8px; padding-block: 17px; }
  [data-device="android"] .device-side-note { right: 0; bottom: 33px; }
  .freedom-foot { align-items: flex-start; gap: 30px; }
  .freedom-foot > span { max-width: 280px; }
  .freedom-foot p { max-width: 310px; }
  .shared-section, .phone-story, .continuity-section { padding-block: 100px; }
  .experience-heading { align-items: flex-start; gap: 30px; }
  .experience-heading > p { max-width: 245px; padding-top: 43px; font-size: 13px; }
  .experience-heading > p br { display: none; }
  .shared-demo { padding: 27px; }
  .shared-demo-toolbar { align-items: flex-start; margin-bottom: 28px; }
  .shared-demo-toolbar .people-stack b { font-size: 13px; }
  .shared-demo-toolbar .example-label { max-width: 220px; text-align: right; }
  .shared-boards { gap: 17px; padding-bottom: 27px; }
  .shared-board { padding: 18px 15px 14px; }
  .shared-board-title { gap: 8px; }
  .person-avatar { width: 31px; height: 31px; font-size: 11px; }
  .shared-board-title b { font-size: 12px; }
  .shared-board-title i { font-size: 10px; }
  .shared-board-title i > span { display: none; }
  .shared-date { font-size: 18px; margin: 21px 0 15px; flex-wrap: wrap; gap: 9px 0; }
  .shared-date small { font-size: 10px; }
  .shared-total { margin-left: auto; }
  .shared-grid { grid-template-columns: 37px minmax(0, 1fr); height: 236px; }
  .shared-time { font-size: 10px; padding-bottom: 49px; }
  .shared-slots { padding-left: 7px; background-size: auto 79px; background-image: linear-gradient(to bottom, #e3e9da 0 1px, transparent 1px); }
  .shared-existing { padding: 13px 10px; height: 65px; }
  .shared-existing b { font-size: 12px; }
  .shared-existing span { font-size: 10px; }
  .shared-new { padding: 12px 10px; margin-top: 19px; }
  .shared-new b { font-size: 13px; }
  .shared-new small { font-size: 10px; }
  .shared-presence { align-items: flex-start; font-size: 10px; line-height: 1.65; }
  .shared-demo-bottom { gap: 22px; }
  .shared-demo-bottom .button { font-size: 12px; padding: 17px 19px; }
  .shared-demo-bottom p { font-size: 12px; }
  .shared-benefits { gap: 23px; }
  .shared-benefits h3 { font-size: 19px; }
  .shared-benefits p { font-size: 13px; }
  .phone-story-copy { grid-template-columns: minmax(0, 1fr) 245px; gap: 0 30px; }
  .phone-story-copy > p { font-size: 13px; }
  .continuity-copy { grid-template-columns: minmax(0, 1fr) 330px; gap: 0 20px; }
  .continuity-copy h2 { font-size: clamp(42px, 6vw, 65px); }
  .continuity-copy > p { font-size: 14px; }
  .continuity-grid { grid-template-columns: 1fr; gap: 43px; }
  .continuity-demo { padding: 30px; }
  .network-store, .network-cloud { flex-basis: 170px; }
  .network-map { min-height: 283px; }
  .continuity-detail { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; }
  .continuity-detail li { font-size: 13px; gap: 11px; }
  .continuity-detail ul { gap: 17px; }
  .continuity-detail details { margin: 0; padding-top: 15px; }
}

@media (max-width: 620px) {
  .freedom-hero { padding-top: 44px; }
  .freedom-copy { padding-bottom: 33px; }
  .freedom-copy > .eyebrow { font-size: 11px; line-height: 1.6; margin-bottom: 26px; letter-spacing: -.015em; }
  .freedom-copy h1 { font-size: clamp(40px, 10.8vw, 66px); line-height: 1.2; letter-spacing: -.07em; }
  .freedom-intro { display: block; margin-top: 25px; }
  .freedom-lead { font-size: 14px; line-height: 1.85; }
  .freedom-intro .text-link { margin-top: 21px; min-height: 32px; font-size: 12px; }
  .freedom-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; margin-top: 23px; }
  .freedom-actions .button { min-height: 52px; padding: 16px 23px; font-size: 13px; }
  .launch-note { font-size: 11px; gap: 6px; }
  .device-experience { margin-inline: -5px; padding: 20px 15px 22px; border-radius: 20px; }
  .device-stage-toolbar { gap: 14px; }
  .device-switch-heading { align-items: center; font-size: 12px; gap: 10px; }
  .example-label { font-size: 10px; }
  .device-choice { gap: 1px; padding: 4px; }
  .device-choice button { gap: 5px; min-height: 44px; padding: 10px 5px; font-size: 11px; }
  .device-choice button svg { width: 15px; height: 15px; }
  .device-stage { --screen-height: 340px; height: 428px; padding: 32px 0; }
  .stage-orbit { inset: 9% -35% 5%; }
  .hardware-frame { width: 100%; padding: 12px 10px; border-radius: 21px; }
  .hardware-camera { width: 3px; height: 3px; left: 3px; }
  .hardware-screen { border-radius: 10px; }
  .hardware-home { height: 2px; bottom: 4px; }
  .os-workspace { padding: 20px 13px 0; }
  .os-screen-head { gap: 5px; }
  .os-screen-head small { font-size: 10px; }
  .os-screen-head h3 { margin-top: 4px; font-size: 22px; }
  .people-stack i { width: 24px; height: 24px; font-size: 10px; }
  .os-date { margin: 21px 0 14px; font-size: 12px; }
  .os-date > span { padding: 5px 7px; font-size: 10px; }
  .os-calendar-head { grid-template-columns: 33px 1fr 1fr; font-size: 10px; padding-bottom: 10px; }
  .os-calendar-head b { gap: 3px; }
  .os-calendar-head i { display: none; }
  .os-calendar-body { grid-template-columns: 33px 1fr 1fr; height: 200px; }
  .os-hours { padding-top: 10px; font-size: 10px; }
  .os-column { padding: 7px 5px; background-size: auto 60px; }
  .os-booking { height: 80px; padding: 10px 6px; gap: 7px; border-left-width: 2px; }
  .os-booking small { font-size: 10px; letter-spacing: -.025em; }
  .os-booking b { font-size: 10px; letter-spacing: -.06em; }
  .os-booking span { font-size: 10px; line-height: 1.4; }
  .os-booking.sand { height: 67px; margin-top: 38px; }
  .os-booking.lilac { margin-top: 52px; }
  .os-booking.blue { margin-top: 20px; }
  .device-side-note { display: none; }
  .device-caption { grid-template-columns: 1fr; gap: 7px; padding-top: 18px; }
  .device-caption-index { font-size: 10px; }
  .device-caption b { margin-top: 2px; font-size: 18px; line-height: 1.45; }
  .device-caption > span:last-child { grid-column: 1; min-height: 41px; margin: 0; max-width: none; font-size: 12px; line-height: 1.75; }
  [data-device="mac"] .hardware-frame, [data-device="windows"] .hardware-frame { width: 97%; padding: 7px 7px 11px; border-radius: 13px; }
  [data-device="mac"] .hardware-bar, [data-device="windows"] .hardware-bar { padding: 7px; min-height: 24px; }
  [data-device="mac"] .hardware-bar b, [data-device="windows"] .hardware-bar b { font-size: 10px; }
  [data-device="mac"] .hardware-bar span, [data-device="windows"] .hardware-bar span { width: 4px; height: 4px; }
  [data-device="mac"] .hardware-screen, [data-device="windows"] .hardware-screen { height: 316px; }
  [data-device="mac"] .os-workspace, [data-device="windows"] .os-workspace { padding: 16px 10px 0; }
  [data-device="mac"] .hardware-base { bottom: 30px; height: 12px; width: 100%; }
  [data-device="windows"] .hardware-base { bottom: 9px; height: 32px; width: 100px; }
  [data-device="android"] .hardware-frame { width: 267px; padding: 8px 7px 13px; border-radius: 32px; }
  [data-device="android"] .hardware-screen { height: 378px; border-radius: 24px; }
  [data-device="android"] .hardware-camera { top: 13px; width: 5px; height: 5px; }
  [data-device="android"] .os-workspace { padding: 28px 13px 0; }
  [data-device="android"] .os-screen-head h3 { font-size: 22px; }
  [data-device="android"] .os-screen-head small { font-size: 10px; }
  [data-device="android"] .os-date { margin: 19px 0 17px; }
  [data-device="android"] .os-mobile-list > div { gap: 7px; padding-block: 13px; }
  [data-device="android"] .os-mobile-list b { font-size: 11px; }
  [data-device="android"] .os-mobile-list small, [data-device="android"] .os-mobile-list time, [data-device="android"] .os-mobile-list i { font-size: 10px; }
  [data-device="android"] .os-screen-bottom { gap: 21px; padding-block: 18px; margin-inline: -13px; font-size: 11px; }
  .freedom-foot { display: block; padding-block: 24px 28px; }
  .freedom-foot > span { display: block; max-width: none; font-size: 11px; }
  .freedom-foot p { margin-top: 12px; max-width: none; font-size: 11px; line-height: 1.8; }
  .shared-section, .phone-story, .continuity-section { padding-block: 78px; }
  .experience-heading { display: block; margin-bottom: 34px; }
  .experience-heading h2, .phone-story h2 { font-size: clamp(32px, 9.1vw, 54px); line-height: 1.23; }
  .experience-heading .eyebrow, .phone-story .eyebrow, .continuity-copy .eyebrow { font-size: 11px; margin-bottom: 24px; }
  .experience-heading > p { max-width: none; margin-top: 23px; padding: 0; font-size: 14px; line-height: 1.85; }
  .shared-demo { padding: 22px 16px 24px; border-radius: 20px; }
  .shared-demo-toolbar { flex-direction: column; gap: 12px; margin-bottom: 24px; }
  .shared-demo-toolbar .people-stack b { margin-left: 9px; font-size: 14px; }
  .shared-demo-toolbar .people-stack i { width: 29px; height: 29px; }
  .shared-demo-toolbar .example-label { max-width: none; font-size: 10px; text-align: left; }
  .shared-boards { grid-template-columns: 1fr; gap: 18px; padding-bottom: 25px; }
  .shared-board { padding: 20px 18px 16px; border-radius: 11px; }
  .shared-board.second-board { margin: 0; }
  .person-avatar { width: 35px; height: 35px; font-size: 12px; }
  .shared-board-title b { font-size: 13px; }
  .shared-board-title small { font-size: 10px; }
  .shared-board-title i { font-size: 10px; }
  .shared-board-title i > span { display: block; }
  .shared-date { flex-wrap: nowrap; margin: 22px 0 16px; font-size: 21px; }
  .shared-date small { margin-left: 5px; font-size: 10px; }
  .shared-total { font-size: 10px; }
  .shared-total b { font-size: 13px; }
  .shared-grid { grid-template-columns: 38px minmax(0, 1fr); height: 227px; }
  .shared-time { padding-bottom: 41px; }
  .shared-slots { background-size: auto 76px; }
  .shared-existing { padding: 13px 11px; height: 63px; gap: 7px; }
  .shared-existing b { font-size: 13px; }
  .shared-existing span { font-size: 11px; }
  .shared-new { margin-top: 17px; padding: 11px; gap: 7px; }
  .shared-new b { font-size: 14px; }
  .shared-new small { font-size: 11px; }
  .shared-presence { align-items: center; font-size: 10px; padding-top: 10px; }
  .shared-demo-bottom { flex-direction: column; align-items: stretch; gap: 16px; padding-top: 24px; }
  .shared-demo-bottom .button { width: 100%; min-height: 52px; font-size: 13px; }
  .shared-demo-bottom p { min-height: 42px; padding-inline: 2px; font-size: 12px; text-align: center; }
  .shared-demo-bottom p br { display: none; }
  .shared-benefits { grid-template-columns: 1fr; gap: 23px; margin-top: 31px; }
  .shared-benefits article { display: grid; grid-template-columns: 36px minmax(0, 1fr); column-gap: 9px; padding-top: 23px; }
  .shared-benefits article > span { padding-top: 5px; font-size: 11px; }
  .shared-benefits h3 { margin: 0 0 10px; font-size: 22px; }
  .shared-benefits p { grid-column: 2; max-width: none; font-size: 14px; line-height: 1.85; }
  .integration-caption { margin-top: 28px; font-size: 11px; line-height: 1.85; }
  .phone-story-grid { gap: 33px; }
  .phone-story-copy { display: block; }
  .phone-story-copy > p { margin-top: 23px; padding: 0; font-size: 14px; line-height: 1.85; }
  .phone-flow { border-radius: 18px; }
  .flow-tabs { gap: 3px; padding: 10px; }
  .flow-tabs button { min-height: 72px; padding: 10px 5px; font-size: 12px; line-height: 1.45; }
  .flow-tabs button > span { display: block; margin: 0 0 4px; font-size: 10px; }
  .call-panel { min-height: 386px; padding: 20px 18px 0; }
  .call-panel > .example-label { font-size: 10px; }
  .call-view { min-height: 337px; }
  .call-avatar { width: 53px; height: 53px; margin-bottom: 20px; }
  .call-question { font-size: clamp(23px, 6.5vw, 35px); line-height: 1.55; letter-spacing: -.045em; }
  .call-reply { font-size: 12px; margin-top: 20px; }
  .call-summary { padding: 19px 17px; }
  .call-summary > span { font-size: 11px; }
  .call-summary dl { margin-block: 12px 17px; }
  .call-summary dl > div { gap: 12px; padding-block: 12px; font-size: 12px; }
  .call-summary > p { font-size: 10px; line-height: 1.8; }
  .call-result { min-height: 279px; }
  .call-result > span { font-size: 13px; }
  .call-result-hours { margin-top: 25px; gap: 43px; background-size: auto 59px; }
  .call-result-hours time { font-size: 10px; }
  .call-result-booking { left: 44px; top: 109px; padding: 14px 13px; gap: 8px; }
  .call-result-booking > span { font-size: 10px; }
  .call-result-booking > b { font-size: 15px; }
  .call-result-booking > small { font-size: 11px; }
  .call-result > p { margin-top: 30px; font-size: 12px; }
  .call-controls { min-height: 92px; gap: 17px; padding: 18px; }
  .call-controls p { max-width: 180px; font-size: 11px; }
  .call-controls button { gap: 8px; font-size: 12px; }
  .call-controls button svg { width: 18px; }
  .status-label { font-size: 10px; padding: 7px 10px; }
  .continuity-copy { display: block; }
  .continuity-copy .eyebrow { margin-bottom: 18px; }
  .continuity-copy .status-label { margin-bottom: 25px; }
  .continuity-copy h2 { margin: 0; font-size: clamp(31px, 8.5vw, 48px); line-height: 1.3; }
  .continuity-copy > p { margin-top: 25px; font-size: 14px; line-height: 1.95; }
  .continuity-grid { gap: 33px; }
  .continuity-demo { padding: 21px 17px; border-radius: 18px; }
  .continuity-top { gap: 10px; margin-bottom: 21px; font-size: 12px; }
  .continuity-top .example-label { font-size: 10px; }
  .network-tabs { padding: 4px; gap: 2px; }
  .network-tabs button { min-height: 44px; padding: 10px 3px; font-size: 11px; }
  .network-map { min-height: 242px; padding: 32px 0 26px; }
  .network-store, .network-cloud { flex-basis: 104px; gap: 8px; }
  .network-store > span, .network-cloud > span { width: 65px; height: 65px; border-radius: 17px; }
  .network-store svg { width: 32px; height: 32px; }
  .network-cloud svg { width: 62px; height: 48px; }
  .network-store b, .network-cloud b { font-size: 13px; }
  .network-store small, .network-cloud small { font-size: 10px; }
  .network-store i { padding: 4px 7px; font-size: 10px; }
  .network-cloud { padding-bottom: 29px; }
  .network-line { min-width: 26px; padding-bottom: 65px; }
  .network-line > b { top: 18px; font-size: 10px; }
  .network-line > span::after { width: 5px; height: 5px; top: -3px; }
  .network-log { min-height: 126px; padding: 16px 13px; }
  .network-log > div { align-items: flex-start; gap: 8px; }
  .network-log > div > span { margin-top: 7px; width: 5px; height: 5px; }
  .network-log b { font-size: 12px; }
  .network-log p { padding-left: 13px; margin-top: 8px; font-size: 11px; }
  .network-caption { min-height: 51px; margin-top: 17px; font-size: 10px; line-height: 1.85; }
  .continuity-detail { display: block; }
  .continuity-detail ul { gap: 19px; }
  .continuity-detail li { font-size: 14px; gap: 15px; }
  .continuity-detail details { padding-top: 24px; margin-top: 30px; }
  .continuity-detail summary { font-size: 12px; }
  .continuity-detail details p { font-size: 12px; }
}

@media (max-width: 370px) {
  .freedom-copy h1 { font-size: 39px; }
  .device-experience { padding-inline: 12px; }
  .device-choice button { gap: 4px; font-size: 10px; }
  .device-choice button svg { width: 14px; height: 14px; }
  .os-workspace { padding-inline: 10px; }
  .os-screen-head small { max-width: 150px; display: block; }
  .os-booking { padding-inline: 4px; }
  .os-booking span { display: none; }
  .shared-board { padding-inline: 14px; }
  .shared-date { font-size: 19px; }
  .shared-total { padding-inline: 5px; }
  .continuity-demo { padding-inline: 13px; }
  .network-store, .network-cloud { flex-basis: 98px; }
  .network-tabs button { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hardware-frame, .device-side-note, .network-cloud, .device-choice button { transition: none; }
  .experience-revealed, .shared-new, .call-result-booking, [data-network="restored"] .network-line > span::after { animation: none; }
}

/* Motion films progressively replace the demonstration; failed media never hides it. */
.motion-story { min-width: 0; }
.motion-stage {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d3dec8;
  border-radius: 24px;
  background: #f7f8f0;
}
.motion-stage-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 28px;
  border-bottom: 1px solid #dce4d1;
  color: #47643a;
  font-size: 14px;
  font-weight: 500;
}
.motion-stage-heading .example-label { color: #718365; }
.motion-video-frame { aspect-ratio: 1920 / 1000; overflow: hidden; background: #ecefe4; }
/* The films carry a small caption band at the bottom (below the headline); the frame is cut just above it. */
.motion-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.motion-stage-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 22px 28px;
  border-top: 1px solid #dce4d1;
}
.motion-stage-caption p { max-width: 710px; font-size: 13px; line-height: 1.8; color: #718365; }
.motion-playback {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 132px;
  min-height: 46px;
  padding: 12px 17px;
  border: 1px solid #c4d3b8;
  border-radius: 999px;
  background: #e5edda;
  color: #3f6232;
  font-size: 12px;
  font-weight: 500;
  transition: background .2s ease;
}
.motion-playback:hover { background: #dbe7cb; }
.motion-playback svg { width: 18px; height: 18px; }
.motion-pause-icon { display: none; }
.motion-stage[data-playback="playing"] .motion-play-icon { display: none; }
.motion-stage[data-playback="playing"] .motion-pause-icon { display: block; }
.motion-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.motion-story-shared .motion-stage { border-color: #435d3b; background: #253129; }
.motion-story-shared .motion-stage-heading { border-color: #4b5d45; color: #eef1e1; }
.motion-story-shared .motion-stage-heading .example-label,
.motion-story-shared .motion-stage-caption p { color: #b2c1a6; }
.motion-story-shared .motion-video-frame { background: #253129; }
.motion-story-shared .motion-stage-caption { border-color: #4b5d45; }
.motion-story-shared .motion-playback { background: #e4edcf; border-color: #e4edcf; color: #314b27; }
.motion-story-shared .motion-playback:hover { background: #f0f5e4; }
.motion-story-continuity { grid-column: 1 / -1; }
.motion-story-continuity .continuity-demo { max-width: 920px; margin-inline: auto; }
.motion-story-continuity .motion-stage { border-color: #58764d; background: #244d3a; }
.motion-story-continuity .motion-stage-heading { flex-wrap: wrap; border-color: #4b6c45; color: #eef1e1; }
.motion-story-continuity .motion-stage-heading .example-label,
.motion-story-continuity .motion-stage-caption p,
.motion-story-continuity .motion-availability { color: #b6c8ab; }
.motion-story-continuity .motion-stage-heading .example-label { word-break: keep-all; text-align: left; }
.motion-story-continuity .motion-video-frame { background: #183f33; }
.motion-story-continuity .motion-stage-caption { border-color: #4b6c45; }
.motion-story-continuity .motion-playback { border-color: #d1e1a5; background: #d1e1a5; color: #3b5630; }
.motion-story-continuity .motion-playback:hover { background: #e4edcf; }
.motion-story-continuity .motion-demo > summary { color: #c7d7b8; }
.motion-demo { margin: 0; }
.motion-demo > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 66px;
  padding: 20px 4px;
  color: #6e7f61;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  list-style: none;
  cursor: pointer;
}
.motion-demo > summary::-webkit-details-marker { display: none; }
.motion-demo > summary > span { display: block; font-size: 24px; font-weight: 300; line-height: 1; }
.motion-demo[open] > summary > span { transform: rotate(45deg); }
.motion-story[data-media="ready"] .motion-demo { margin-top: 6px; }
.motion-availability { margin-top: 16px; color: #77866b; font-size: 12px; line-height: 1.8; }

@media (max-width: 620px) {
  .motion-stage { border-radius: 18px; }
  .motion-stage-heading { align-items: flex-start; gap: 9px; padding: 17px 16px; font-size: 12px; }
  .motion-stage-heading > span:first-child { max-width: 46%; word-break: keep-all; line-height: 1.65; }
  .motion-stage-heading .example-label { padding-top: 1px; font-size: 10px; text-align: right; }
  .motion-stage-caption { flex-direction: column; align-items: flex-start; gap: 17px; padding: 18px 16px 20px; }
  .motion-stage-caption p { font-size: 12px; line-height: 1.8; }
  .motion-playback { min-height: 46px; padding: 12px 16px; font-size: 12px; }
  .motion-demo > summary { min-height: 63px; padding-block: 18px; font-size: 12px; }
  .motion-availability { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-playback { transition: none; }
}

/* Equipment is a buying choice after the everyday salon stories. */
.device-choice-section { background: var(--paper); }
.device-choice-section .section-heading h2 { font-size: clamp(36px, 4vw, 60px); }
.device-choice-notes { display: flex; justify-content: space-between; gap: 28px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.device-choice-notes p { max-width: 520px; }
@media (max-width: 760px) {
  .device-choice-notes { display: block; }
  .device-choice-notes p + p { margin-top: 10px; }
  .device-choice-section .section-heading h2 { font-size: clamp(31px, 6vw, 43px); }
}
