/* Revue 2026 marketing system — aligned to the supplied suite designs. */
:root {
  --ink: #0d1830;
  --paper: #ffffff;
  --dark: #0b172d;
  --sand: #cb625b;
  --coral: #cf675e;
  --berry: #b55252;
  --brand-gradient: linear-gradient(105deg, #c75d5a 0%, #cb625b 54%, #cf675e 100%);
  --muted: #626b7b;
  --line: #e5e7ec;
  --wash: #f7f8fb;
  --rose-wash: #fff4f4;
  --serif: 'Revue Serif', Georgia, serif;
  --sans: 'Revue Sans', Arial, sans-serif;
  --gutter: clamp(24px, 5.3vw, 96px);
}

html { max-width: 100%; overflow-x: hidden; scroll-padding-top: 88px; }
body { max-width: 100%; overflow-x: clip; background: var(--paper); color: var(--ink); }
h1, h2, h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.045em; }
h1 em, h2 em, h3 em { color: var(--sand); font-family: inherit; font-style: normal; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline-color: var(--sand); }
::selection { color: #fff; background: var(--berry); }

.site-header {
  position: relative;
  height: 68px;
  gap: 34px;
  padding: 0 var(--gutter);
  color: var(--ink);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(13,24,48,.09);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.wordmark.brand-wordmark {
  display: inline-flex;
  align-items: center;
  width: 126px;
  min-width: 126px;
  height: 44px;
  overflow: hidden;
}

.brand-wordmark img {
  width: 100%;
  height: auto;
}

.primary-navigation { gap: clamp(18px, 2.1vw, 34px); font-size: 12px; }
.primary-navigation a, .header-actions > a:not(.button) { padding: 11px 0; }
.primary-navigation a:hover, .header-actions > a:not(.button):hover { color: var(--sand); }
.header-actions { gap: 23px; font-size: 12px; }

.button {
  min-height: 48px;
  gap: 20px;
  padding: 13px 21px;
  color: #fff;
  background: var(--brand-gradient);
  border: 1px solid #c75d5a;
  border-radius: 14px;
  background-clip: padding-box;
  box-shadow: none;
}

.button:hover { color: #fff; background: linear-gradient(105deg,#bb5352 0%,#c05a55 55%,#c55f58 100%); border-color:#b94f4e; }
.button-small { min-height: 40px; padding: 10px 17px; }
.button-secondary { color: var(--ink); background: transparent; border-color: #d9a0a7; }
.button-secondary:hover { color: var(--ink); background: #fff5f5; border-color: var(--sand); }
.button-dark { color: #fff; background: var(--dark); }
.button-dark:hover { background: #1a2944; }
.text-link { color: var(--berry); border-color: rgba(203,98,91,.35); }

/* Home */
.suite-home main { overflow: hidden; }
.suite-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(330px,.68fr) minmax(590px,1.32fr);
  gap: clamp(34px, 4.5vw, 76px);
  min-height: 582px;
  padding-top: 36px;
  padding-bottom: 128px;
  align-items: center;
  background:
    radial-gradient(circle at 88% 7%, rgba(203,98,91,.06), transparent 29%),
    linear-gradient(180deg,#fff 0%,#fcfbfb 100%);
}

.suite-hero-copy { position: relative; z-index: 2; padding-bottom: 8px; }
.suite-hero-copy .eyebrow { margin-bottom: 18px; color: var(--sand); }
.suite-hero-copy h1 { font-size: clamp(48px,4.25vw,64px); line-height: .98; }
.suite-hero-copy > p:not(.eyebrow) { max-width: 455px; margin-top: 20px; color: #4f596c; font-size: 14px; line-height: 1.65; }
.suite-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 23px; }
.suite-actions .button { min-width: 156px; }
.trial-points { display: flex; flex-wrap: wrap; gap: 11px 22px; margin: 18px 0 0; padding: 0; color: #596376; font-size: 11px; list-style: none; }
.trial-points li::before { content: '✓'; display: inline-grid; width: 18px; height: 18px; margin-right: 8px; place-items: center; color: var(--sand); border: 1px solid #f3a4ae; border-radius: 50%; font-size: 10px; }

.suite-hero-visual { position: relative; min-height: 410px; }
.suite-desktop, .suite-phone, .suite-pos {
  position: absolute;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13,24,48,.16);
  box-shadow: 0 24px 55px rgba(13,24,48,.16);
}
.suite-desktop { inset: 8px 1% 50px 15%; border-radius: 13px; }
.suite-desktop::before { content: ''; display: block; height: 22px; background: #f4f5f7; border-bottom: 1px solid var(--line); }
.suite-desktop .device-label { position: absolute; z-index: 1; top: 5px; left: 11px; color: #747c89; font-size: 8px; }
.suite-desktop img { width: 100%; height: calc(100% - 22px); object-fit: cover; object-position: center top; }
.suite-phone { z-index: 3; left: 0; bottom: 12px; width: 21%; height: 292px; border: 6px solid #111827; border-radius: 24px; background: #fff; }
.suite-phone::before { content: ''; position: absolute; z-index: 2; top: 5px; left: 50%; width: 35%; height: 11px; border-radius: 20px; background: #101216; transform: translateX(-50%); }
.suite-phone img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.suite-pos { z-index: 2; right: 0; bottom: 0; width: 44%; border: 7px solid #22262d; border-radius: 14px; background: #151821; transform: perspective(1000px) rotateY(-7deg) rotateX(2deg); transform-origin: right bottom; }
.suite-pos > span { display: block; padding: 6px 10px; color: #fff; background: #171a23; font-size: 8px; }
.suite-pos img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center 18%; }
.suite-badge { position: absolute; z-index: 4; top: -4px; right: -4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 112px; height: 112px; padding: 15px; color: #fff; text-align: center; background: var(--dark); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(13,24,48,.18); }
.suite-badge img { display: block; flex: 0 0 auto; width: 32px; height: 32px; margin: 0 auto; object-fit: contain; }
.suite-badge span { display: block; width: 100%; margin: 0 auto; font-size: 9px; line-height: 1.35; text-align: center; }

.suite-product-rail {
  position: absolute;
  z-index: 6;
  right: var(--gutter);
  bottom: 20px;
  left: var(--gutter);
  display: grid;
  grid-template-columns: repeat(5,minmax(105px,1fr)) minmax(330px,2.45fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(13,24,48,.07);
}
.suite-product-rail > a { display: grid; grid-template-columns: 34px 1fr; gap: 2px 10px; min-height: 96px; padding: 14px; align-content: center; }
.suite-product-rail > a + a { border-left: 1px solid var(--line); }
.suite-product-rail > a:hover { background: #fff7f7; }
.rail-icon { grid-row: 1/3; display: grid; width: 34px; height: 34px; place-items: center; color: var(--sand); background: var(--rose-wash); border: 1px solid #f6d8dc; border-radius: 9px; font-size: 18px; }
.suite-product-rail strong { align-self: end; font-size: 11px; }
.suite-product-rail small { align-self: start; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.4; text-overflow: ellipsis; }

.rail-group { display: grid; grid-template-columns: auto 1fr auto; grid-template-rows: auto 1fr; gap: 5px 13px; min-width: 0; padding: 14px 16px; align-items: center; color: var(--ink); background: linear-gradient(100deg,#fff1f3,#f7f5f8); border-left: 1px solid #f0dfe3; }
.group-mark { color: var(--berry); font-size: 44px; }
.rail-group .group-mark { grid-row: 1/3; font-size: 38px; }
.rail-group .eyebrow { color: var(--berry); }
.rail-group h2 { margin-top: 1px; font-size: 13px; letter-spacing: -.02em; }
.rail-group ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 12px; margin: 0; padding: 0; color: #4b5668; font-size: 9px; list-style: none; }
.rail-group li::before { content: '✓'; margin-right: 5px; color: var(--sand); }
.rail-group .button { grid-row: 1/3; min-height: 36px; padding: 8px 12px; font-size: 9px; }

.suite-products { display: grid; grid-template-columns: minmax(230px,.34fr) minmax(0,1.66fr); gap: 34px; padding-top: 48px; padding-bottom: 58px; background: #fff; }
.suite-section-intro { align-self: start; position: sticky; top: 108px; }
.suite-section-intro .eyebrow { color: var(--sand); }
.suite-section-intro h2 { margin: 14px 0 17px; font-size: clamp(33px,2.6vw,42px); line-height: 1.02; }
.suite-section-intro > p:not(.eyebrow) { max-width: 260px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.suite-section-intro .text-link { margin-top: 20px; }
.suite-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; align-items: start; }
.suite-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.suite-product-card:hover { border-color: #e7a4ad; box-shadow: 0 18px 40px rgba(13,24,48,.08); transform: translateY(-3px); }
.suite-product-card > a { display: flex; height: 100%; flex-direction: column; }
.suite-product-card:nth-child(n) { grid-column: auto; }
.card-media { height: 124px; overflow: hidden; background: #f4f6fa; border-bottom: 1px solid var(--line); }
.card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.card-pos .card-media img { object-position: center 18%; }
.card-vouchers .card-media img { object-position: center 11%; }
.phone-media { display: grid; place-items: start center; background: linear-gradient(145deg,#fff1f2,#f4f6fa); }
.phone-media img { width: 46%; height: auto; max-height: none; border: 4px solid #111827; border-radius: 15px; box-shadow: 0 10px 20px rgba(13,24,48,.14); }
.card-copy { display: grid; grid-template-columns: auto 1fr; gap: 7px 9px; padding: 14px; }
.card-copy > span:first-child { color: var(--sand); font-size: 10px; letter-spacing: .11em; }
.card-copy h3 { font-size: 16px; letter-spacing: -.025em; }
.card-copy p { grid-column: 1/-1; min-height: 52px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.card-link { grid-column: 1/-1; margin-top: 1px; color: var(--sand); font-size: 10px; }

.suite-platform { padding-top: 84px; padding-bottom: 88px; background: var(--wash); }
.suite-platform .section-heading { margin-bottom: 35px; }
.suite-platform .section-heading h2 { font-size: clamp(40px,4vw,62px); }
.suite-platform .product-tabs { max-width: 660px; margin-right: auto; margin-left: auto; justify-content: center; }
.suite-platform .product-figure { max-width: 1120px; margin: auto; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 24px 54px rgba(13,24,48,.08); }
.suite-platform .product-figure > img { width: 100%; }
.product-tabs button[aria-selected='true'] { color: var(--sand); border-bottom-color: var(--sand); }
.product-panel[hidden] { display: none; }

.brand-story { display: grid; grid-template-columns: 1fr 1.15fr; gap: 76px; padding-top: 84px; padding-bottom: 84px; color: #fff; background: var(--dark); }
.brand-story .eyebrow { color: var(--coral); }
.brand-story h2 { margin: 20px 0 25px; font-size: clamp(42px,4.2vw,68px); }
.brand-story-copy > p:last-child { max-width: 520px; color: #bdc5d3; font-size: 14px; line-height: 1.8; }
.brand-story-grid { align-self: center; border-top: 1px solid rgba(255,255,255,.16); }
.brand-story-grid article { display: grid; grid-template-columns: 145px 1fr; gap: 22px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand-story-grid strong { font-size: 14px; }
.brand-story-grid p { color: #bdc5d3; font-size: 13px; line-height: 1.65; }

.product-guides { background: #fff; }
.guide-links > a { padding: 23px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.guide-links > a:hover .text-link { color: var(--berry); }
.pricing { background: var(--wash); }
.price-grid { gap: 14px; border: 0; }
.price-plan, .price-plan + .price-plan { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.price-plan.featured { position: relative; border-color: #e99aa5; }
.price-plan.featured::before { content: 'FOUNDING OFFER'; position: absolute; top: -12px; right: 18px; padding: 5px 10px; color: #fff; background: var(--sand); border-radius: 20px; font-size: 9px; letter-spacing: .1em; }
.price { font-family: var(--sans); font-weight: 600; }
.contact { background: #fff0f1; }
.contact h2 { font-family: var(--sans); }
.contact .button { background: var(--dark); }
.site-footer { background: var(--dark); }
.footer-top { grid-template-columns: .85fr 1.2fr 1fr 1fr; }
.footer-top > .brand-wordmark { width: 130px; filter: brightness(0) invert(1); opacity: .98; }
.footer-top > p { max-width: 310px; color: #bdc5d3; font: 400 14px/1.8 var(--sans); }
.footer-top nav strong { margin-bottom: 4px; color: #fff; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.footer-top nav a:hover, .footer-bottom a:hover { color: var(--coral); }

/* Shared marketing product pages */
.product-page { background: #fff; }
.product-page .site-header { background: #fff; }
.breadcrumbs { color: #717989; }
.feature-hero, .feature-detail, .page-heading, .contact-options, .questions { background: #fff; }
.feature-body { background: var(--wash); }
.product-figure { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 44px rgba(13,24,48,.08); }
.product-bar { background: #fff; }
.product-wordmark { color: var(--ink); font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; text-transform: lowercase; }
.feature-points > article { border-color: #dfe2e8; }
.feature-hero .button { background: var(--sand); }
.product-page .questions { background: var(--wash); }

/* Gift voucher marketing page */
.reservations-landing { background:#fcfaf9; }
.reservations-landing main { overflow:hidden; }
.reservations-landing .breadcrumbs { padding-top:22px; font-size:14px; }
.reservation-hero { position:relative; display:grid; grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr); align-items:center; gap:36px; padding-top:30px; padding-bottom:44px; min-height:400px; }
.reservation-copy { position:relative; z-index:1; }
.reservation-copy h1 { font-size:clamp(38px,3.6vw,58px); line-height:1.08; letter-spacing:-.045em; }
.reservation-copy h1 em { display:inline; font-weight:600; }
.reservation-copy>p { max-width:520px; margin-top:20px; font-size:17px; line-height:1.6; color:#4b5874; }
.reservation-copy .suite-actions { margin-top:26px; }
.reservation-copy .trial-points { font-size:12px; gap:10px 18px; }
.reservation-stage { position:relative; min-width:0; padding:30px 18px 0 0; }
.reservation-stage::before { content:''; position:absolute; inset:-90px calc(-1 * var(--gutter)) -85px 20%; border-radius:70px 0 0 0; background:linear-gradient(90deg,rgba(252,250,249,.85),rgba(252,250,249,.05)),url('./restaurant-service-detail-1536.webp') center/cover; opacity:.65; }
.reservation-tablet { position:relative; overflow:hidden; border:8px solid #151923; border-radius:24px; background:#fff; box-shadow:0 12px 25px #0d172b22; }
.reservation-tablet img { width:100%; height:auto; }
.reservation-phone { position:absolute; z-index:2; left:-42px; bottom:28px; width:132px; overflow:hidden; border:6px solid #151923; border-radius:28px; background:#fff; box-shadow:0 18px 36px #0d172b38; }
.reservation-phone img { display:block; width:100%; height:auto; }
.reservation-badge { position:absolute; right:0; top:0; display:grid; justify-items:center; align-content:center; gap:8px; width:120px; height:120px; background:#0d172b; color:#fff; border:2px solid #798097; outline:5px solid #0d172b; border-radius:50%; }
.reservation-badge img { width:29px; height:29px; object-fit:contain; }
.reservation-badge span { text-align:center; font-size:12px; line-height:1.4; }
.reservation-stage figcaption { position:relative; margin:14px 0 0; font-size:12px; text-align:center; color:#4b5874; }
.reservation-benefits { position:relative; z-index:1; }
.reservation-benefits>div { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); padding:22px 8px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.reservation-benefits a { padding:0 16px; text-align:center; }
.reservation-benefits a+a { border-left:1px solid var(--line); }
.reservation-benefits svg { width:30px; height:30px; color:#dd405b; margin:0 auto 10px; }
.reservation-benefits h2 { font-size:14px; line-height:1.4; letter-spacing:-.02em; }
.reservation-benefits p { margin-top:5px; font-size:14px; line-height:1.5; color:#4b5874; }
.reservation-service { display:grid; grid-template-columns:.8fr 1.2fr .7fr; gap:32px; align-items:center; padding-top:38px; padding-bottom:38px; }
.reservation-service>figure img { width:100%; aspect-ratio:1.3; object-fit:cover; border-radius:14px; }
.reservation-service figcaption { font-size:12px; color:var(--muted); margin-top:8px; }
.reservation-service h2 { font-size:clamp(28px,2.4vw,36px); line-height:1.12; margin:14px 0; }
.reservation-service p:not(.eyebrow) { color:#4b5874; font-size:16px; line-height:1.6; }
.reservation-service aside { background:#fff; border:1px solid var(--line); border-radius:12px; padding:23px; }
.reservation-service h3 { font-size:20px; line-height:1.25; letter-spacing:-.03em; }
.reservation-service ul { padding:0; list-style:none; margin:18px 0; font-size:14px; }
.reservation-service li { padding:8px 0; border-bottom:1px solid var(--line); }
.reservation-service li::before { content:'✓'; color:var(--sand); margin-right:8px; }
.reservation-workflow { padding-top:48px; padding-bottom:48px; background:#fff; }
.reservation-workflow h2 { font-size:36px; }
.reservation-workflow .feature-points h3 { font-size:22px; }
.reservation-workflow .feature-points p { font-size:16px; }
.reservation-resources { display:flex; flex-wrap:wrap; gap:16px 30px; margin-top:26px; font-size:15px; color:#aa354d; }
.reservations-landing .questions { padding-top:40px; padding-bottom:45px; }
.reservations-landing .questions h2 { font-size:36px; }
.suite-product-page .feature-hero { padding-top:36px; padding-bottom:48px; gap:40px; }
.suite-product-page .feature-hero h1 { font-size:clamp(40px,4.2vw,62px); }
.suite-product-page .feature-hero .lead,.suite-product-page .feature-points p { font-size:16px; }
.suite-product-page .feature-points h3 { font-size:24px; }
.suite-product-page .feature-body { padding-top:48px; padding-bottom:48px; }
.suite-product-page .feature-body h2 { font-size:36px; }
.suite-product-shot { overflow:hidden; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 12px 36px #0d172b0f; }
.suite-product-shot>img { width:100%; height:auto; }
.suite-product-shot figcaption { padding:12px 18px; font-size:12px; color:var(--muted); }
.suite-product-shot.phone-shot { justify-self:center; width:255px; border:7px solid #101829; border-radius:32px; }
.suite-product-shot.phone-shot>img { aspect-ratio:1320/2500; object-fit:cover; object-position:top; }
.suite-product-shot.phone-shot figcaption { padding:10px; font-size:12px; }
@media(max-width:1050px) {
  .reservation-service { grid-template-columns:.8fr 1.2fr; }
  .reservation-service aside { grid-column:1/-1; }
  .reservation-service aside ul { display:flex; flex-wrap:wrap; gap:12px 25px; }
  .reservation-benefits>div { grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px 0; }
  .reservation-benefits a:nth-child(4) { border-left:0; }
}
@media(max-width:760px) {
  .reservation-hero { grid-template-columns:1fr; gap:24px; padding-top:28px; padding-bottom:28px; }
  .reservation-copy h1 { font-size:42px; }
  .reservation-copy>p { font-size:16px; }
  .reservation-stage { padding:22px 0 0; }
  .reservation-stage::before { inset:0 -24px 0 20%; border-radius:30px 0 0 0; }
  .reservation-badge { width:92px; height:92px; right:-5px; top:0; gap:3px; }
  .reservation-badge img { width:22px; height:22px; }
  .reservation-badge span { font-size:10px; }
  .reservation-tablet { border-width:5px; border-radius:16px; }
  .reservation-phone { left:8px; bottom:24px; width:94px; border-width:4px; border-radius:21px; }
  .reservation-benefits>div { grid-template-columns:repeat(2,minmax(0,1fr)); padding:20px 0; }
  .reservation-benefits a:nth-child(n) { padding:0 12px; border-left:0; }
  .reservation-benefits a:nth-child(even) { border-left:1px solid var(--line); }
  .reservation-service { grid-template-columns:1fr; gap:24px; }
  .reservation-service>figure img { max-height:230px; }
  .reservation-service aside { grid-column:auto; }
  .reservation-workflow h2 { font-size:30px; }
}

.voucher-page main { overflow: hidden; }
.voucher-hero { display: grid; grid-template-columns: minmax(380px,.68fr) minmax(600px,1.32fr); gap: 40px; align-items: center; padding-top: 46px; padding-bottom: 52px; background: linear-gradient(135deg,#fff 0%,#fff8f8 100%); }
.voucher-hero-copy .eyebrow { color: var(--sand); }
.voucher-hero h1 { margin:18px 0; font-size:clamp(46px,4.5vw,68px); line-height:1.1; }
.voucher-hero h1 em { display:block; margin-top:12px; font-size:.56em; line-height:1.2; font-weight:600; }
.voucher-hero-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.voucher-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.voucher-benefits { display: flex; flex-wrap: wrap; gap: 18px 27px; margin: 24px 0 0; padding: 0; color: #596376; font-size: 12px; list-style: none; }
.voucher-benefits li::before { content: '✓'; margin-right: 8px; color: var(--sand); }
.voucher-visual { position: relative; display: grid; gap: 16px; }
.voucher-visual::before { content: ''; position: absolute; inset: 9% 7% 18% 8%; background: radial-gradient(circle,#f3d8df,transparent 70%); filter: blur(6px); }
.voucher-visual img { position: relative; width: 100%; max-height: 470px; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(13,24,48,.07)); }
.voucher-visual figcaption { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 10px; }
.voucher-visual figcaption span { padding: 14px 16px; color: var(--muted); font-size: 10px; text-align: center; }
.voucher-visual figcaption span + span { border-left: 1px solid var(--line); }
.voucher-visual figcaption strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 11px; }
.voucher-feature-strip { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1px; padding-top: 0; padding-bottom: 0; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.voucher-feature-strip article { min-height: 118px; padding: 21px; background: #fff; }
.voucher-feature-strip span { color: var(--sand); font-size: 22px; }
.voucher-feature-strip h2 { margin: 9px 0 4px; font-size: 15px; letter-spacing: -.015em; }
.voucher-feature-strip p { color: var(--muted); font-size: 11px; line-height: 1.5; }
.voucher-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: center; padding-top: 76px; padding-bottom: 76px; }
.voucher-detail img { width: 100%; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 50px rgba(13,24,48,.09); }
.voucher-detail h2 { margin: 18px 0 22px; font-size: clamp(42px,4vw,64px); }
.voucher-detail p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.voucher-checks { margin: 25px 0 0; padding: 0; list-style: none; }
.voucher-checks li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.voucher-checks li::before { content: '✓'; margin-right: 12px; color: var(--sand); }

@media (max-width: 1180px) {
  .suite-hero { grid-template-columns: .8fr 1.2fr; gap: 28px; }
  .suite-phone { width: 26%; }
  .suite-pos { width: 46%; }
  .suite-product-rail { grid-template-columns: repeat(5,minmax(86px,1fr)) minmax(280px,2.5fr); }
  .suite-product-rail > a { padding: 12px; }
  .suite-product-rail small { display: none; }
  .suite-product-rail > a { grid-template-columns: 32px 1fr; min-height: 82px; }
  .rail-icon { grid-row: auto; width: 34px; height: 34px; }
  .rail-group { grid-template-columns: auto 1fr; }
  .rail-group .button { display: none; }
  .suite-products { grid-template-columns: 1fr; }
  .suite-section-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 50px; }
  .suite-section-intro .eyebrow, .suite-section-intro .text-link { grid-column: 1/-1; }
  .suite-section-intro h2 { margin: 0; }
  .suite-section-intro > p:not(.eyebrow) { max-width: 520px; }
  .voucher-hero { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 900px) {
  .site-header { gap: 18px; }
  .primary-navigation { gap: 15px; }
  .primary-navigation a { font-size: 10px; }
  .suite-hero { grid-template-columns: 1fr; padding-top: 52px; padding-bottom: 28px; }
  .suite-hero-copy { max-width: 680px; }
  .suite-hero-visual { min-height: 480px; }
  .suite-product-rail { position: relative; right: auto; bottom: auto; left: auto; grid-column: 1/-1; grid-template-columns: repeat(3,1fr); margin-top: 8px; }
  .suite-product-rail > a { display: flex; min-height: 82px; flex-direction: column; gap: 7px; text-align: center; align-items: center; }
  .suite-product-rail > a + a { border-left: 1px solid var(--line); }
  .suite-product-rail strong { font-size: 11px; }
  .rail-group { grid-column: 1/-1; grid-template-columns: auto 1fr auto; border-top: 1px solid #f0dfe3; border-left: 0; }
  .rail-group .button { display: inline-flex; }
  .brand-story { grid-template-columns: 1fr; gap: 45px; }
  .suite-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .suite-product-card:last-child { grid-column: 1/-1; }
  .voucher-hero { grid-template-columns: 1fr; }
  .voucher-visual { max-width: 760px; }
  .voucher-feature-strip { grid-template-columns: repeat(3,1fr); }
  .voucher-detail { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .site-header { position: relative; height: 68px; }
  .wordmark.brand-wordmark, .site-header .wordmark.brand-wordmark { width: 106px; min-width: 106px; }
  .header-actions { margin-left: auto; }
  .header-actions > a:not(.button) { display: none; }
  .header-actions .button { min-height: 36px; padding: 8px 11px; font-size: 10px; }
  .nav-toggle { color: var(--ink); }
  .primary-navigation { top: 68px; color: #fff; background: var(--dark); }
  .primary-navigation a { color: #fff; font-size: 17px; }
  .suite-hero { padding-top: 44px; padding-bottom: 24px; }
  .suite-hero-copy h1 { font-size: clamp(48px,13vw,67px); }
  .suite-hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .suite-hero-visual { min-height: 360px; margin-top: 9px; }
  .suite-desktop { inset: 10px 0 50px 10%; }
  .suite-phone { left: 0; bottom: 2px; width: 27%; height: 255px; border-width: 5px; border-radius: 20px; }
  .suite-pos { right: -3%; bottom: 0; width: 48%; border-width: 5px; }
  .suite-badge { top: -8px; right: -11px; width: 94px; height: 94px; padding: 12px; border-width: 3px; }
  .suite-badge img { width: 23px; height: 23px; }
  .suite-badge span { font-size: 8px; }
  .suite-product-rail { grid-template-columns: repeat(2,minmax(0,1fr)); border-radius: 10px; }
  .suite-product-rail > a { display: grid; grid-template-columns: 34px 1fr; gap: 2px 10px; min-height: 60px; padding: 10px 11px; text-align: left; align-items: center; }
  .suite-product-rail > a + a { border-top: 1px solid var(--line); border-left: 0; }
  .suite-product-rail > a:nth-child(even) { border-left: 1px solid var(--line); }
  .suite-product-rail .rail-icon { grid-row: 1; }
  .suite-product-rail strong { font-size: 12px; }
  .rail-group { grid-template-columns: auto 1fr; }
  .rail-group .button { grid-column: 2; grid-row: 2; justify-self: start; }
  .rail-group ul { display: none; }
  .suite-products { gap: 34px; padding-top: 58px; padding-bottom: 62px; }
  .suite-section-intro { grid-template-columns: 1fr; gap: 18px; }
  .suite-section-intro .eyebrow, .suite-section-intro .text-link { grid-column: auto; }
  .suite-section-intro h2 { font-size: 43px; }
  .suite-product-grid { grid-template-columns: 1fr; }
  .suite-product-card:nth-child(n) { grid-column: auto; }
  .card-media { height: 205px; }
  .phone-media img { width: 42%; }
  .suite-platform { padding-top: 60px; padding-bottom: 62px; }
  .brand-story { padding-top: 61px; padding-bottom: 64px; }
  .brand-story h2 { font-size: 44px; }
  .brand-story-grid article { grid-template-columns: 1fr; gap: 8px; }
  .guide-links > a { padding: 20px; }
  .price-plan, .price-plan + .price-plan { padding: 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .voucher-hero { padding-top: 45px; padding-bottom: 50px; }
  .voucher-hero h1 { font-size: 55px; }
  .voucher-visual figcaption { grid-template-columns: 1fr; }
  .voucher-visual figcaption span + span { border-top: 1px solid var(--line); border-left: 0; }
  .voucher-feature-strip { grid-template-columns: 1fr; }
  .voucher-feature-strip article { min-height: 0; }
  .voucher-detail { padding-top: 56px; padding-bottom: 58px; }
}

@media (max-width: 390px) {
  .site-header { gap: 11px; }
  .wordmark.brand-wordmark, .site-header .wordmark.brand-wordmark { width: 96px; min-width: 96px; }
  .header-actions .button { padding: 8px 9px; }
  .suite-actions .button { width: 100%; }
  .suite-hero-copy h1 { font-size: 47px; }
  .trial-points { display: grid; gap: 9px; }
  .suite-hero-visual { min-height: 340px; }
  .suite-phone { height: 220px; }
  .rail-group h2 { font-size: 12px; }
  .voucher-hero h1 { font-size: 48px; }
}

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

/* Revue product pages — reference-led composition, isolated from portal UI. */
.product-design { --product-accent:var(--sand); --product-copy:#475778; background:#fcfaf9; }
.product-design .breadcrumbs { padding-top:16px; padding-bottom:0; font-size:14px; }
.product-design-hero { display:grid; grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr); align-items:center; gap:28px; padding-top:24px; padding-bottom:24px; }
.product-design-copy { min-width:0; position:relative; z-index:1; }
.product-design .eyebrow { color:#526487; font-size:12px; letter-spacing:.2em; line-height:1.6; }
.product-design-copy h1 { margin:14px 0 18px; color:#0d1934; font-size:clamp(38px,3.55vw,58px); font-weight:650; line-height:1.04; letter-spacing:-.045em; }
.product-design-copy h1 em { color:var(--product-accent); font-style:normal; font-weight:inherit; background:var(--brand-gradient); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.product-design-copy .lead { max-width:555px; color:var(--product-copy); font-size:17px; line-height:1.55; margin:0; }
.product-design .suite-actions { gap:14px; margin-top:26px; flex-wrap:wrap; }
.product-design .button { min-height:44px; padding:0 24px; border-radius:8px; font-size:14px; line-height:1.4; }
.product-design .button:not(.button-secondary) { background:var(--product-accent); border-color:var(--product-accent); color:white; }
.product-design .button-secondary { border-color:var(--product-accent); color:var(--berry); background:transparent; }
.product-design .text-link { color:var(--berry); font-size:15px; line-height:1.5; }
.product-assurances { display:flex; flex-wrap:wrap; gap:10px 20px; padding:0; margin:24px 0 0; list-style:none; }
.product-assurances li { display:flex; align-items:flex-start; gap:7px; color:var(--product-copy); font-size:14px; line-height:1.5; }
.product-assurances li::before { content:'✓'; display:inline-grid; flex:0 0 16px; place-items:center; margin-top:2px; height:16px; border:1px solid var(--product-accent); border-radius:50%; color:var(--berry); font-size:11px; }
.product-design-visual { min-width:0; margin:0; align-self:center; }
.product-design-visual>img { display:block; width:100%; height:auto; aspect-ratio:3/2; object-fit:contain; border-radius:18px; }
.product-design-visual.original-capture>img { max-height:410px; }
.product-design-visual figcaption { margin:8px auto 0; max-width:490px; color:#5c6474; font-size:12px; line-height:1.5; text-align:center; }
.product-design-visual figcaption a { text-decoration:underline; text-underline-offset:3px; white-space:nowrap; }
.product-feature-band { position:relative; z-index:1; }
.product-feature-band>div { display:grid; grid-template-columns:repeat(var(--feature-count,5),minmax(0,1fr)); background:#fff; border:1px solid #ece9ed; border-radius:12px; padding:24px 8px; }
.product-feature-band article { min-width:0; padding:0 18px; text-align:center; }
.product-feature-band article+article { border-left:1px solid #eeecf1; }
.product-feature-band svg { width:30px; height:30px; color:var(--product-accent); margin:0 auto 12px; }
.product-feature-band h2 { font-size:15px; line-height:1.4; letter-spacing:-.02em; color:#0d1934; margin:0; }
.product-feature-band p { color:var(--product-copy); margin:7px 0 0; font-size:14px; line-height:1.5; }
.product-design-story { display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr) minmax(0,.8fr); gap:26px; align-items:center; padding-top:34px; padding-bottom:32px; scroll-margin-top:90px; }
.product-story-copy h2 { margin:14px 0; font-size:clamp(27px,2.2vw,35px); line-height:1.1; letter-spacing:-.04em; color:#0d1934; }
.product-story-copy>p:not(.eyebrow) { color:var(--product-copy); font-size:16px; line-height:1.6; margin:0 0 16px; }
.product-story-screen { margin:0; min-width:0; border-radius:12px; border:1px solid #eee8ee; background:#fff; padding:14px; }
.product-story-screen a { display:block; }
.product-story-screen img { display:block; width:100%; height:auto; max-height:275px; object-fit:contain; }
.product-story-screen figcaption { font-size:12px; color:#5c6474; line-height:1.45; margin-top:10px; }
.product-story-phone { background:linear-gradient(125deg,#faebef,#fcf8fa); display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); align-items:center; gap:20px; padding:22px; }
.product-story-phone a { order:2; }
.product-story-phone img { max-height:285px; border-radius:14px; }
.product-story-phone figcaption { font-size:14px; line-height:1.6; color:var(--product-copy); margin:0; }
.product-setup-panel { padding:22px; border:1px solid #eee8ee; border-radius:12px; background:#fff; }
.product-panel-icon { display:block; color:var(--product-accent); margin-bottom:12px; }
.product-panel-icon svg { width:28px; height:28px; }
.product-setup-panel h3 { color:#0d1934; font-size:20px; line-height:1.25; letter-spacing:-.025em; margin:0 0 10px; }
.product-setup-panel p { font-size:14px; line-height:1.5; color:var(--product-copy); margin:0; }
.product-setup-panel ol { list-style:none; padding:0; margin:18px 0; }
.product-setup-panel li { display:flex; align-items:flex-start; gap:10px; border-top:1px solid #eeecf1; padding:10px 0; font-size:14px; line-height:1.45; color:var(--product-copy); }
.product-setup-panel li>span { color:var(--berry); font-size:12px; margin-top:2px; font-variant-numeric:tabular-nums; }
.product-audience { display:flex; align-items:center; gap:32px; padding-top:24px; padding-bottom:24px; background:#fff; border-top:1px solid #eeecf1; border-bottom:1px solid #eeecf1; }
.product-audience p { color:var(--product-copy); font-size:14px; margin:0; }
.product-audience ul { display:flex; justify-content:space-between; gap:20px; flex:1; list-style:none; padding:0; margin:0; }
.product-audience li { color:#0d1934; font-size:14px; font-weight:600; letter-spacing:.03em; }
.product-specifics { padding-top:24px; padding-bottom:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.product-specifics details { border-bottom:1px solid #e8e3e8; padding:14px 0; }
.product-specifics summary { display:flex; justify-content:space-between; gap:12px; cursor:pointer; font-size:15px; font-weight:600; color:#0d1934; list-style:none; }
.product-specifics summary::-webkit-details-marker { display:none; }
.product-specifics summary span { color:var(--product-accent); }
.product-specifics details[open] summary span { transform:rotate(45deg); }
.product-specifics p { color:var(--product-copy); font-size:16px; line-height:1.6; padding-top:12px; }
.product-design .questions { padding-top:36px; padding-bottom:36px; }
.product-design .questions h2 { font-size:32px; line-height:1.15; }
.product-design .faq-list summary { font-size:16px; }
.product-design .faq-list p { font-size:16px; }
.product-design :is(a,summary):focus-visible { outline:3px solid #3254a6; outline-offset:5px; }
@media (max-width:1100px) {
  .product-design-hero { gap:20px; }
  .product-design-copy .lead { font-size:16px; }
  .product-assurances { gap:10px 14px; }
  .product-design-story { grid-template-columns:1fr 1.2fr; gap:24px; }
  .product-setup-panel { grid-column:1/-1; }
  .product-setup-panel ol { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
  .product-feature-band article { padding:0 10px; }
  .product-audience { flex-direction:column; align-items:stretch; gap:16px; }
}
@media (max-width:850px) {
  .product-design-hero { grid-template-columns:1fr; padding-top:24px; }
  .product-design-copy { max-width:660px; }
  .product-design-copy h1 { font-size:clamp(38px,6vw,52px); }
  .product-design-visual { width:100%; max-width:650px; justify-self:center; }
  .product-feature-band>div { grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px 0; }
  .product-feature-band article:nth-child(4) { border-left:0; }
}
@media (max-width:580px) {
  .product-design-copy h1 { font-size:clamp(34px,9vw,45px); }
  .product-design .suite-actions { gap:10px; margin-top:22px; }
  .product-design .suite-actions .button { width:auto; flex:1 1 150px; justify-content:center; text-align:center; }
  .product-assurances { display:grid; grid-template-columns:1fr; margin-top:18px; gap:7px; }
  .product-design-visual>img { border-radius:10px; }
  .product-feature-band>div { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px 0; padding:20px 0; }
  .product-feature-band article:nth-child(n) { border-left:0; padding:0 12px; }
  .product-feature-band article:nth-child(even) { border-left:1px solid #eeecf1; }
  .product-feature-band h2 { font-size:14px; }
  .product-feature-band p { font-size:14px; }
  .product-design-story { grid-template-columns:1fr; padding-top:28px; padding-bottom:28px; }
  .product-setup-panel { grid-column:auto; }
  .product-setup-panel ol { grid-template-columns:1fr; gap:0; }
  .product-specifics { grid-template-columns:1fr; gap:0; }
  .product-audience ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
  .product-story-screen img { max-height:310px; }
}

/* Homepage device composition: preserve the real phone and tablet ratios.
   Smaller viewports use separate rows instead of shrinking an overlapping pile. */
.suite-home .suite-hero-visual { min-width:0; min-height:0; aspect-ratio:1.26; width:100%; max-width:880px; justify-self:center; }
.suite-home .suite-desktop { inset:0 0 auto 8%; height:auto; }
.suite-home .suite-desktop img { height:auto; aspect-ratio:8/5; object-fit:contain; }
.suite-home .suite-phone { left:0; bottom:0; width:26%; height:auto; aspect-ratio:1406/2822; }
.suite-home .suite-phone::before { content:none; }
.suite-home .suite-pos { right:0; bottom:0; width:61%; aspect-ratio:2952/2264; transform:none; }
.suite-home .suite-phone,.suite-home .suite-pos { overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; filter:drop-shadow(0 14px 14px rgba(13,24,48,.16)); }
.suite-home .device-frame { position:relative; z-index:2; display:block; width:100%; height:auto; aspect-ratio:auto; pointer-events:none; }
.suite-home .device-screen { position:absolute; overflow:hidden; background:#fff; }
/* Screen apertures measured from the source artwork. Safe areas keep the
   iPhone camera and home indicator clear of the actual app screenshot. */
.suite-home .suite-phone .device-screen { inset:3.54% 6.97% 3.54% 7.25%; border-radius:13% / 6%; padding:12.8% 0 3%; }
.suite-home .suite-phone .device-screen::after { content:''; position:absolute; bottom:1%; left:34%; width:32%; height:.5%; background:#111827; border-radius:10px; }
.suite-home .suite-pos .device-screen { inset:4.417% 3.388%; border-radius:1.8%; }
.suite-home .device-screen img { display:block; width:100%; height:100%; aspect-ratio:auto; object-fit:contain; object-position:center; }
.suite-home .suite-pos .device-screen img { object-fit:cover; object-position:center top; }
.suite-home .suite-badge { width:90px; height:90px; top:-12px; right:-8px; padding:12px; }
.suite-home .suite-badge img { width:25px; height:25px; }
.suite-home .suite-badge span { font-size:8px; }

/* Keep every rendered Reservations demo on the same primary-button system as
   the live apps and the public site. */
.portal-views strong {
  min-height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid #f13a4e;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(105deg,#f13a4e 0%,#f13a4e 58%,#ff5b62 100%);
  box-shadow:0 8px 18px rgba(241,58,78,.18);
}
@media(max-width:900px) {
  .suite-home .suite-hero-visual { display:grid; grid-template-columns:minmax(0,.32fr) minmax(0,.68fr); align-items:center; gap:22px; aspect-ratio:auto; max-width:680px; margin:10px auto 0; }
  .suite-home .suite-desktop { position:relative; inset:auto; grid-column:1/-1; width:100%; box-shadow:0 10px 24px rgba(13,24,48,.08); }
  .suite-home .suite-phone { position:relative; inset:auto; width:100%; max-width:180px; justify-self:center; box-sizing:border-box; }
  .suite-home .suite-pos { position:relative; inset:auto; width:100%; }
  .suite-home .suite-badge { display:none; }
}
@media(max-width:480px) {
  .suite-home .suite-hero-visual { gap:18px 12px; }
  .suite-home .suite-desktop { border-radius:8px; }
}

/* One clear product row, followed by a spacious multi-location invitation.
   Scoped to the public homepage: no portal or application styles change. */
.suite-home .suite-hero { padding-bottom:32px; row-gap:34px; }
.suite-home .suite-product-rail { position:relative; inset:auto; grid-column:1/-1; width:100%; margin:0; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; overflow:visible; border:0; border-radius:0; background:transparent; box-shadow:none; }
.suite-home .suite-product-rail>a { display:grid; grid-template-columns:1fr; justify-items:center; align-content:start; gap:8px; min-width:0; min-height:150px; padding:20px 16px; border:0; border-radius:12px; text-align:center; background:transparent; transition:background .18s ease; }
.suite-home .suite-product-rail>a:hover { background:#fff4f3; }
.suite-home .suite-product-rail>a:nth-child(even):hover { background:#eef3fc; }
.suite-home .suite-product-rail>a:focus-visible,.suite-home .rail-group .button:focus-visible { outline:3px solid #496ba6; outline-offset:4px; }
.suite-home .rail-icon { grid-row:auto; width:32px; height:32px; margin-bottom:4px; padding:0; color:var(--sand); background:none; border:0; border-radius:0; }
.suite-home .suite-product-rail>a:nth-child(even) .rail-icon { color:#263f75; }
.suite-home .rail-icon svg { width:30px; height:30px; }
.suite-home .suite-product-rail>a strong { color:#0d1a37; font-size:14px; line-height:1.35; }
.suite-home .suite-product-rail>a small { display:block; max-width:175px; color:#59677f; font-size:12px; line-height:1.55; }
.suite-home .rail-group { grid-column:1/-1; display:grid; grid-template-columns:48px minmax(0,1fr) auto; grid-template-rows:auto auto; gap:8px 22px; align-items:center; padding:22px 28px; border:0; border-radius:14px; background:linear-gradient(110deg,#f0f4fb,#fff4f3); }
.suite-home .rail-group .group-mark { grid-column:1; grid-row:1/3; width:44px; height:44px; color:#263f75; }
.suite-home .group-mark svg { display:block; width:100%; height:100%; }
.suite-home .rail-group>div { grid-column:2; grid-row:1; }
.suite-home .rail-group .eyebrow { margin:0 0 5px; color:var(--berry); font-size:10px; letter-spacing:.17em; }
.suite-home .rail-group h2 { margin:0; font-size:18px; line-height:1.4; }
.suite-home .rail-group ul { grid-column:2; grid-row:2; display:flex; flex-wrap:wrap; gap:6px 22px; margin:0; font-size:12px; line-height:1.5; }
.suite-home .rail-group .button { display:inline-flex; grid-column:3; grid-row:1/3; justify-self:end; min-height:44px; min-width:124px; padding:12px 22px; font-size:13px; border:0; border-radius:7px; background:#0d1a37; color:#fff; }
.suite-home .rail-group .button:hover { background:#263f75; }
@media(max-width:760px) {
  .suite-home .suite-product-rail { grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; }
  .suite-home .suite-product-rail>a { min-height:136px; padding:16px 12px; }
  .suite-home .suite-product-rail>a:nth-child(5) { grid-column:1/-1; }
  .suite-home .rail-group { grid-template-columns:36px minmax(0,1fr); gap:12px 14px; margin-top:8px; padding:22px; }
  .suite-home .rail-group .group-mark { grid-row:1; width:34px; height:34px; }
  .suite-home .rail-group h2 { font-size:17px; }
  .suite-home .rail-group ul { grid-column:1/-1; grid-row:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 12px; }
  .suite-home .rail-group .button { grid-column:1/-1; grid-row:3; justify-self:start; }
}
@media(prefers-reduced-motion:reduce) { .suite-home .suite-product-rail>a { transition:none; } }

/* Reference-led product-page refinement. Balanced coral and navy, fixed content. */
.product-design { --product-blue:#0d1a37; --product-blue-2:#263f75; --product-pink:#cb625b; --product-pink-2:#c75d5a; --product-blue-wash:#f1f5fc; --product-pink-wash:#fff4f3; overflow-x:hidden; }
.product-design .breadcrumbs { max-width:1280px; padding-top:14px; color:#69748a; }
.product-design-hero { position:relative; max-width:1440px; margin-inline:auto; min-height:470px; grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr); gap:32px; padding-top:18px; padding-right:var(--gutter); padding-bottom:24px; padding-left:var(--gutter); background:#fff; }
/* The studio images already have a backdrop. A second split-colour layer
   produced hard vertical bands behind them, especially on tablets. */
.product-design-hero::before { content:none; }
.product-design-copy { max-width:600px; padding:16px 0 8px; }
.product-design .eyebrow { color:var(--product-blue-2); font-weight:650; }
.product-design-copy h1 { max-width:680px; margin:12px 0 18px; font-size:clamp(42px,3.7vw,58px); line-height:1.01; letter-spacing:-.055em; }
.product-design-copy h1 em { display:inline-block; white-space:normal; }
.product-design-copy .lead { max-width:585px; font-size:17px; line-height:1.55; }
.product-design .button:not(.button-secondary) { background:var(--brand-gradient); border-color:transparent; }
.product-design .button:not(.button-secondary):hover { background:var(--product-blue); }
.product-design .button-secondary { border-color:#9aa9c5; color:var(--product-blue); background:#fff; }
.product-design .button-secondary:hover { border-color:var(--product-blue-2); color:#fff; background:var(--product-blue-2); }
.product-assurances { gap:10px 26px; }
.product-assurances li:nth-child(even)::before { color:var(--product-blue-2); border-color:#91a2c0; }
.product-design-visual { position:relative; z-index:1; width:100%; max-width:760px; justify-self:end; padding:0; }
.product-design-visual>img { display:block; width:100%; height:auto; max-height:none; aspect-ratio:3/2; object-fit:contain; border-radius:16px; filter:none; box-shadow:none; }
.product-hero-badge { position:absolute; top:20px; right:10px; display:grid; place-items:center; width:116px; height:116px; padding:18px; color:#fff; background:var(--product-blue); border:4px solid #fff; border-radius:50%; box-shadow:0 14px 30px rgba(13,26,55,.16); text-align:center; font-size:12px; line-height:1.45; }
.product-design-visual figcaption { position:static; max-width:none; margin:12px 12px 0; color:#68748a; text-align:center; font-size:12px; line-height:1.5; letter-spacing:0; }
.product-feature-band { margin-top:0; padding-bottom:26px; background:#fff; }
.product-feature-band>div { max-width:1280px; margin:0 auto; padding:24px 6px; border-color:#e3e8f1; box-shadow:0 15px 40px rgba(13,26,55,.05); }
.product-feature-band article { padding:2px 18px; }
.product-feature-band article:nth-child(even) svg { color:var(--product-blue-2); }
.product-feature-band article:nth-child(odd) svg { color:var(--product-pink); }
.product-feature-band h2 { font-size:15px; }
.product-feature-band p { max-width:178px; margin:6px auto 0; }
.product-design-story { position:relative; grid-template-columns:minmax(240px,.7fr) minmax(470px,1.35fr) minmax(245px,.72fr); gap:32px; max-width:1280px; padding-top:46px; padding-bottom:44px; }
.product-design-story::before { content:''; position:absolute; inset:34px 22% 34px 29%; z-index:0; border-radius:50%; background:linear-gradient(135deg,var(--product-blue) 0 53%,var(--product-pink-wash) 53% 100%); opacity:.98; }
.product-story-copy,.product-story-screen,.product-setup-panel { position:relative; z-index:1; }
.product-story-copy .eyebrow { color:var(--product-pink); }
.product-story-copy h2 { font-size:clamp(32px,2.45vw,42px); }
.product-story-copy>p:not(.eyebrow) { max-width:360px; }
.product-story-screen { align-self:center; padding:0; border:0; border-radius:0; background:transparent; }
.product-screen-shell { position:relative; overflow:hidden; min-width:0; padding:12px; background:#121825; border:1px solid #424b5a; border-radius:22px; box-shadow:0 24px 45px rgba(13,26,55,.24); }
.product-screen-shell::before { content:''; display:block; position:absolute; top:5px; left:50%; width:6px; height:6px; z-index:2; transform:translateX(-50%); border-radius:50%; background:#445064; }
.product-story-screen img { width:100%; height:auto; max-height:360px; object-fit:cover; object-position:center top; border-radius:12px; }
.product-story-screen.product-story-pos img { max-height:none; aspect-ratio:4/3; object-fit:contain; }
.product-story-screen figcaption { margin-top:12px; color:#4e5b72; text-align:center; }
.product-story-ordering .product-screen-shell,.product-story-apps .product-screen-shell { padding:0; border:0; border-radius:18px; background:#fff; box-shadow:0 20px 44px rgba(13,26,55,.18); }
.product-story-ordering .product-screen-shell::before,.product-story-apps .product-screen-shell::before { display:none; }
.product-story-ordering img,.product-story-apps img { max-height:330px; aspect-ratio:3/2; object-fit:cover; }
.product-setup-panel { align-self:center; padding:26px; color:#fff; border:0; background:linear-gradient(145deg,var(--product-blue),#17294f); box-shadow:0 18px 38px rgba(13,26,55,.14); }
.product-setup-panel .product-panel-icon,.product-setup-panel .text-link,.product-setup-panel li>span { color:#e58b84; }
.product-setup-panel h3 { color:#fff; }
.product-setup-panel p,.product-setup-panel li { color:#c9d1e0; }
.product-setup-panel li { border-color:rgba(255,255,255,.12); }
.product-setup-panel .text-link { border-color:rgba(229,139,132,.45); }
.product-audience { max-width:none; padding:22px var(--gutter); color:#fff; background:linear-gradient(100deg,var(--product-blue),#172a50); border:0; border-top:3px solid var(--product-pink); }
.product-audience p { color:#bfc8da; }
.product-audience li { color:#fff; }
.product-audience li:nth-child(even) { color:#eaa09a; }
.product-specifics { max-width:1280px; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; padding-top:34px; padding-bottom:38px; }
.product-specific-card { min-width:0; padding:26px; border:1px solid #e4e8f0; border-top:4px solid var(--product-pink); border-radius:12px; background:#fff; box-shadow:0 12px 30px rgba(13,26,55,.045); }
.product-specific-card:nth-child(2) { border-top-color:var(--product-blue-2); background:var(--product-blue-wash); }
.product-specific-card:nth-child(3) { background:var(--product-pink-wash); }
.product-specific-icon { display:grid; width:42px; height:42px; margin-bottom:22px; place-items:center; color:#fff; background:linear-gradient(135deg,var(--product-pink-2),var(--product-pink)); border-radius:10px; }
.product-specific-card:nth-child(2) .product-specific-icon { background:linear-gradient(135deg,#476295,var(--product-blue)); }
.product-specific-icon svg { width:22px; height:22px; }
.product-specific-card .eyebrow { margin-bottom:8px; color:#7a8496; }
.product-specific-card h2 { margin:0 0 12px; color:var(--product-blue); font-size:22px; line-height:1.18; letter-spacing:-.03em; }
.product-specific-card>p:last-child { color:#4d5a71; font-size:16px; line-height:1.6; }
.product-design .questions { background:linear-gradient(110deg,#f5f7fc 0 53%,#fff4f3 53% 100%); border-top:1px solid #e6eaf2; }
.product-design .questions h2 em { color:var(--product-pink); }
@media (max-width:1100px) {
  .product-design-hero { grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); min-height:450px; gap:24px; }
  .product-design-copy h1 { font-size:clamp(40px,4.5vw,54px); }
  .product-design-copy h1 em { white-space:normal; }
  .product-hero-badge { width:98px; height:98px; font-size:10px; }
  .product-design-story { grid-template-columns:minmax(250px,.8fr) minmax(440px,1.2fr); }
  .product-design-story::before { inset:32px 0 32px 31%; }
  .product-setup-panel { grid-column:1/-1; display:grid; grid-template-columns:50px 1fr 1.4fr auto; gap:8px 18px; align-items:center; }
  .product-panel-icon { grid-row:1/3; }
  .product-setup-panel p { grid-column:2; }
  .product-setup-panel ol { grid-column:3; grid-row:1/3; display:block; margin:0; }
  .product-setup-panel .text-link { grid-column:4; grid-row:1/3; }
}
@media (max-width:850px) {
  .product-design-hero { grid-template-columns:1fr; gap:20px; min-height:0; background:#fff; }
  .product-design-visual { justify-self:center; }
  .product-design-story { grid-template-columns:1fr; }
  .product-design-story::before { inset:28% -10% 20% 20%; }
  .product-story-copy>p:not(.eyebrow) { max-width:650px; }
  .product-story-screen { width:100%; max-width:650px; justify-self:center; }
  .product-setup-panel { grid-column:auto; display:block; width:100%; max-width:650px; justify-self:center; }
  .product-setup-panel ol { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; margin:18px 0; }
  .product-setup-panel .text-link { display:inline-block; }
}
@media (max-width:580px) {
  .product-design .breadcrumbs { padding-top:10px; }
  .product-design-hero { padding-top:18px; padding-bottom:22px; }
  .product-design-copy h1 { font-size:clamp(38px,10.5vw,48px); }
  .product-design-copy .lead { font-size:16px; }
  .product-design-visual { padding-bottom:0; }
  .product-hero-badge { top:4px; right:0; width:82px; height:82px; padding:12px; border-width:3px; font-size:8px; }
  .product-feature-band>div { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .product-design-story::before { inset:35% -30% 22% 12%; }
  .product-story-screen img { max-height:300px; }
  .product-setup-panel ol { grid-template-columns:1fr; gap:0; }
  .product-audience { align-items:flex-start; }
  .product-audience ul { width:100%; }
  .product-specifics { grid-template-columns:1fr; gap:14px; padding-top:28px; padding-bottom:30px; }
  .product-specific-card { padding:22px; }
  .product-design .questions { background:linear-gradient(180deg,#f5f7fc 0 36%,#fff4f3 36% 100%); }
}
@media (max-width:420px) {
  .product-design .suite-actions { display:grid; grid-template-columns:1fr; }
  .product-design .suite-actions .button { width:100%; min-width:0; }
}

/* Brand-accurate pricing system: modular services first, bundles second. */
.pricing .section-heading{align-items:stretch}.pricing .founding-offer{position:relative;overflow:hidden;padding:22px 24px;border:1px solid rgba(203,98,91,.3);border-radius:18px;background:linear-gradient(135deg,#fff 0%,#fff7f6 100%);box-shadow:0 12px 32px rgba(13,24,48,.05)}
.pricing .founding-offer::before{position:absolute;top:0;right:0;left:0;height:4px;background:var(--brand-gradient);content:''}.pricing .founding-offer strong{color:var(--berry)}
.price-grid.price-grid-four{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.price-plan,.price-plan+.price-plan{min-height:0;padding:24px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fff,#fdfdfe);box-shadow:0 10px 28px rgba(13,24,48,.045)}.price-plan:hover{transform:translateY(-3px);border-color:#d9dde5;box-shadow:0 18px 38px rgba(13,24,48,.08)}.price-plan{transition:transform .18s,border-color .18s,box-shadow .18s}.price-plan.featured{border-color:rgba(203,98,91,.55);background:linear-gradient(145deg,#fff,#fff8f7)}.price-plan.featured::before{top:13px;right:14px;background:var(--brand-gradient)}.price-plan>.eyebrow{min-height:28px;padding-right:88px;color:var(--berry)}.price-plan .price{margin:14px 0 10px;color:var(--ink);font-size:clamp(42px,3.6vw,54px)}.price-plan .price span{display:inline-block;margin-left:5px}.price-plan .plan-description{max-width:320px;min-height:46px;color:#3f4a60;font-size:14px;line-height:1.5}.price-plan ul{width:100%;margin:14px 0;color:#4f5a6e;font-size:12px}.price-plan li{display:flex;gap:8px;padding:7px 0;border-bottom:1px solid #edf0f4}.price-plan li::before{content:'✓';margin:0;color:var(--sand);font-weight:800}.price-plan .plan-note{max-width:none;margin:0 0 14px;padding:10px 11px;border-radius:10px;background:#f5f7fa;color:#697386;font-size:10px;line-height:1.45}.price-plan .text-link{display:flex;width:100%;min-height:40px;align-items:center;justify-content:space-between;margin-top:auto;padding:0 2px;color:var(--berry);font-size:12px;font-weight:700}
.bundle-pricing{padding-top:70px}.bundle-grid{gap:18px;min-width:0}.bundle-card{min-width:0;min-height:350px;padding:28px;border-radius:18px;box-shadow:0 12px 30px rgba(13,24,48,.045)}.bundle-card:nth-child(3){color:#fff;border-color:transparent;background:linear-gradient(145deg,var(--dark),#172b52)}.bundle-card:nth-child(3) .eyebrow,.bundle-card:nth-child(3) .text-link{color:#e58b84}.bundle-card:nth-child(3) ul{color:#c6cedc}.bundle-card:nth-child(3) .price span{color:#c6cedc}.bundle-saving{display:inline-flex;width:max-content;max-width:100%;margin:-5px 0 12px;padding:6px 9px;color:var(--berry);background:#fff4f3;border:1px solid #efcfcc;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em}.bundle-card:nth-child(3) .bundle-saving{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18)}
.homepage-packages{padding-top:52px}.homepage-packages .section-heading{margin-bottom:24px}.homepage-packages .section-heading h2{margin-top:8px;font-size:clamp(30px,3.2vw,44px);line-height:1}.homepage-packages .section-heading h2 em{color:var(--sand);font-style:normal}.homepage-packages .bundle-card{min-height:300px;padding:24px}.homepage-packages .bundle-card h3{font-size:clamp(20px,1.8vw,27px)}.homepage-packages .bundle-card .price{font-size:clamp(38px,3.3vw,50px)}
.suite-home .suite-badge{width:122px;height:122px;top:-16px;right:-12px;gap:5px;padding:16px 13px 14px}.suite-home .suite-badge img{width:34px;height:34px}.suite-home .suite-badge span{display:flex;max-width:88px;min-height:42px;align-items:center;justify-content:center;font-size:10px;line-height:1.28;text-align:center;text-wrap:balance}
.current-system-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.58fr);gap:18px;align-items:stretch}.current-system-grid .product-figure{margin:0}.current-system-grid .product-figure>img{display:block;aspect-ratio:16/9;object-fit:cover}.current-system-notes{display:grid;gap:10px}.current-system-notes article{display:grid;grid-template-columns:30px 1fr;gap:12px;align-content:center;padding:20px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.82)}.current-system-notes article>span{color:var(--sand);font-size:10px;font-weight:800;letter-spacing:.1em}.current-system-notes h3{margin:0 0 6px;color:var(--ink);font-size:18px}.current-system-notes p{margin:0;color:#606a7d;font-size:12px;line-height:1.55}
@media(max-width:1180px){.price-grid.price-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.price-plan .plan-description{min-height:0}}
@media(max-width:1000px) and (min-width:761px){.bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-card:nth-child(3){grid-column:1/-1;min-height:280px}.homepage-packages .bundle-card:nth-child(3){min-height:260px}}
@media(max-width:900px){.current-system-grid{grid-template-columns:1fr}.current-system-notes{grid-template-columns:repeat(3,minmax(0,1fr))}.current-system-notes article{grid-template-columns:1fr;align-content:start}}
@media(max-width:760px){.price-grid.price-grid-four{grid-template-columns:1fr}.price-plan,.price-plan+.price-plan{min-height:0;padding:22px}.bundle-card{min-height:0}.pricing .founding-offer{padding:20px}.price-plan>.eyebrow{min-height:0;padding-right:100px}.current-system-notes{grid-template-columns:1fr}.current-system-notes article{grid-template-columns:28px 1fr;padding:17px}.current-system-grid .product-figure figcaption{display:flex}}

/* Final 2026 brand alignment: a quiet coral gradient and bounded product layouts. */
.product-design-hero,
.product-design-story,
.product-specifics,
.product-feature-band > div {
  box-sizing: border-box;
  width: 100%;
}
.product-design-story::before { border-radius: 52px; }
.product-design main { overflow: hidden; }
.product-specific-icon { background: var(--brand-gradient); }
@media (max-width:850px) {
  .product-design-story::before { inset: 30% 0 18%; border-radius: 36px; }
}
@media (max-width:580px) {
  .product-design-story::before { inset: 38% 0 18%; border-radius: 26px; }
}

/* 2026-09-14 layout correction: compact packages and consistently bounded
   product stories. These rules intentionally sit last so generated pages and
   the homepage share one responsive layout. */
.bundle-pricing .section-heading,
.bundle-pricing .bundle-grid {
  width: min(100%, 1180px);
  margin-inline: auto;
}
.bundle-pricing .bundle-grid { align-items: stretch; }
.bundle-pricing .bundle-card,
.homepage-packages .bundle-card {
  min-height: 0;
  padding: 24px;
}
.bundle-card .price { margin-block: 12px; }
.bundle-card ul { margin-block: 6px 18px; }

.product-design-hero,
.product-design-story,
.product-audience,
.product-specifics,
.product-feature-band > div {
  width: min(calc(100% - 48px), 1280px);
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 0;
}
.product-design-story {
  grid-template-columns: minmax(250px,.78fr) minmax(430px,1.32fr) minmax(240px,.72fr);
  gap: 28px;
  margin-block: 32px;
  padding: 34px;
  border: 1px solid #e4e8f0;
  border-radius: 24px;
  background: linear-gradient(130deg,#f6f8fc 0%,#fff 64%,#fff8f7 100%);
  box-shadow: 0 18px 45px rgba(13,26,55,.06);
}
.product-design-story::before { content: none; }
.product-story-copy h2,
.product-story-copy > p,
.product-story-copy .text-link { position: relative; z-index: 1; }
.product-story-screen.product-story-pos img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
}
.product-audience {
  gap: 28px;
  margin-block: 0 8px;
  padding: 20px 26px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(105deg,var(--product-blue),#172a50);
  box-shadow: 0 12px 30px rgba(13,26,55,.08);
}
.product-specifics {
  width: min(calc(100% - 48px), 1180px);
  max-width: 1180px;
  gap: 18px;
  padding: 28px 0 40px;
}
.product-specific-card { height: 100%; }
.product-feature-band > div { padding: 22px 8px; }

.reservations-landing .reservation-hero,
.reservations-landing .reservation-benefits,
.reservations-landing .reservation-service,
.reservations-landing .reservation-workflow {
  width: min(calc(100% - 48px), 1380px);
  max-width: 1380px;
  margin-inline: auto;
  padding-inline: 0;
}
.reservation-hero {
  grid-template-columns: minmax(360px,.78fr) minmax(620px,1.22fr);
  gap: 48px;
  min-height: 0;
  padding-block: 34px 42px;
}
.reservation-stage { padding: 18px 16px 0 0; }
.reservation-stage::before {
  inset: -34px -54px -34px 28%;
  border-radius: 48px;
  opacity: .42;
}
.reservation-tablet { border-width: 7px; border-radius: 20px; }
.reservation-benefits > div { padding-block: 20px; box-shadow: 0 14px 38px rgba(13,26,55,.05); }

@media (min-width: 900px) and (max-width: 1000px) {
  .bundle-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bundle-card:nth-child(3),
  .homepage-packages .bundle-card:nth-child(3) {
    grid-column: auto;
    min-height: 0;
  }
}
@media (min-width: 761px) and (max-width: 899px) {
  .bundle-card:nth-child(3),
  .homepage-packages .bundle-card:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 480px);
    min-height: 0;
    justify-self: center;
  }
}
@media (max-width: 1100px) {
  .product-design-story {
    grid-template-columns: minmax(250px,.8fr) minmax(440px,1.2fr);
    padding: 30px;
  }
  .reservation-hero { grid-template-columns: minmax(300px,.8fr) minmax(0,1.2fr); gap: 30px; }
}

/* 2026-09-14: keep connected packages card-sized instead of stretching a
   short amount of content across long rows. */
.bundle-pricing .bundle-grid {
  display: grid;
  width: min(100%, 1040px);
  grid-template-columns: repeat(3, minmax(0, 340px));
  justify-content: center;
}
.bundle-pricing .bundle-card,
.homepage-packages .bundle-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  justify-self: center;
}
.bundle-pricing .bundle-card .text-link,
.homepage-packages .bundle-card .text-link { margin-top: auto; }
@media (min-width: 761px) and (max-width: 1000px) {
  .bundle-pricing .bundle-grid {
    width: min(100%, 698px);
    grid-template-columns: repeat(2, minmax(0, 340px));
  }
  .bundle-pricing .bundle-card:nth-child(3),
  .homepage-packages .bundle-card:nth-child(3) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 760px) {
  .bundle-pricing .bundle-grid {
    width: min(100%, 420px);
    grid-template-columns: minmax(0, 420px);
  }
  .bundle-pricing .bundle-card,
  .homepage-packages .bundle-card {
    max-width: 420px;
  }
}
@media (max-width: 850px) {
  .product-design-story { grid-template-columns: 1fr; }
  .product-design-story::before { content: none; }
  .product-audience { align-items: stretch; }
  .reservation-hero { grid-template-columns: 1fr; }
}
@media (max-width: 580px) {
  .product-design-hero,
  .product-design-story,
  .product-audience,
  .product-specifics,
  .product-feature-band > div,
  .reservations-landing .reservation-hero,
  .reservations-landing .reservation-benefits,
  .reservations-landing .reservation-service,
  .reservations-landing .reservation-workflow {
    width: min(calc(100% - 32px), 1280px);
  }
  .product-design-story { margin-block: 22px; padding: 22px; border-radius: 18px; }
  .product-audience { padding: 19px 20px; }
  .product-specifics { padding-block: 22px 30px; }
  .reservation-stage::before { inset: 0 -16px -12px 20%; border-radius: 26px; }
}

/* Revue button system v1 — marketing and product pages. */
:root{--button-primary:#f13a4e;--button-primary-hover:#c4454a;--button-primary-pressed:#b42332;--button-soft:#fff1f2;--button-soft-pressed:#ffe4e6;--button-border:#e5e7eb;--button-disabled:#f8fafc;--button-navy:#0f172a;--button-gradient:linear-gradient(105deg,#f13a4e 0%,#f13a4e 58%,#ff5b62 100%)}
.button{min-height:44px;justify-content:center;gap:12px;padding:0 24px;border:1px solid transparent;border-radius:8px;background:var(--button-gradient);color:#fff;font-size:13px;font-weight:750;box-shadow:0 7px 18px rgba(241,58,78,.16);transition:background .16s,border-color .16s,color .16s,box-shadow .16s,transform .12s}
.button:hover{border-color:transparent;background:linear-gradient(105deg,#c4454a,#d64a50);color:#fff;box-shadow:0 9px 22px rgba(196,69,74,.2)}
.button:active{background:var(--button-primary-pressed);box-shadow:none;transform:translateY(1px)}
.button-small{min-height:36px;padding:0 20px;font-size:12px}.button-large{min-height:52px;padding:0 32px}
.button-secondary,.product-design .button-secondary{border-color:var(--button-primary);background:#fff;color:var(--button-primary);box-shadow:none}.button-secondary:hover,.product-design .button-secondary:hover{border-color:var(--button-primary);background:var(--button-soft);color:var(--button-primary-hover);box-shadow:none}.button-secondary:active,.product-design .button-secondary:active{background:var(--button-soft-pressed);color:var(--button-navy);transform:translateY(1px)}
.button-dark{border-color:var(--button-navy);background:var(--button-navy);color:#fff}.button-dark:hover{border-color:#172b52;background:#172b52}.button-dark:active{border-color:#071024;background:#071024}
.text-link{min-height:36px;gap:12px;padding:0 8px;border:0;border-radius:8px;color:var(--button-primary);font-weight:700;transition:background .16s,color .16s}.text-link:hover{background:var(--button-soft);color:var(--button-primary-hover)}.text-link:active{background:#edf2f9;color:var(--button-navy)}
.button:disabled,.button[aria-disabled="true"],.text-link[aria-disabled="true"]{pointer-events:none;border-color:var(--button-border);background:var(--button-disabled);color:#a5afc0;box-shadow:none;opacity:1}.button:not(.button-secondary):disabled{border-color:#fbc9ce;background:#fbc9ce;color:#fff}
.button:focus-visible,.text-link:focus-visible{outline:3px solid rgba(241,58,78,.24);outline-offset:2px}
.product-design .button:not(.button-secondary){border-color:transparent;background:var(--button-gradient)}.product-design .button:not(.button-secondary):hover{background:linear-gradient(105deg,#c4454a,#d64a50)}
.suite-home .rail-group .button.button-dark{min-height:44px;padding:0 24px;border:1px solid var(--button-navy);border-radius:8px;background:var(--button-navy)}
.suite-home .rail-group .button.button-dark:hover{border-color:#172b52;background:#172b52}
.contact .button.button-secondary{border-color:var(--button-primary);background:#fff;color:var(--button-primary);box-shadow:none}
.contact .button.button-secondary:hover{border-color:var(--button-primary);background:var(--button-soft);color:var(--button-primary-hover);box-shadow:none}

/* Homepage hero repair: the POS capture is a 16:9 application viewport, so it
   must not be forced into the 4:3 aperture of the decorative iPad artwork.
   Render it in a bounded landscape device shell and keep the full application
   viewport visible at every breakpoint. */
.suite-home .suite-hero-visual {
  width:min(100%,820px);
  max-width:820px;
  aspect-ratio:1.34;
  justify-self:end;
}
.suite-home .suite-desktop {
  inset:0 2% auto 7%;
  aspect-ratio:16/9;
}
.suite-home .suite-desktop img {
  width:100%;
  height:calc(100% - 22px);
  aspect-ratio:auto;
  object-fit:cover;
  object-position:center top;
}
.suite-home .suite-phone { left:0; bottom:0; width:24%; }
.suite-home .suite-pos {
  right:0;
  bottom:1%;
  width:58%;
  aspect-ratio:16/9;
  box-sizing:border-box;
  overflow:hidden;
  border:7px solid #111827;
  border-radius:22px;
  background:#111827;
}
.suite-home .suite-pos .device-frame { display:none; }
.suite-home .suite-pos .device-screen { inset:0; border-radius:14px; }
.suite-home .suite-pos .device-screen img {
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#faf8f7;
}
.suite-home .suite-badge { top:0; right:0; }
@media(max-width:900px) {
  .suite-home .suite-hero-visual {
    width:min(100%,680px);
    max-width:680px;
    aspect-ratio:auto;
    justify-self:center;
  }
  .suite-home .suite-desktop { aspect-ratio:16/9; }
  .suite-home .suite-phone { width:100%; }
  .suite-home .suite-pos { width:100%; aspect-ratio:16/9; }
}

/* Homepage phone-screen repair: the mobile POS capture already matches the
   measured iPhone aperture. Keep the camera and home-indicator safe areas,
   but fill the available screen width so the app is not boxed into a second,
   narrower white panel inside the device. */
.suite-home .suite-phone .device-screen {
  box-sizing:border-box;
  padding:0;
  background:#faf8f7;
  isolation:isolate;
  container-type:inline-size;
}
.suite-home .suite-phone .device-screen img.mobile-pos-content {
  position:absolute;
  inset:5% 0 0;
  width:100%;
  height:95%;
  max-width:none;
  object-fit:fill;
  object-position:center;
  transform:none;
  transform-origin:center bottom;
  clip-path:none;
  mix-blend-mode:normal;
}
.suite-home .mobile-pos-nav {
  position:absolute;
  z-index:2;
  inset:0 0 auto;
  height:10.6%;
  box-sizing:border-box;
  display:flex;
  align-items:flex-end;
  gap:1.7cqw;
  padding:0 3.4cqw 1.5cqw;
  border-bottom:1px solid #e7dedb;
  background:linear-gradient(180deg,#fff8f6,#f8eeed);
  color:#334155;
  font-size:3.05cqw;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.suite-home .mobile-pos-nav > span {
  min-height:8cqw;
  display:inline-flex;
  align-items:center;
  gap:1.1cqw;
  padding:0 1.1cqw;
  border:1px solid transparent;
  border-radius:2.2cqw;
}
.suite-home .mobile-pos-nav > span.is-active {
  border-color:#ddd2ce;
  background:#f1e8e5;
  color:#0f172a;
}
.suite-home .mobile-pos-nav b {
  width:4.7cqw;
  height:4.7cqw;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#df4352;
  color:#fff;
  font-size:2.55cqw;
  font-weight:800;
}
.suite-home .mobile-pos-nav .mobile-pos-exit {
  margin-left:auto;
  min-width:8cqw;
  justify-content:center;
  border-color:#d8d4d2;
  background:#fff;
  color:#0f172a;
  font-size:4cqw;
}
