:root {
  --ink: #171a17;
  --ink-soft: #5e655e;
  --paper: #f2f3ee;
  --paper-deep: #e6e9e1;
  --white: #ffffff;
  --line: #d2d8cf;
  --blue: #275ddd;
  --blue-dark: #1745b8;
  --blue-pale: #e8eeff;
  --green: #167253;
  --coral: #d85d4b;
  --night: #10140f;
  --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; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.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 var(--line);
  background: rgba(247, 248, 244, .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: 31px; }
.site-header nav a,
.text-link {
  color: #4f574f;
  font-size: .84rem;
  font-weight: 750;
  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(39, 93, 221, .22);
  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(39, 93, 221, .28);
}
.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
.widget-preview button:focus-visible {
  outline: 3px solid rgba(39, 93, 221, .3);
  outline-offset: 3px;
}
.button-small { min-height: 40px; padding: 0 16px; font-size: .84rem; }
.button-quiet { border-color: rgba(255,255,255,.42); background: transparent; box-shadow: none; }
.button-quiet:hover { border-color: #fff; background: #fff; color: var(--night); box-shadow: none; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: .71rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero {
  position: relative;
  height: calc(100svh - 124px);
  min-height: 540px;
  max-height: 720px;
  overflow: hidden;
  isolation: isolate;
  background: var(--night);
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 4;
  width: 7px;
  background: var(--blue);
}
.hero-copy {
  position: relative;
  z-index: 3;
  width: min(720px, calc(100% - 48px));
  margin-left: max(28px, calc((100vw - 1240px) / 2));
  padding-top: 45px;
}
.hero .eyebrow { color: #9bb7ff; }
.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: 5.7rem;
  line-height: .9;
  font-weight: 830;
  letter-spacing: 0;
}
.hero-lead {
  max-width: 670px;
  margin: 21px 0 0;
  color: rgba(255,255,255,.82);
  font-family: var(--editorial);
  font-size: 1.58rem;
  line-height: 1.28;
}
.hero-actions { display: flex; gap: 10px; margin-top: 25px; }
.hero-note { margin: 13px 0 0; color: rgba(255,255,255,.5); font-size: .78rem; }
.hero-product {
  position: absolute;
  z-index: 1;
  top: 330px;
  left: 50%;
  width: min(1220px, calc(100% - 56px));
  height: auto;
  display: block;
  transform: translateX(-50%);
  border-top: 1px solid rgba(255,255,255,.2);
  border-left: 1px solid rgba(255,255,255,.12);
  border-right: 1px solid rgba(255,255,255,.12);
  filter: saturate(.9) contrast(1.02);
}
.hero-livebar {
  position: absolute;
  z-index: 3;
  left: 7px;
  right: 0;
  bottom: 0;
  min-height: 61px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,.16);
  background: rgba(16,20,15,.96);
}
.hero-livebar span {
  width: min(33.33%, 410px);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 24px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.hero-livebar span:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.hero-livebar small { color: rgba(255,255,255,.47); font-size: .67rem; text-transform: uppercase; }
.hero-livebar strong { font-size: .83rem; }
.live-status { color: #6dd6ae; }

.signal-band {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: #535b53;
  font-size: .73rem;
  font-weight: 790;
  text-transform: uppercase;
}
.signal-band i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

.manifesto,
.widget-section,
.security-section,
.faq-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 90px;
  padding: 122px 0 112px;
}
.manifesto-title h2,
.service-flow-heading h2,
.widget-copy h2,
.security-title h2,
.pricing-copy h2,
.faq-heading h2 {
  margin: 0;
  font-family: var(--editorial);
  font-size: 4rem;
  line-height: 1.02;
  font-weight: 520;
  letter-spacing: 0;
}
.manifesto-copy { align-self: end; padding-bottom: 5px; }
.manifesto-copy p,
.widget-copy > p,
.security-copy > p,
.pricing-copy > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.78;
}
.manifesto-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}
.manifesto-copy a svg { width: 17px; height: 17px; }
.booking-ribbon {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .7fr 2fr .65fr .8fr .8fr;
  margin-top: 14px;
  border-top: 1px solid #292e28;
  border-bottom: 1px solid #292e28;
  background: var(--night);
  color: #fff;
}
.booking-ribbon > span {
  min-width: 0;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 17px 20px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.booking-ribbon > span:last-child { border-right: 0; }
.booking-ribbon small { color: rgba(255,255,255,.46); font-size: .65rem; text-transform: uppercase; }
.booking-ribbon strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .97rem; }
.booking-ribbon em { color: rgba(255,255,255,.46); font-size: .69rem; font-style: normal; }
.booking-ribbon .seated-status { color: #70d7af; }

.service-flow {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  gap: 100px;
  padding: 112px max(20px, calc((100vw - 1180px) / 2));
  background: var(--blue-pale);
}
.service-flow-heading { position: sticky; top: 106px; align-self: start; }
.service-sequence { list-style: none; margin: 0; padding: 0; border-top: 1px solid #bfc9e3; }
.service-sequence li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #bfc9e3;
}
.service-sequence li > span { padding-top: 3px; color: var(--blue); font-size: .72rem; font-weight: 850; }
.service-sequence h3 { margin: 0 0 8px; font-size: 1.08rem; }
.service-sequence p { margin: 0; color: #586273; line-height: 1.65; }

.hospitality-section {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}
.hospitality-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hospitality-copy {
  position: absolute;
  inset: 0 auto 0 0;
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px max(34px, calc((100vw - 1180px) / 2));
  background: rgba(16,20,15,.91);
}
.hospitality-copy .eyebrow { color: #9bb7ff; }
.hospitality-copy h2 {
  max-width: 560px;
  margin: 0;
  font-family: var(--editorial);
  font-size: 4rem;
  line-height: 1.02;
  font-weight: 520;
}
.hospitality-copy > p:last-child { max-width: 460px; margin: 24px 0 0; color: rgba(255,255,255,.66); line-height: 1.7; }
.hospitality-facts {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(255,255,255,.94);
  color: var(--ink);
}
.hospitality-facts span { min-width: 190px; padding: 20px 23px; border-left: 1px solid var(--line); font-size: .76rem; }
.hospitality-facts strong { display: block; margin-bottom: 4px; font-size: 1rem; }

.widget-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr);
  gap: 100px;
  align-items: center;
  padding: 124px 0;
}
.widget-copy > p { margin-top: 24px; }
.widget-copy ul { list-style: none; margin: 30px 0 0; padding: 0; }
.widget-copy li { position: relative; padding: 12px 0 12px 27px; border-top: 1px solid var(--line); color: #4e574e; font-size: .88rem; }
.widget-copy li::before,
.security-copy li::before,
.price-panel li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 17px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  transform: rotate(-45deg);
}
.widget-preview {
  min-width: 0;
  border: 1px solid #cdd4ca;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(31, 42, 31, .14);
  overflow: hidden;
}
.widget-preview > header {
  min-height: 74px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 22px;
  border-bottom: 1px solid var(--line);
}
.widget-preview > header div { display: grid; gap: 3px; }
.widget-preview > header small { color: #737b72; font-size: .66rem; text-transform: uppercase; }
.widget-preview > header strong { font-family: var(--editorial); font-size: 1.22rem; }
.widget-preview > header > span { color: var(--blue); font-size: .73rem; font-weight: 800; }
.widget-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; padding: 0 22px; }
.widget-progress i { height: 3px; background: #dce1d9; }
.widget-progress i.complete { background: var(--green); }
.widget-progress i.active { background: var(--blue); }
.widget-body { padding: 27px 22px 31px; }
.widget-label { margin: 0 0 13px; font-size: .8rem; font-weight: 800; }
.widget-date {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  border: 1px solid #d5dbd2;
  border-radius: 6px;
  background: #f8f9f6;
}
.widget-date > span { min-width: 38px; color: var(--blue); font-size: .74rem; font-weight: 850; text-transform: uppercase; }
.widget-date strong { font-size: .93rem; }
.widget-date button,
.widget-back {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d4d9d1;
  border-radius: 6px;
  background: #fff;
  color: #4d574d;
  cursor: pointer;
}
.widget-date svg,
.widget-back svg { width: 17px; height: 17px; }
.widget-times { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }
.widget-times button {
  min-height: 44px;
  border: 1px solid #d6dbd3;
  border-radius: 6px;
  background: #fff;
  color: #394239;
  font-weight: 760;
  cursor: pointer;
}
.widget-times button.selected { border-color: var(--blue); background: var(--blue); color: #fff; }
.widget-preview > footer { display: flex; justify-content: flex-end; gap: 9px; padding: 15px 22px; border-top: 1px solid var(--line); background: #f7f8f4; }
.widget-next {
  min-width: 144px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--blue);
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-weight: 790;
  cursor: pointer;
}
.widget-next svg { width: 16px; height: 16px; }

.security-section {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .75fr);
  gap: 110px;
  padding: 116px max(20px, calc((100vw - 1180px) / 2));
  background: var(--night);
  color: #fff;
}
.security-title .eyebrow { color: #9bb7ff; }
.security-copy { align-self: end; }
.security-copy > p { color: rgba(255,255,255,.65); }
.security-copy ul,
.price-panel ul { list-style: none; margin: 27px 0 0; padding: 0; }
.security-copy li { position: relative; padding: 13px 0 13px 28px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.83); }
.security-copy li::before { border-color: #6dd6ae; }

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
  gap: 105px;
  align-items: center;
  padding: 118px max(20px, calc((100vw - 1180px) / 2));
  background: #fff;
}
.pricing-copy > p:last-child { max-width: 590px; margin-top: 24px; }
.price-panel { padding: 12px 0 12px 38px; border-left: 5px solid var(--blue); }
.price-line { display: flex; align-items: flex-end; gap: 12px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.price { font-size: 5rem; font-weight: 840; line-height: .88; }
.price-line > span:last-child { color: var(--ink-soft); font-size: .72rem; font-weight: 750; line-height: 1.42; text-transform: uppercase; }
.price-panel li { position: relative; padding: 12px 0 12px 28px; border-bottom: 1px solid var(--line); color: #465046; }
.price-panel .button { width: 100%; margin-top: 24px; }
.price-panel small { display: block; margin-top: 14px; color: #6b736b; font-size: .73rem; line-height: 1.55; text-align: center; }

.faq-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(500px, 1.22fr); gap: 105px; padding: 116px 0; }
.faq-list { border-top: 1px solid #cbd2c8; }
.faq-list details { border-bottom: 1px solid #cbd2c8; }
.faq-list summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; font-weight: 770; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--blue); font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -3px 48px 23px 0; color: var(--ink-soft); line-height: 1.7; }

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: #fff;
}
.footer-brand { font-size: 1.25rem; font-weight: 840; text-decoration: none; }
footer p { color: var(--ink-soft); font-size: .84rem; }
footer div { justify-self: end; display: flex; gap: 22px; }
footer div a { color: var(--ink-soft); font-size: .81rem; 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(17, 20, 15, .76); 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-family: var(--sans); 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; }

.welcome-page { min-height: 100svh; display: grid; place-items: center; padding: 24px; background: var(--night); }
.welcome-panel { width: min(560px, 100%); padding: 42px; border-radius: 8px; background: #fff; text-align: center; }
.welcome-panel img { width: 180px; height: auto; }
.welcome-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin: 22px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.welcome-progress span { padding: 12px 5px; border-right: 1px solid var(--line); color: var(--green); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.welcome-progress span:last-child { border-right: 0; }
.welcome-progress span.active { background: #edf2ff; color: var(--blue); }
.welcome-panel h1 { margin: 18px 0 12px; font-size: 2.15rem; }
.welcome-panel p { color: var(--ink-soft); line-height: 1.65; }
.welcome-panel .button { width: 100%; margin-top: 16px; }
.welcome-help { display: inline-block; margin-top: 22px; }

.legal-page { background: var(--paper); }
.legal-header,
.legal-footer { width: min(920px, calc(100% - 40px)); margin: 0 auto; min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-header img { width: 112px; height: auto; display: block; }
.legal-header a:last-child,
.legal-footer a { color: var(--ink-soft); font-size: .85rem; font-weight: 700; }
.legal-content { width: min(760px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 110px; }
.legal-content h1 { margin: 0 0 24px; font-family: var(--editorial); font-size: 4.8rem; line-height: .98; font-weight: 520; }
.legal-lead { margin: 0 0 60px; color: var(--ink-soft); font-size: 1.16rem; line-height: 1.7; }
.legal-content h2 { margin: 46px 0 10px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 1.17rem; }
.legal-content p { color: #50584f; line-height: 1.78; }
.legal-content a { color: var(--blue); font-weight: 650; }
.legal-footer { border-top: 1px solid var(--line); border-bottom: 0; }
.legal-footer span { font-weight: 820; }

@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: 1020px) {
  .hero h1 { font-size: 5rem; }
  .manifesto,
  .service-flow,
  .widget-section,
  .security-section,
  .pricing-section,
  .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .manifesto-copy { max-width: 660px; }
  .service-flow-heading { position: static; }
  .widget-preview { width: min(700px, 100%); }
  .security-copy { max-width: 700px; }
  .pricing-section { align-items: start; }
  .price-panel { max-width: 620px; }
  .faq-list { width: 100%; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer div { justify-self: center; }
}

@media (max-width: 760px) {
  :root { --header-height: 64px; }
  .site-header { grid-template-columns: 1fr auto; padding: 0 16px; }
  .site-header nav { display: none; }
  .brand { width: 82px; height: 56px; }
  .brand img { width: auto; height: 52px; }
  .header-actions .text-link { display: none; }
  .hero { height: calc(100svh - 116px); min-height: 650px; max-height: 760px; }
  .hero-copy { width: calc(100% - 42px); margin-left: 24px; padding-top: 38px; }
  .hero h1 { font-size: 4rem; }
  .hero-lead { max-width: 480px; font-size: 1.22rem; }
  .hero-product { top: 370px; width: 660px; max-width: none; }
  .hero-livebar { min-height: 68px; justify-content: flex-start; overflow-x: auto; }
  .hero-livebar span { min-width: 190px; width: auto; padding: 12px 17px; }
  .signal-band { justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .manifesto,
  .widget-section,
  .faq-section { width: min(100% - 30px, 1180px); padding: 86px 0; }
  .manifesto-title h2,
  .service-flow-heading h2,
  .widget-copy h2,
  .security-title h2,
  .pricing-copy h2,
  .faq-heading h2,
  .hospitality-copy h2 { font-size: 2.85rem; }
  .booking-ribbon { grid-template-columns: .7fr 1.5fr .6fr; overflow-x: auto; }
  .booking-ribbon > span { min-width: 105px; }
  .booking-ribbon .guest-cell { min-width: 210px; }
  .booking-ribbon > span:nth-child(4),
  .booking-ribbon > span:nth-child(5) { min-width: 120px; }
  .service-flow { padding: 86px 15px; }
  .hospitality-section { min-height: 680px; }
  .hospitality-section > img { object-position: 58% center; }
  .hospitality-copy { inset: auto 0 0; width: 100%; min-height: 54%; justify-content: center; padding: 48px 24px 112px; }
  .hospitality-facts { right: 0; left: 0; overflow-x: auto; }
  .hospitality-facts span { min-width: 165px; padding: 16px 18px; }
  .widget-section { gap: 48px; }
  .widget-preview { width: 100%; }
  .security-section,
  .pricing-section { padding: 86px 15px; }
  .price-panel { padding-left: 25px; }
  .faq-section { gap: 42px; }
  .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: 520px) {
  .hero { min-height: 670px; }
  .hero h1 { font-size: 3.5rem; overflow-wrap: anywhere; }
  .hero-actions { width: min(100%, 330px); flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-note { width: min(100%, 320px); line-height: 1.45; }
  .hero-product { top: 430px; width: 640px; left: 24px; transform: none; }
  .manifesto-title h2,
  .service-flow-heading h2,
  .widget-copy h2,
  .security-title h2,
  .pricing-copy h2,
  .faq-heading h2,
  .hospitality-copy h2 { font-size: 2.42rem; }
  .service-sequence li { grid-template-columns: 38px 1fr; gap: 14px; }
  .widget-times { grid-template-columns: 1fr 1fr; }
  .widget-preview > header { padding: 15px 16px; }
  .widget-body { padding: 23px 16px 26px; }
  .widget-preview > footer { padding: 14px 16px; }
  .price { font-size: 4rem; }
  .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; }
  .welcome-panel { padding: 30px 22px; }
  .legal-content h1 { font-size: 3.2rem; }
}

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