:root {
  --ink: #182019;
  --ink-soft: #59645d;
  --paper: #f5f8f2;
  --white: #fff;
  --line: #d3ddd4;
  --blue: #285bd9;
  --blue-dark: #1745b5;
  --blue-pale: #e9efff;
  --green: #177256;
  --green-pale: #e1f4ea;
  --coral: #d75c4a;
  --coral-pale: #fae8e4;
  --header-height: 68px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --editorial: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
main#top { scroll-margin-top: var(--header-height); }
section[id] { scroll-margin-top: var(--header-height); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; letter-spacing: 0; }
button { color: inherit; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[hidden] { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(22px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid rgba(192, 204, 193, .9);
  background: rgba(249, 251, 247, .96);
  backdrop-filter: blur(18px);
}
.brand { width: 112px; height: 58px; display: inline-flex; align-items: center; overflow: hidden; text-decoration: none; }
.brand img { width: auto; height: 54px; display: block; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a, .text-link { color: #465149; font-size: .82rem; font-weight: 760; text-decoration: none; }
.site-header nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 21px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(40, 91, 217, .2);
  font-weight: 790;
  text-decoration: none;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.button:hover { transform: translateY(-1px); border-color: var(--blue-dark); background: var(--blue-dark); box-shadow: 0 14px 30px rgba(40, 91, 217, .26); }
.button-small { min-height: 40px; padding: 0 16px; font-size: .83rem; }
.button-quiet { border-color: #9ba99e; background: rgba(255,255,255,.7); color: var(--ink); box-shadow: none; }
.button-quiet:hover { border-color: var(--ink); background: #fff; color: var(--ink); box-shadow: none; }
.button-light { border-color: #fff; background: #fff; color: var(--blue-dark); box-shadow: 0 12px 28px rgba(18, 44, 111, .24); }
.button-light:hover { border-color: #fff; background: #f4f7ff; color: var(--blue-dark); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, .feature-tabs button:focus-visible, .widget-workbench button:focus-visible {
  outline: 3px solid rgba(40, 91, 217, .32);
  outline-offset: 3px;
}

.eyebrow { margin: 0 0 15px; color: var(--blue); font-size: .7rem; font-weight: 860; text-transform: uppercase; }

.hero {
  position: relative;
  height: calc(100svh - 108px);
  min-height: 620px;
  max-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: #dde7df;
}
.hero-photo { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 63%;
  background: rgba(248, 251, 247, .94);
  clip-path: polygon(0 0, 96% 0, 78% 100%, 0 100%);
}
.hero::before { content: ""; position: absolute; z-index: 5; inset: 0 auto 0 0; width: 7px; background: var(--coral); }
.hero-copy {
  position: relative;
  z-index: 4;
  width: min(550px, calc(54% - 32px));
  margin-left: max(30px, calc((100vw - 1240px) / 2));
  padding-top: 40px;
}
.hero h1 { margin: 0; font-size: 5.65rem; line-height: .86; font-weight: 860; }
.hero-kicker { margin: 20px 0 0; font-family: var(--editorial); font-size: 2.45rem; line-height: 1.02; font-weight: 520; }
.hero-lead { max-width: 520px; margin: 18px 0 0; color: #48534c; font-size: 1.02rem; line-height: 1.62; }
.hero-actions { display: flex; gap: 10px; margin-top: 23px; }
.hero-assurance { display: flex; gap: 0; margin-top: 19px; color: #5f6962; font-size: .69rem; font-weight: 700; }
.hero-assurance span { padding: 0 12px; border-right: 1px solid #aab7ad; }
.hero-assurance span:first-child { padding-left: 0; }
.hero-assurance span:last-child { border-right: 0; }

.hero-product-dock {
  position: absolute;
  z-index: 4;
  right: max(26px, calc((100vw - 1260px) / 2));
  bottom: 25px;
  width: min(650px, 51vw);
  height: 250px;
  overflow: hidden;
  border: 1px solid rgba(31, 43, 34, .2);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 68px rgba(27, 43, 31, .28);
}
.product-dock-head { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--line); background: #f8faf7; color: #4c584f; font-size: .68rem; font-weight: 760; }
.product-dock-head span { display: flex; align-items: center; gap: 7px; }
.product-dock-head i { width: 7px; height: 7px; border-radius: 50%; background: #27a075; box-shadow: 0 0 0 4px #dff4eb; }
.product-dock-head strong { color: var(--green); font-size: .65rem; text-transform: uppercase; }
.hero-product-dock img { width: 100%; height: calc(100% - 38px); display: block; object-fit: cover; object-position: top left; }
.hero-pulse {
  position: absolute;
  z-index: 4;
  left: 7px;
  bottom: 0;
  width: min(48%, 610px);
  height: 72px;
  display: grid;
  grid-template-columns: .65fr 1.5fr .8fr;
  border-top: 1px solid #c4d0c6;
  border-right: 1px solid #c4d0c6;
  background: rgba(255,255,255,.94);
}
.hero-pulse span { min-width: 0; display: flex; flex-direction: column; justify-content: center; gap: 5px; padding: 0 18px; border-right: 1px solid #d8e0d9; }
.hero-pulse span:last-child { border-right: 0; }
.hero-pulse small { color: #7a857d; font-size: .61rem; font-weight: 760; text-transform: uppercase; }
.hero-pulse strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }
.hero-pulse .ready { color: var(--green); }

.outcome-strip { min-height: 86px; display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); background: #fff; border-bottom: 1px solid var(--line); }
.outcome-strip > * { min-width: 0; display: flex; align-items: center; padding: 16px max(22px, calc((100vw - 1240px) / 8)); border-right: 1px solid var(--line); }
.outcome-strip > *:last-child { border-right: 0; }
.outcome-strip p { margin: 0; color: var(--blue); font-family: var(--editorial); font-size: 1.18rem; font-weight: 700; }
.outcome-strip span { gap: 7px; color: #66716a; font-size: .72rem; line-height: 1.4; }
.outcome-strip strong { color: var(--ink); font-size: .83rem; }

.product-showcase { padding: 122px max(20px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .6fr); gap: 80px; align-items: end; margin-bottom: 64px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -48px; }
.section-intro h2, .service-journey h2, .widget-copy h2, .trust-section h2, .pricing-copy h2, .faq-heading h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: 4.25rem;
  line-height: .98;
  font-weight: 520;
}
.section-intro > p:last-child { margin: 0 0 7px; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.72; }

.feature-stage { min-height: 708px; display: grid; grid-template-columns: 230px minmax(0, 1fr); border: 1px solid #cbd6cc; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(37, 58, 42, .09); overflow: hidden; }
.feature-tabs { display: flex; flex-direction: column; border-right: 1px solid #d4ddd5; background: #f0f4ef; }
.feature-tabs button { min-height: 126px; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; align-content: center; gap: 4px 10px; padding: 20px; border: 0; border-bottom: 1px solid #d4ddd5; background: transparent; text-align: left; cursor: pointer; }
.feature-tabs button:last-child { border-bottom: 0; }
.feature-tabs button span { grid-row: 1 / 3; align-self: start; padding-top: 2px; color: #849087; font-size: .65rem; font-weight: 820; }
.feature-tabs button strong { font-size: .92rem; }
.feature-tabs button small { color: #7c877f; font-size: .68rem; line-height: 1.35; }
.feature-tabs button:hover { background: #fff; }
.feature-tabs button.active { position: relative; background: #fff; color: var(--blue); }
.feature-tabs button.active::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--blue); }
.feature-tabs button.active span, .feature-tabs button.active small { color: var(--blue); }
.feature-scenes { min-width: 0; background: #f9fbf8; }
.feature-scene { min-height: 706px; }
.scene-title { min-height: 104px; display: grid; grid-template-columns: minmax(230px, .72fr) 1fr; align-items: center; gap: 35px; padding: 20px 28px; border-bottom: 1px solid #d4ddd5; background: #fff; }
.scene-title div { display: grid; gap: 5px; }
.scene-title span { color: var(--blue); font-size: .64rem; font-weight: 850; text-transform: uppercase; }
.scene-title strong { font-size: 1.08rem; }
.scene-title p { margin: 0; color: #677169; font-size: .78rem; line-height: 1.55; }
.bookings-scene { height: 528px; overflow: hidden; background: #edf1eb; }
.bookings-scene img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top left; }
.scene-foot { min-height: 74px; display: flex; align-items: center; gap: 24px; padding: 14px 24px; border-top: 1px solid #d4ddd5; background: #fff; color: #6e7971; font-size: .68rem; }
.scene-foot span { display: inline-flex; align-items: center; gap: 7px; }
.scene-foot i { width: 8px; height: 8px; border-radius: 50%; }
.scene-foot i.blue { background: var(--blue); }.scene-foot i.green { background: var(--green); }.scene-foot i.coral { background: var(--coral); }
.scene-foot strong { margin-left: auto; color: #374139; font-size: .68rem; }

.floor-scene { min-height: 602px; display: grid; grid-template-rows: 52px 1fr 54px; padding: 22px 28px 24px; background: #eaf0e9; }
.floor-toolbar { display: flex; align-items: center; gap: 18px; padding: 0 18px; border: 1px solid #cad5cb; border-bottom: 0; border-radius: 7px 7px 0 0; background: #fff; font-size: .75rem; }
.floor-toolbar span { color: #78837b; }.floor-toolbar b { margin-left: auto; color: var(--green); font-size: .67rem; }
.floor-canvas { position: relative; min-height: 420px; overflow: hidden; border: 1px solid #cad5cb; background-color: #f9fbf8; background-image: linear-gradient(#e1e7e1 1px, transparent 1px), linear-gradient(90deg, #e1e7e1 1px, transparent 1px); background-size: 46px 46px; }
.room-name { position: absolute; left: 13px; top: 12px; color: #89938b; font-size: .58rem; font-weight: 800; text-transform: uppercase; }.room-name-bar { left: auto; right: 13px; }
.table-node { position: absolute; left: var(--x); top: var(--y); width: 76px; height: 72px; display: grid; place-content: center; gap: 5px; border: 2px solid #7590d2; border-radius: 7px; background: #e9efff; color: #254fae; text-align: center; box-shadow: 0 5px 13px rgba(47, 68, 52, .08); }
.table-node strong { font-size: .82rem; }.table-node small { font-size: .57rem; }.table-node.wide { width: 126px; }
.table-node.seated { border-color: #2d9170; background: #e0f4eb; color: #19664e; }.table-node.available { border-color: #b4c0b6; background: #fff; color: #57635a; }
.floor-footer { display: flex; align-items: center; justify-content: center; gap: 30px; border: 1px solid #cad5cb; border-top: 0; border-radius: 0 0 7px 7px; background: #fff; color: #6d786f; font-size: .65rem; }
.floor-footer span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 7px; border-radius: 50%; background: var(--green); vertical-align: middle; }

.guest-scene { min-height: 602px; display: grid; grid-template-columns: 250px 1fr; background: #f4f7f2; }
.guest-summary { padding: 46px 28px; border-right: 1px solid #d4ddd5; background: #e8eeff; text-align: center; }
.guest-initials { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--blue); color: #fff; font-family: var(--editorial); font-size: 1.55rem; }
.guest-summary h3 { margin: 0; font-size: 1.12rem; }.guest-summary > p { margin: 6px 0 30px; color: #6d7891; font-size: .74rem; }
.guest-stats { margin: 0; border-top: 1px solid #c7d2eb; }.guest-stats > span { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #c7d2eb; }.guest-stats small { color: #6b7690; font-size: .68rem; }.guest-stats strong { font-size: .78rem; font-weight: 800; }
.guest-detail { padding: 38px; }
.guest-flags { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 28px; border-bottom: 1px solid #d4ddd5; }.guest-flags span { padding: 8px 11px; border: 1px solid #c3d0c6; border-radius: 5px; background: #fff; color: #4d5a50; font-size: .65rem; font-weight: 700; }
.guest-history { margin-top: 12px; }.guest-history > div { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 16px; padding: 19px 0; border-bottom: 1px solid #d4ddd5; }.guest-history time { color: var(--blue); font-size: .69rem; font-weight: 800; }.guest-history strong { font-size: .76rem; }.guest-history span { color: #7a857d; font-size: .65rem; }
.guest-note { margin: 25px 0 0; padding: 17px 19px; border-left: 4px solid var(--coral); background: #fff; color: #535f56; font-size: .74rem; line-height: 1.55; }.guest-note span { display: block; margin-bottom: 5px; color: var(--coral); font-size: .6rem; font-weight: 850; text-transform: uppercase; }

.reports-scene { min-height: 602px; display: grid; grid-template-columns: minmax(0, 1fr) 220px; grid-template-rows: 110px 1fr; gap: 1px; background: #d7e0d8; }
.report-metrics { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #d7e0d8; }.report-metrics span { display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 20px 24px; background: #fff; }.report-metrics small { grid-column: 1 / -1; color: #7b867e; font-size: .62rem; font-weight: 790; text-transform: uppercase; }.report-metrics strong { margin-top: 7px; font-size: 1.75rem; }.report-metrics em { color: var(--green); font-size: .66rem; font-style: normal; font-weight: 800; }.report-metrics em.neutral { color: #77827a; }
.report-chart { min-width: 0; padding: 31px 30px; background: #fbfcfa; }.chart-heading { display: flex; justify-content: space-between; align-items: center; }.chart-heading strong { font-size: .78rem; }.chart-heading span { color: #7b867e; font-size: .64rem; }
.chart-bars { height: 290px; display: flex; align-items: end; gap: 12px; margin-top: 23px; padding: 0 9px; border-bottom: 1px solid #bcc8be; background-image: linear-gradient(#e2e8e2 1px, transparent 1px); background-size: 100% 25%; }.chart-bars i { height: var(--bar); flex: 1; min-width: 7px; background: var(--blue); }.chart-bars i:nth-child(6n), .chart-bars i:nth-child(7n) { background: var(--green); }.chart-labels { display: flex; justify-content: space-between; padding-top: 9px; color: #8a948c; font-size: .6rem; }
.report-insight { padding: 35px 25px; background: #e8eeff; }.report-insight span { color: var(--blue); font-size: .63rem; font-weight: 850; text-transform: uppercase; }.report-insight strong { display: block; margin-top: 17px; font-family: var(--editorial); font-size: 3.1rem; line-height: 1; }.report-insight p { margin: 22px 0 0; color: #5f6d64; font-size: .72rem; line-height: 1.6; }

.settings-scene { min-height: 602px; display: grid; grid-template-columns: 220px 1fr; background: #fff; }.settings-scene nav { display: flex; flex-direction: column; padding: 22px 0; border-right: 1px solid #d4ddd5; background: #f1f5ef; }.settings-scene nav span { padding: 15px 24px; color: #69756c; font-size: .72rem; font-weight: 700; }.settings-scene nav span.active { border-left: 4px solid var(--blue); background: #fff; color: var(--blue); }
.settings-detail { padding: 34px 38px; }.settings-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 26px; border-bottom: 1px solid #d4ddd5; }.settings-heading > div { display: grid; gap: 6px; }.settings-heading strong { font-size: 1rem; }.settings-heading span { color: #7b867e; font-size: .66rem; }.settings-heading b { padding: 7px 10px; border-radius: 4px; background: var(--green-pale); color: var(--green); font-size: .62rem; }
.setting-row { display: grid; grid-template-columns: 110px 1fr 38px; align-items: center; min-height: 70px; border-bottom: 1px solid #dce4dd; }.setting-row > span { font-size: .74rem; font-weight: 760; }.setting-row strong { color: #8a948d; font-size: .69rem; font-weight: 600; }.setting-row i { position: relative; width: 34px; height: 19px; border-radius: 10px; background: #d6ded7; }.setting-row i::after { content: ""; position: absolute; left: 3px; top: 3px; width: 13px; height: 13px; border-radius: 50%; background: #fff; }.setting-row.active strong { color: #526057; }.setting-row.active i { background: var(--blue); }.setting-row.active i::after { left: 18px; }

.service-journey { padding: 118px max(20px, calc((100vw - 1180px) / 2)); background: var(--blue-pale); }
.service-journey > header { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: start; }.service-journey > header .eyebrow { padding-top: 9px; }.service-journey h2 { max-width: 760px; }
.journey-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 72px; border-top: 1px solid #b8c6ed; border-bottom: 1px solid #b8c6ed; }.journey-line article { min-height: 260px; padding: 28px 24px 30px 0; border-right: 1px solid #b8c6ed; }.journey-line article + article { padding-left: 24px; }.journey-line article:last-child { border-right: 0; }.journey-line span { color: var(--blue); font-size: .65rem; font-weight: 850; }.journey-line h3 { margin: 55px 0 12px; font-size: 1rem; }.journey-line p { margin: 0; color: #5d6980; font-size: .78rem; line-height: 1.65; }
.booking-handoff { min-height: 96px; display: grid; grid-template-columns: 1fr 18px 1.5fr 18px .8fr 18px 1.1fr; align-items: center; margin-top: 38px; padding: 0 28px; border-radius: 6px; background: var(--blue); color: #fff; }.booking-handoff span { display: grid; gap: 6px; }.booking-handoff small { color: rgba(255,255,255,.62); font-size: .6rem; text-transform: uppercase; }.booking-handoff strong { font-size: .76rem; }.booking-handoff i { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.52); }.booking-handoff .complete strong { color: #a7f0d1; }

.hospitality-break { position: relative; min-height: 660px; overflow: hidden; }.hospitality-break > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }.hospitality-break > div { position: absolute; inset: 0 0 0 auto; width: 45%; display: flex; flex-direction: column; justify-content: center; padding: 70px max(34px, calc((100vw - 1180px) / 2)); background: rgba(40, 91, 217, .94); color: #fff; }.hospitality-break .eyebrow { color: #dbe5ff; }.hospitality-break h2 { max-width: 580px; margin: 0; font-family: var(--editorial); font-size: 3.85rem; line-height: 1; font-weight: 520; }.hospitality-break div > p:last-child { max-width: 440px; margin: 25px 0 0; color: rgba(255,255,255,.78); line-height: 1.7; }

.widget-lab { display: grid; grid-template-columns: minmax(320px, .68fr) minmax(560px, 1.32fr); gap: 84px; align-items: center; padding: 124px max(20px, calc((100vw - 1180px) / 2)); background: #fff; }.widget-copy h2 { font-size: 3.85rem; }.widget-copy > p:nth-of-type(2) { margin: 25px 0 0; color: var(--ink-soft); line-height: 1.72; }.widget-benefits { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid var(--line); }.widget-benefits span { padding: 14px 5px 14px 22px; border-bottom: 1px solid var(--line); color: #4d5a50; font-size: .72rem; position: relative; }.widget-benefits span::before { content: ""; position: absolute; left: 3px; top: 18px; width: 8px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }
.widget-workbench { min-width: 0; border: 1px solid #ccd6cd; border-radius: 8px; background: #edf1ec; overflow: hidden; }.widget-controls { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 18px; border-bottom: 1px solid #ccd6cd; background: #fff; }.widget-controls > div { display: flex; align-items: center; gap: 9px; }.widget-controls > div > span { color: #758078; font-size: .6rem; font-weight: 800; text-transform: uppercase; }.layout-options { display: flex; }.layout-options button { min-height: 34px; padding: 0 10px; border: 1px solid #cbd5cc; border-right: 0; background: #f7f9f6; font-size: .62rem; font-weight: 740; cursor: pointer; }.layout-options button:first-child { border-radius: 5px 0 0 5px; }.layout-options button:last-child { border-right: 1px solid #cbd5cc; border-radius: 0 5px 5px 0; }.layout-options button.active { border-color: var(--blue); background: var(--blue); color: #fff; }.colour-options { display: flex; gap: 6px; }.colour-options button { width: 23px; height: 23px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #bfcac1; cursor: pointer; }.colour-options button.active { box-shadow: 0 0 0 2px var(--ink); }.colour-options .cobalt { background: #285bd9; }.colour-options .green { background: #177256; }.colour-options .coral { background: #d75c4a; }.colour-options .surface-white { background: #fff; }.colour-options .surface-mist { background: #eaf0ff; }.colour-options .surface-sage { background: #e3f1e8; }.colour-options .text-ink { background: #182019; }.colour-options .text-blue { background: #173d91; }.colour-options .text-green { background: #125b47; }
.widget-preview-wrap { min-height: 590px; display: grid; place-items: center; padding: 34px; overflow: hidden; }.widget-preview { --accent: #285bd9; --accent-soft: #e9efff; --widget-surface: #fff; --widget-raised: #fafbf9; --widget-text: #1c241e; width: 500px; max-width: 100%; border: 1px solid #cbd5cc; border-radius: 8px; background: var(--widget-surface); color: var(--widget-text); box-shadow: 0 22px 48px rgba(41, 58, 46, .15); transition: width .22s ease, background .18s ease, color .18s ease; overflow: hidden; }.widget-preview[data-accent="green"] { --accent: #177256; --accent-soft: #e1f4ea; }.widget-preview[data-accent="coral"] { --accent: #d75c4a; --accent-soft: #fae8e4; }.widget-preview[data-surface="mist"] { --widget-surface: #eef3ff; --widget-raised: #fff; }.widget-preview[data-surface="sage"] { --widget-surface: #e8f3ed; --widget-raised: #f9fffb; }.widget-preview[data-text="blue"] { --widget-text: #173d91; }.widget-preview[data-text="green"] { --widget-text: #125b47; }.widget-preview[data-layout="wide"] { width: 100%; }.widget-preview[data-layout="large"] { width: 610px; }.widget-preview > header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 15px 22px; }.widget-preview header div { display: grid; gap: 4px; }.widget-preview header small { color: color-mix(in srgb, var(--widget-text) 58%, transparent); font-size: .58rem; text-transform: uppercase; }.widget-preview header strong { font-family: var(--editorial); font-size: 1.25rem; }.widget-preview header > span { color: var(--accent); font-size: .64rem; font-weight: 800; }.widget-progress { height: 4px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 0 22px; }.widget-progress i { background: #d8dfd9; }.widget-progress i.complete { background: var(--green); }.widget-progress i.active { background: var(--accent); }.widget-body { padding: 28px 22px 30px; }.widget-label { margin: 0 0 15px; font-size: .76rem; font-weight: 800; }.widget-date { min-height: 60px; display: grid; grid-template-columns: 45px 1fr 38px; align-items: center; border: 1px solid #c5d0c7; border-radius: 6px; background: var(--widget-raised); }.widget-date > span { padding-left: 14px; color: var(--accent); font-size: .65rem; font-weight: 850; text-transform: uppercase; }.widget-date strong { font-size: .77rem; }.widget-date button { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #c7d2c9; border-radius: 5px; background: var(--widget-raised); color: var(--widget-text); cursor: pointer; }.widget-date svg { width: 16px; height: 16px; }.widget-times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 15px; }.widget-times button { min-height: 42px; border: 1px solid #c7d2c9; border-radius: 5px; background: var(--widget-raised); color: var(--widget-text); font-size: .72rem; font-weight: 740; cursor: pointer; }.widget-times button.selected { border-color: var(--accent); background: var(--accent); color: #fff; }.widget-preview > footer { min-height: 70px; display: flex; justify-content: space-between; align-items: center; padding: 13px 22px; border-top: 1px solid #cbd5cc; }.widget-back { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #c7d2c9; border-radius: 5px; background: var(--widget-raised); color: var(--widget-text); cursor: pointer; }.widget-back svg, .widget-next svg { width: 16px; height: 16px; }.widget-next { min-width: 132px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--accent); border-radius: 5px; background: var(--accent); color: #fff; font-size: .72rem; font-weight: 790; cursor: pointer; }.widget-preview[data-layout="wide"] .widget-times { grid-template-columns: repeat(6, 1fr); }.widget-preview[data-layout="large"] .widget-body { padding-top: 36px; padding-bottom: 39px; }.widget-preview[data-layout="large"] .widget-times button { min-height: 49px; }

.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; padding: 116px max(20px, calc((100vw - 1180px) / 2)); background: var(--green-pale); }.trust-section h2 { max-width: 610px; }.trust-section > div > p:last-child { max-width: 570px; margin: 26px 0 0; color: #50645a; line-height: 1.72; }.trust-section ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid #afcebc; }.trust-section li { display: grid; grid-template-columns: 1fr 1.2fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid #afcebc; }.trust-section li strong { font-size: .78rem; }.trust-section li span { color: #587064; font-size: .72rem; line-height: 1.5; }

.pricing-section { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .72fr); gap: 110px; align-items: center; padding: 116px max(20px, calc((100vw - 1180px) / 2)); background: var(--blue); color: #fff; }.pricing-section .eyebrow { color: #d6e1ff; }.pricing-copy h2 { max-width: 760px; }.pricing-copy > p:last-child { margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 1.02rem; }.price-panel { padding: 32px; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; background: rgba(255,255,255,.08); }.price-line { display: flex; align-items: flex-end; gap: 14px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.35); }.price { font-size: 5rem; font-weight: 860; line-height: .86; }.price-line > span:last-child { color: rgba(255,255,255,.72); font-size: .69rem; font-weight: 750; line-height: 1.42; text-transform: uppercase; }.price-panel ul { list-style: none; margin: 23px 0 0; padding: 0; }.price-panel li { position: relative; padding: 11px 0 11px 26px; border-bottom: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.9); font-size: .76rem; line-height: 1.45; }.price-panel li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 8px; height: 4px; border-left: 2px solid #a7f0d1; border-bottom: 2px solid #a7f0d1; transform: rotate(-45deg); }.price-panel .button { width: 100%; margin-top: 24px; }.price-panel small { display: block; margin-top: 13px; color: rgba(255,255,255,.7); font-size: .68rem; text-align: center; }

.faq-section { display: grid; grid-template-columns: minmax(0, .75fr) minmax(500px, 1.25fr); gap: 100px; padding: 116px max(20px, calc((100vw - 1180px) / 2)); background: #fff; }.faq-list { border-top: 1px solid #cbd5cc; }.faq-list details { border-bottom: 1px solid #cbd5cc; }.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-size: .83rem; font-weight: 780; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 16px; color: var(--blue); font-size: 1.4rem; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list p { margin: -2px 50px 23px 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.72; }

footer { min-height: 154px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 32px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: var(--paper); }.footer-brand { font-size: 1.25rem; font-weight: 840; text-decoration: none; }footer p { color: var(--ink-soft); font-size: .82rem; }footer div { justify-self: end; display: flex; gap: 22px; }footer div a { color: var(--ink-soft); font-size: .79rem; font-weight: 680; }

.registration-dialog { width: min(980px, calc(100% - 28px)); max-height: calc(100svh - 28px); margin: auto; padding: 0; border: 1px solid #cfd5cc; border-radius: 8px; background: #fff; color: var(--ink); box-shadow: 0 34px 100px rgba(15, 20, 16, .34); overflow: auto; }.registration-dialog::backdrop { background: rgba(30, 42, 33, .72); backdrop-filter: blur(7px); }.registration-dialog form { padding: 32px; }.registration-dialog header { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }.registration-dialog h2 { margin: 0; font-size: 2rem; line-height: 1.15; }
.icon-button, .password-toggle { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); cursor: pointer; }.icon-button svg { width: 20px; height: 20px; }
.purchase-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin: 26px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.purchase-progress span { min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 14px; border-right: 1px solid var(--line); color: #81887f; font-size: .72rem; font-weight: 750; }.purchase-progress span:last-child { border-right: 0; }.purchase-progress b { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid #cbd2c8; border-radius: 50%; font-size: .68rem; }.purchase-progress span.active { color: var(--blue); background: #f3f6ff; }.purchase-progress span.active b { border-color: var(--blue); background: var(--blue); color: #fff; }.purchase-progress span.complete { color: var(--green); }.purchase-progress span.complete b { border-color: var(--green); background: var(--green); color: #fff; }
.purchase-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr); gap: 32px; margin-top: 28px; }.purchase-fields { min-width: 0; }.form-intro { margin: 0 0 22px; color: var(--ink-soft); line-height: 1.6; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.form-grid label { display: grid; gap: 8px; color: #3d443c; font-size: .83rem; font-weight: 760; }.form-grid label.full { grid-column: 1 / -1; }.form-grid input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #cfd5cc; border-radius: 6px; background: #fbfcf9; color: var(--ink); }.form-grid input:focus { border-color: var(--blue); background: #fff; }.form-grid input:-webkit-autofill { -webkit-text-fill-color: var(--ink); -webkit-box-shadow: 0 0 0 1000px #fbfcf9 inset; }.form-grid small { color: #727a71; font-weight: 540; line-height: 1.45; }.registration-trap { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.password-field { position: relative; display: block; }.password-field input { padding-right: 54px; }.password-toggle { position: absolute; right: 4px; top: 3px; border: 0; background: transparent; color: #657064; }.password-toggle svg { width: 19px; height: 19px; }.password-strength { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-top: 7px; }.password-strength i { height: 3px; border-radius: 2px; background: #dfe3db; }.password-strength i.active { background: var(--blue); }.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; color: var(--ink-soft); font-size: .81rem; line-height: 1.5; }.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--blue); }
.purchase-summary { align-self: start; padding: 24px; border: 1px solid var(--line); border-top: 4px solid var(--blue); background: #f7f8f4; }.purchase-summary .eyebrow { margin-bottom: 11px; }.purchase-price { display: flex; align-items: flex-end; gap: 10px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.purchase-price strong { font-size: 3.3rem; line-height: .95; }.purchase-price span { color: var(--ink-soft); font-size: .72rem; font-weight: 700; line-height: 1.45; text-transform: uppercase; }.purchase-summary ul { list-style: none; margin: 15px 0 0; padding: 0; }.purchase-summary li { position: relative; padding: 9px 0 9px 22px; color: #4f574e; border-bottom: 1px solid #e2e6de; font-size: .78rem; line-height: 1.4; }.purchase-summary li::before { content: ""; position: absolute; left: 2px; top: 13px; width: 8px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }.purchase-total { display: flex; justify-content: space-between; gap: 12px; margin-top: 17px; font-size: .8rem; }.purchase-total strong { font-size: 1rem; }.purchase-summary > small { display: block; margin-top: 12px; color: #747c73; font-size: .69rem; line-height: 1.5; }
.purchase-submit-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 330px); gap: 28px; align-items: center; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }.form-message { min-height: 20px; margin: 0; color: #aa2c20; font-size: .82rem; font-weight: 650; }.form-message.success { color: var(--green); }.checkout-button { width: 100%; margin: 0; }.checkout-button svg { width: 18px; height: 18px; }.checkout-button[disabled] { opacity: .66; cursor: wait; transform: none; }.secure-note { display: flex; align-items: center; gap: 7px; margin: 5px 0 0; color: #6c746b; font-size: .74rem; }.secure-note svg { width: 15px; height: 15px; }

@media (min-width: 761px) and (max-height: 760px) {
  .registration-dialog form { padding: 24px 28px; }.registration-dialog h2 { font-size: 1.9rem; }.purchase-progress { margin-top: 20px; }.purchase-progress span { min-height: 48px; }.purchase-layout { gap: 28px; margin-top: 20px; }.form-intro { margin-bottom: 16px; }.form-grid { gap: 14px; }.form-grid input { height: 46px; }.consent { margin-top: 16px; }.purchase-summary { padding: 20px; }.purchase-summary li { padding-top: 7px; padding-bottom: 7px; }.purchase-submit-row { margin-top: 18px; padding-top: 16px; }
}

@media (max-width: 1100px) {
  .site-header nav { gap: 18px; }.site-header nav a { font-size: .76rem; }
  .hero-copy { width: 50%; }.hero h1 { font-size: 4.8rem; }.hero-kicker { font-size: 2.1rem; }.hero-product-dock { width: 48vw; }
  .section-intro, .service-journey > header, .trust-section, .pricing-section, .faq-section { gap: 58px; }
  .feature-stage { grid-template-columns: 205px minmax(0, 1fr); }
  .feature-tabs button { padding: 16px; }
  .widget-lab { grid-template-columns: 1fr; gap: 55px; }.widget-copy { max-width: 740px; }.widget-workbench { width: min(820px, 100%); margin: 0 auto; }
}

@media (max-width: 860px) {
  .site-header nav { display: none; }
  .hero { height: 770px; max-height: none; }.hero-wash { width: 100%; height: 500px; clip-path: none; }.hero-photo { object-position: 64% center; }.hero-copy { width: calc(100% - 44px); max-width: 610px; margin-left: 24px; padding-top: 32px; }.hero-product-dock { right: 20px; bottom: 78px; width: calc(100% - 40px); height: 225px; }.hero-pulse { width: calc(100% - 7px); }.hero-assurance { overflow-x: auto; white-space: nowrap; }
  .outcome-strip { display: flex; overflow-x: auto; }.outcome-strip > * { min-width: 235px; }.outcome-strip p { min-width: 245px; }
  .section-intro { grid-template-columns: 1fr; gap: 25px; }.section-intro .eyebrow { grid-column: auto; margin-bottom: -6px; }.section-intro > p:last-child { max-width: 680px; }
  .feature-stage { grid-template-columns: 1fr; }.feature-tabs { flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid #d4ddd5; }.feature-tabs button { min-width: 165px; min-height: 88px; border-right: 1px solid #d4ddd5; border-bottom: 0; }.feature-tabs button.active::before { inset: auto 0 0; width: auto; height: 4px; }.feature-tabs button small { display: none; }.feature-scenes, .feature-scene { min-height: 660px; }
  .service-journey > header { grid-template-columns: 1fr; gap: 20px; }.journey-line { grid-template-columns: 1fr 1fr; }.journey-line article:nth-child(2) { border-right: 0; }.journey-line article:nth-child(-n+2) { border-bottom: 1px solid #b8c6ed; }
  .booking-handoff { display: flex; overflow-x: auto; }.booking-handoff span { min-width: 165px; }.booking-handoff i { flex: 0 0 auto; }
  .hospitality-break > div { inset: auto 0 0; width: 100%; min-height: 48%; padding: 48px 28px; background: rgba(40, 91, 217, .95); }
  .trust-section, .pricing-section, .faq-section { grid-template-columns: 1fr; }.trust-section ul, .price-panel { max-width: 680px; }
  footer { grid-template-columns: 1fr; text-align: center; }footer div { justify-self: center; }
  .purchase-layout { grid-template-columns: 1fr; gap: 22px; }.purchase-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }.purchase-summary .eyebrow, .purchase-price { grid-column: 1 / -1; }.purchase-summary ul { margin-top: 14px; }.purchase-total { align-self: end; }.purchase-summary > small { grid-column: 2; }.purchase-submit-row { grid-template-columns: 1fr; gap: 14px; }.purchase-submit-row > div { order: 2; }
}

@media (max-width: 600px) {
  :root { --header-height: 64px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 16px; }.brand { width: 82px; height: 56px; }.brand img { width: auto; height: 52px; }.header-actions .text-link { display: none; }
  .hero { height: 750px; min-height: 750px; }.hero-wash { height: 505px; background: rgba(248, 251, 247, .95); }.hero-copy { width: calc(100% - 38px); margin-left: 21px; padding-top: 28px; }.hero .eyebrow { margin-bottom: 12px; }.hero h1 { font-size: 3.85rem; }.hero-kicker { margin-top: 16px; font-size: 2rem; }.hero-lead { margin-top: 14px; font-size: .92rem; line-height: 1.52; }.hero-actions { width: min(100%, 330px); flex-direction: column; margin-top: 18px; }.hero-actions .button { width: 100%; }.hero-assurance { width: 100%; margin-top: 15px; }.hero-assurance span { flex: 0 0 auto; padding: 0 9px; font-size: .63rem; }.hero-product-dock { left: 15px; right: 15px; bottom: 72px; width: auto; height: 202px; }.hero-pulse { height: 72px; grid-template-columns: .68fr 1.5fr .7fr; }.hero-pulse span { padding: 0 10px; }.hero-pulse strong { font-size: .69rem; }.hero-pulse small { font-size: .54rem; }
  .outcome-strip { min-height: 76px; }.outcome-strip > * { min-width: 220px; padding: 14px 20px; }
  .product-showcase, .service-journey, .widget-lab, .trust-section, .pricing-section, .faq-section { padding: 86px 15px; }
  .section-intro h2, .service-journey h2, .widget-copy h2, .trust-section h2, .pricing-copy h2, .faq-heading h2, .hospitality-break h2 { font-size: 2.65rem; }
  .product-showcase { padding-left: 0; padding-right: 0; }.product-showcase .section-intro { padding: 0 15px; }.feature-stage { border-left: 0; border-right: 0; border-radius: 0; }.feature-tabs button { min-width: 132px; padding: 14px 12px; grid-template-columns: 24px 1fr; }.scene-title { grid-template-columns: 1fr; gap: 8px; min-height: 118px; padding: 18px 16px; }.scene-title p { max-width: 440px; }
  .bookings-scene { height: 440px; }.bookings-scene img { width: 780px; max-width: none; object-fit: contain; object-position: top left; }.scene-foot { overflow-x: auto; gap: 16px; padding: 12px 16px; }.scene-foot span, .scene-foot strong { flex: 0 0 auto; }
  .floor-scene { padding: 14px; }.floor-toolbar { gap: 10px; padding: 0 12px; }.floor-toolbar span { display: none; }.floor-canvas { min-height: 410px; background-size: 34px 34px; }.table-node { width: 63px; height: 62px; }.table-node.wide { width: 104px; }.floor-footer { justify-content: flex-start; gap: 14px; padding: 0 10px; overflow-x: auto; }.floor-footer span { flex: 0 0 auto; }
  .guest-scene { grid-template-columns: 1fr; }.guest-summary { padding: 26px 22px; border-right: 0; border-bottom: 1px solid #d4ddd5; }.guest-initials { width: 54px; height: 54px; margin-bottom: 10px; }.guest-summary > p { margin-bottom: 18px; }.guest-stats { display: grid; grid-template-columns: repeat(3,1fr); }.guest-stats > span { display: grid; gap: 6px; text-align: center; }.guest-detail { padding: 23px 18px; }.guest-history > div { grid-template-columns: 55px 1fr; }.guest-history span { grid-column: 2; }
  .reports-scene { grid-template-columns: 1fr; grid-template-rows: auto auto auto; }.report-metrics { grid-template-columns: 1fr 1fr 1fr; }.report-metrics span { padding: 16px 12px; }.report-metrics strong { font-size: 1.35rem; }.report-chart { padding: 25px 15px; }.chart-bars { height: 220px; gap: 6px; }.report-insight { padding: 25px 20px; }.report-insight strong { font-size: 2.5rem; }
  .settings-scene { grid-template-columns: 1fr; }.settings-scene nav { flex-direction: row; overflow-x: auto; padding: 0; border-right: 0; border-bottom: 1px solid #d4ddd5; }.settings-scene nav span { flex: 0 0 auto; padding: 14px 17px; }.settings-scene nav span.active { border-left: 0; border-bottom: 3px solid var(--blue); }.settings-detail { padding: 24px 17px; }.setting-row { grid-template-columns: 80px 1fr 34px; }.setting-row strong { font-size: .6rem; }
  .journey-line { grid-template-columns: 1fr; }.journey-line article, .journey-line article + article { min-height: 205px; padding: 24px 5px; border-right: 0; border-bottom: 1px solid #b8c6ed; }.journey-line article:last-child { border-bottom: 0; }.journey-line h3 { margin-top: 36px; }
  .booking-handoff { margin-top: 26px; padding: 0 18px; }
  .hospitality-break { min-height: 700px; }.hospitality-break > img { object-position: 57% center; }.hospitality-break > div { min-height: 54%; padding: 44px 22px; }
  .widget-lab { gap: 44px; }.widget-benefits { grid-template-columns: 1fr; }.widget-controls { align-items: flex-start; flex-direction: column; }.widget-controls > div { width: 100%; justify-content: space-between; }.widget-preview-wrap { min-height: 540px; padding: 24px 12px; }.widget-preview { width: 100% !important; }.widget-times, .widget-preview[data-layout="wide"] .widget-times { grid-template-columns: repeat(2, 1fr); }.widget-body { padding: 24px 16px; }.widget-preview > header, .widget-preview > footer { padding-left: 16px; padding-right: 16px; }.widget-progress { padding: 0 16px; }
  .trust-section { gap: 45px; }.trust-section li { grid-template-columns: 1fr; gap: 6px; }
  .pricing-section { gap: 45px; }.price-panel { padding: 25px 20px; }.price { font-size: 4rem; }
  .faq-section { gap: 42px; }
  .form-grid { grid-template-columns: 1fr; }.form-grid label.full { grid-column: auto; }.registration-dialog form { padding: 24px 18px; }.registration-dialog h2 { font-size: 1.72rem; }.purchase-progress span { min-height: 46px; justify-content: center; padding: 0 6px; font-size: 0; }.purchase-progress b { font-size: .68rem; }.purchase-summary { display: block; }.purchase-summary > small { margin-top: 12px; }
}

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

/* 2026 product presentation: responsive, live UI rather than cropped screenshots. */
.site-header .brand {
  width: 94px;
  height: 62px;
  overflow: visible;
}
.site-header .brand img {
  width: 78px;
  height: 55px;
  object-fit: contain;
}

.hero-product-dock .portal-demo-host,
.bookings-scene .portal-demo-host {
  width: 100%;
  height: 100%;
}
.hero-product-dock .portal-demo-host { height: calc(100% - 38px); }

.portal-demo {
  container: portal / inline-size;
  width: 100%;
  height: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  overflow: hidden;
  background: #f8faf7;
  color: #253028;
  font-family: var(--sans);
}
.portal-demo-sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 11px 8px;
  border-right: 1px solid #d4ded5;
  background: #edf2ec;
}
.portal-demo-sidebar img {
  width: 46px;
  height: 40px;
  margin-bottom: 6px;
  display: block;
  object-fit: contain;
}
.portal-demo-sidebar > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #6e7a71;
}
.portal-demo-sidebar > span.active {
  border-color: #c9d8fc;
  background: #e2eafe;
  color: #2456cb;
}
.portal-demo-sidebar svg { width: 16px; height: 16px; }
.portal-demo-main {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
}
.portal-demo-toolbar {
  min-width: 0;
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(174px, 1fr) auto auto;
  align-items: center;
  gap: 13px;
  padding: 10px 14px;
  border-bottom: 1px solid #d4ded5;
  background: #fff;
}
.portal-date {
  min-width: 0;
  height: 38px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  border: 1px solid #d1dbd2;
  border-radius: 6px;
  background: #f8faf7;
}
.portal-date svg { width: 16px; height: 16px; color: #5d719d; }
.portal-date strong {
  overflow: hidden;
  color: #344039;
  font-size: .66rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-date span {
  padding-left: 8px;
  border-left: 1px solid #d5ddd6;
  color: #285bd9;
  font-size: .56rem;
  font-weight: 800;
}
.portal-stats { display: flex; align-items: center; }
.portal-stats > span {
  min-width: 58px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-right: 1px solid #d9e1da;
}
.portal-stats > span:last-child { border-right: 0; }
.portal-stats small { color: #829087; font-size: .47rem; font-weight: 800; text-transform: uppercase; }
.portal-stats strong { font-size: .72rem; }
.portal-views { display: flex; align-items: center; gap: 4px; }
.portal-views span,
.portal-views strong {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: .54rem;
  font-weight: 780;
  white-space: nowrap;
}
.portal-views span { color: #69756d; }
.portal-views span.active { border-color: #ccd6cd; background: #253028; color: #fff; }
.portal-views strong { border-color: #285bd9; background: #285bd9; color: #fff; }
.portal-table-wrap { min-width: 0; overflow: hidden; background: #fbfcfa; }
.portal-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.portal-table th,
.portal-table td {
  min-width: 0;
  overflow: hidden;
  padding: 0 12px;
  border-bottom: 1px solid #e1e7e1;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portal-table th {
  height: 31px;
  background: #f3f6f2;
  color: #78857c;
  font-size: .48rem;
  font-weight: 820;
  text-transform: uppercase;
}
.portal-table td { height: 43px; color: #4c5850; font-size: .61rem; }
.portal-table td:first-child { color: #243029; font-weight: 820; }
.portal-table th:nth-child(1) { width: 11%; }
.portal-table th:nth-child(2) { width: 23%; }
.portal-table th:nth-child(3) { width: 9%; }
.portal-table th:nth-child(4) { width: 18%; }
.portal-table th:nth-child(5) { width: 17%; }
.portal-table th:nth-child(6) { width: 22%; }
.demo-status {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: .49rem;
  font-weight: 820;
}
.demo-status::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: currentColor; }
.demo-status.confirmed { background: #e5edff; color: #2456cb; }
.demo-status.seated { background: #e0f4eb; color: #177256; }
.demo-status.attention { background: #fae8e4; color: #b64b3b; }

.portal-demo-compact { grid-template-columns: 45px minmax(0, 1fr); }
.portal-demo-compact .portal-demo-sidebar { gap: 5px; padding: 5px; }
.portal-demo-compact .portal-demo-sidebar img { width: 35px; height: 27px; margin: 0 0 1px; }
.portal-demo-compact .portal-demo-sidebar > span { width: 26px; height: 26px; border-radius: 5px; }
.portal-demo-compact .portal-demo-sidebar svg { width: 13px; height: 13px; }
.portal-demo-compact .portal-demo-toolbar {
  min-height: 47px;
  grid-template-columns: minmax(108px, 1fr) auto;
  gap: 7px;
  padding: 5px 7px;
}
.portal-demo-compact .portal-date { height: 34px; grid-template-columns: 20px minmax(0, 1fr) auto; gap: 5px; padding: 0 6px; }
.portal-demo-compact .portal-date strong { font-size: .54rem; }
.portal-demo-compact .portal-date span { font-size: .46rem; }
.portal-demo-compact .portal-stats { display: none; }
.portal-demo-compact .portal-views span { display: none; }
.portal-demo-compact .portal-views strong { min-height: 30px; padding: 0 8px; font-size: .48rem; }
.portal-demo-compact .portal-table th { height: 21px; padding: 0 7px; font-size: .39rem; }
.portal-demo-compact .portal-table td { height: 27px; padding: 0 7px; font-size: .49rem; }
.portal-demo-compact .portal-table tr:nth-child(n+6) { display: none; }
.portal-demo-compact .portal-table th:nth-child(4),
.portal-demo-compact .portal-table td:nth-child(4) { display: none; }
.portal-demo-compact .portal-table th:nth-child(1) { width: 13%; }
.portal-demo-compact .portal-table th:nth-child(2) { width: 27%; }
.portal-demo-compact .portal-table th:nth-child(3) { width: 10%; }
.portal-demo-compact .portal-table th:nth-child(5) { width: 23%; }
.portal-demo-compact .portal-table th:nth-child(6) { width: 27%; }
.portal-demo-compact .demo-status { padding: 3px 5px; font-size: .4rem; }

@container portal (max-width: 760px) {
  .portal-demo-toolbar { grid-template-columns: minmax(150px, 1fr) auto; }
  .portal-stats { display: none; }
  .portal-table th:nth-child(4),
  .portal-table td:nth-child(4) { display: none; }
  .portal-table th:nth-child(1) { width: 13%; }
  .portal-table th:nth-child(2) { width: 30%; }
  .portal-table th:nth-child(3) { width: 10%; }
  .portal-table th:nth-child(5) { width: 21%; }
  .portal-table th:nth-child(6) { width: 26%; }
}

@container portal (max-width: 520px) {
  .portal-demo { grid-template-columns: 48px minmax(0, 1fr); }
  .portal-demo-sidebar { gap: 6px; padding: 7px 5px; }
  .portal-demo-sidebar img { width: 37px; height: 31px; margin-bottom: 2px; }
  .portal-demo-sidebar > span { width: 29px; height: 29px; }
  .portal-demo-toolbar { min-height: 56px; gap: 7px; padding: 7px; }
  .portal-date { height: 38px; }
  .portal-views span { display: none; }
  .portal-views strong { min-height: 34px; padding: 0 7px; }
  .portal-table th, .portal-table td { padding-inline: 8px; }
  .portal-table th:nth-child(5),
  .portal-table td:nth-child(5) { display: none; }
  .portal-table th:nth-child(1) { width: 18%; }
  .portal-table th:nth-child(2) { width: 39%; }
  .portal-table th:nth-child(3) { width: 14%; }
  .portal-table th:nth-child(6) { width: 29%; }
}

@container portal (max-width: 380px) {
  .portal-date span { display: none; }
  .portal-date { grid-template-columns: 22px minmax(0, 1fr); }
  .portal-table th:nth-child(6),
  .portal-table td:nth-child(6) { display: none; }
  .portal-table th:nth-child(1) { width: 22%; }
  .portal-table th:nth-child(2) { width: 58%; }
  .portal-table th:nth-child(3) { width: 20%; }
}

.floor-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(62px, 1fr);
  align-items: center;
  gap: 12px 24px;
  padding: 46px 34px 24px;
}
.floor-grid .table-node {
  position: relative;
  left: auto;
  top: auto;
  width: min(100%, 92px);
  height: 62px;
  justify-self: center;
}
.floor-grid .table-node.wide {
  width: min(100%, 202px);
  max-width: 202px;
  grid-column: span 2;
}
.room-name { z-index: 2; }

.widget-lab {
  align-items: start;
  gap: 66px;
  padding-top: 104px;
  padding-bottom: 104px;
}
.widget-copy { padding-top: 8px; }
.widget-copy h2 { max-width: 590px; font-size: 3.35rem; }
.widget-preview-wrap { min-height: 510px; padding: 30px; }

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 100px;
  align-items: center;
  padding: 112px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid #d9d3c9;
  background: #f1eee8;
}
.contact-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--editorial);
  font-size: 3.75rem;
  line-height: .99;
  font-weight: 520;
}
.contact-copy > p:nth-of-type(2) {
  max-width: 650px;
  margin: 27px 0 0;
  color: #5d625b;
  font-size: .96rem;
  line-height: 1.72;
}
.contact-copy .button { margin-top: 29px; }
.launch-steps { border-top: 1px solid #c8c4bb; }
.launch-steps article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 22px 0;
  border-bottom: 1px solid #c8c4bb;
}
.launch-steps article > span { color: var(--coral); font-size: .66rem; font-weight: 850; }
.launch-steps article div { display: grid; gap: 7px; }
.launch-steps article strong { font-size: .86rem; }
.launch-steps article p { margin: 0; color: #666b64; font-size: .74rem; line-height: 1.55; }
.launch-steps > a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}
.launch-steps > a span { font-size: 1.2rem; }

@media (max-width: 1100px) {
  .contact-section { gap: 58px; }
  .contact-copy h2 { font-size: 3.25rem; }
}

@media (max-width: 860px) {
  .contact-section { grid-template-columns: 1fr; gap: 54px; }
  .launch-steps { max-width: 680px; }
}

@media (max-width: 600px) {
  .site-header .brand { width: 78px; height: 58px; }
  .site-header .brand img { width: 66px; height: 49px; }
  .bookings-scene { height: 440px; }
  .portal-demo-compact .portal-table tr:nth-child(n+4) { display: none; }
  .floor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 60px; gap: 10px; padding: 42px 10px 16px; }
  .floor-grid .table-node { width: min(100%, 74px); height: 57px; }
  .floor-grid .table-node.wide { width: min(100%, 158px); }
  .widget-lab { gap: 40px; padding-top: 82px; padding-bottom: 82px; }
  .widget-copy { padding-top: 0; }
  .widget-copy h2 { font-size: 2.65rem; }
  .widget-preview-wrap { min-height: 500px; padding: 22px 10px; }
  .contact-section { gap: 42px; padding: 84px 18px; }
  .contact-copy h2 { font-size: 2.65rem; }
  .contact-copy > p:nth-of-type(2) { font-size: .88rem; }
}
