* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.reb-page-shell {
  margin: 0;
  color: #182324;
  background: #f5f0e7;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body.reb-page-shell img {
  display: block;
  max-width: 100%;
}

.reb-build-page {
  --reb-page: #f6f1e8;
  --reb-panel: #fffaf1;
  --reb-panel-strong: #efe4d0;
  --reb-ink: #172323;
  --reb-muted: #647071;
  --reb-line: rgba(23, 35, 35, 0.14);
  --reb-line-strong: rgba(23, 35, 35, 0.28);
  --reb-accent: #b28d55;
  --reb-accent-dark: #72552d;
  --reb-river: #294b50;
  --reb-deep: #162828;
  --reb-white: #ffffff;
  --reb-danger: #874b2f;
  --reb-shadow: 0 18px 50px rgba(22, 40, 40, 0.12);
  --reb-radius: 8px;
  min-height: 100vh;
  color: var(--reb-ink);
  background:
    linear-gradient(90deg, rgba(23, 35, 35, 0.025) 1px, transparent 1px),
    var(--reb-page);
  background-size: 42px 42px, auto;
}

.reb-theme-river {
  --reb-page: #eef2ed;
  --reb-panel: #fbfcf7;
  --reb-panel-strong: #dfe8df;
  --reb-ink: #111d1d;
  --reb-muted: #5d6b69;
  --reb-line: rgba(17, 29, 29, 0.13);
  --reb-line-strong: rgba(17, 29, 29, 0.3);
  --reb-accent: #9f7b46;
  --reb-accent-dark: #5e4423;
  --reb-river: #355f63;
  --reb-deep: #102625;
}

.reb-theme-shop {
  --reb-page: #121b1c;
  --reb-panel: #1b2829;
  --reb-panel-strong: #233333;
  --reb-ink: #edf2ec;
  --reb-muted: #b7c0bb;
  --reb-line: rgba(237, 242, 236, 0.15);
  --reb-line-strong: rgba(237, 242, 236, 0.32);
  --reb-accent: #c8a15d;
  --reb-accent-dark: #f0c56e;
  --reb-river: #8fb1ae;
  --reb-deep: #0c1415;
  --reb-white: #f8f4e8;
  --reb-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    #121b1c;
  background-size: 38px 38px, 38px 38px, auto;
}

.reb-theme-fullbleed {
  --reb-page: #f5f5f0;
  --reb-panel: #ffffff;
  --reb-panel-strong: #dee5e2;
  --reb-ink: #0d1416;
  --reb-muted: #627073;
  --reb-line: rgba(13, 20, 22, 0.12);
  --reb-line-strong: rgba(13, 20, 22, 0.24);
  --reb-accent: #d56b39;
  --reb-accent-dark: #d56b39;
  --reb-river: #123944;
  --reb-deep: #0d1416;
  --reb-white: #ffffff;
  --reb-shadow: 0 18px 34px rgba(10, 16, 17, 0.08);
  --reb-radius: 0;
  background: var(--reb-page);
}

.reb-page-fullbleed {
  background: #f5f5f0;
  font-family: "Inter", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.reb-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.reb-review-strip {
  color: rgba(255, 255, 255, 0.78);
  background: #0f1819;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reb-review-strip .reb-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
}

.reb-review-strip a {
  color: #f6edd9;
  text-decoration: none;
}

.reb-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: none;
  background: rgba(245, 245, 240, 0.9);
  border-bottom: 1px solid rgba(13, 20, 22, 0.08);
  backdrop-filter: blur(14px);
}

.reb-theme-fullbleed .reb-site-header {
  display: block;
}

.reb-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
}

.reb-brand {
  display: grid;
  gap: 2px;
  color: var(--reb-ink);
  text-decoration: none;
}

.reb-brand__top {
  color: var(--reb-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reb-brand__name {
  font-size: 1.16rem;
  font-weight: 800;
}

.reb-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--reb-ink);
  font-size: 0.94rem;
  font-weight: 700;
}

.reb-nav a {
  color: inherit;
  text-decoration: none;
}

.reb-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 620px;
  overflow: hidden;
  color: #ffffff;
  background: var(--reb-deep);
}

.reb-hero__media {
  position: absolute;
  inset: 0;
}

.reb-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 24, 25, 0.94) 0%, rgba(13, 24, 25, 0.7) 44%, rgba(13, 24, 25, 0.22) 100%),
    linear-gradient(0deg, rgba(13, 24, 25, 0.62), rgba(13, 24, 25, 0.04));
}

.reb-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reb-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
  align-content: end;
  max-width: 1180px;
  padding: 96px 0 72px;
}

.reb-theme-river .reb-hero {
  min-height: 650px;
  align-items: center;
}

.reb-theme-river .reb-hero__media::after {
  background:
    linear-gradient(90deg, rgba(13, 24, 25, 0.86) 0%, rgba(13, 24, 25, 0.46) 52%, rgba(13, 24, 25, 0.12) 100%),
    linear-gradient(0deg, rgba(13, 24, 25, 0.58), rgba(13, 24, 25, 0.05));
}

.reb-theme-shop .reb-hero {
  min-height: 570px;
  border-bottom: 1px solid var(--reb-line);
}

.reb-theme-shop .reb-hero__media {
  left: 46%;
}

.reb-theme-shop .reb-hero__media::after {
  background:
    linear-gradient(90deg, #121b1c 0%, rgba(18, 27, 28, 0.92) 23%, rgba(18, 27, 28, 0.28) 100%),
    linear-gradient(0deg, rgba(18, 27, 28, 0.42), transparent);
}

.reb-kicker,
.reb-step__eyebrow,
.reb-summary__eyebrow,
.reb-field-label,
.reb-option-group__label,
.reb-mini-label {
  margin: 0;
  color: var(--reb-accent-dark);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reb-theme-shop .reb-kicker,
.reb-theme-shop .reb-step__eyebrow,
.reb-theme-shop .reb-summary__eyebrow,
.reb-theme-shop .reb-field-label,
.reb-theme-shop .reb-option-group__label,
.reb-theme-shop .reb-mini-label {
  color: var(--reb-accent);
}

.reb-hero h1,
.reb-step h2,
.reb-summary h2,
.reb-confirmation h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.reb-hero h1 {
  max-width: 760px;
  font-size: 4.55rem;
}

.reb-theme-river .reb-hero h1 {
  max-width: 830px;
}

.reb-theme-fullbleed .reb-hero {
  min-height: calc(100svh - 114px);
  align-items: end;
}

.reb-theme-fullbleed .reb-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(245, 245, 240, 0), rgba(245, 245, 240, 1));
}

.reb-theme-fullbleed .reb-hero__media::after {
  background:
    linear-gradient(180deg, rgba(8, 14, 15, 0.16), rgba(8, 14, 15, 0.68)),
    linear-gradient(90deg, rgba(8, 14, 15, 0.8) 0%, rgba(8, 14, 15, 0.36) 45%, rgba(8, 14, 15, 0.12) 100%);
}

.reb-theme-fullbleed .reb-hero__content {
  min-height: calc(100svh - 114px);
  align-content: end;
  max-width: 1280px;
  padding: 94px 0 74px;
}

.reb-theme-fullbleed .reb-hero h1 {
  max-width: 760px;
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
  font-size: 6.7rem;
  font-weight: 700;
  line-height: 0.94;
}

.reb-hero__text {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.14rem;
}

.reb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reb-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.reb-theme-fullbleed .reb-button {
  border-radius: 0;
  font-weight: 800;
}

.reb-button:hover,
.reb-button:focus-visible {
  transform: translateY(-1px);
}

.reb-button--primary {
  color: #ffffff;
  background: var(--reb-accent-dark);
  border-color: var(--reb-accent-dark);
}

.reb-theme-fullbleed .reb-button--primary {
  color: var(--reb-white);
  background: var(--reb-ink);
  border-color: var(--reb-ink);
}

.reb-theme-shop .reb-button--primary {
  color: #111d1d;
  background: var(--reb-accent);
  border-color: var(--reb-accent);
}

.reb-button--ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.34);
}

.reb-theme-fullbleed .reb-button--ghost {
  color: var(--reb-white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.26);
}

.reb-button--quiet {
  color: var(--reb-ink);
  background: transparent;
  border-color: var(--reb-line-strong);
}

.reb-theme-shop .reb-button--quiet {
  color: var(--reb-ink);
}

.reb-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 780px;
  margin-top: 14px;
}

.reb-proof {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--reb-radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.reb-proof strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1rem;
}

.reb-proof span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.reb-build-progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 0;
  margin-bottom: 34px;
  border-top: 1px solid var(--reb-line);
  border-bottom: 1px solid var(--reb-line);
  background: color-mix(in srgb, var(--reb-panel) 78%, transparent);
}

.reb-progress-step {
  display: grid;
  gap: 5px;
  min-height: 94px;
  padding: 16px 14px;
  border: 0;
  border-right: 1px solid var(--reb-line);
  color: var(--reb-muted);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.reb-progress-step:last-child {
  border-right: 0;
}

.reb-progress-step:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.reb-progress-step__number {
  color: var(--reb-muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.reb-progress-step__label {
  color: var(--reb-ink);
  font-size: 0.92rem;
  font-weight: 800;
}

.reb-progress-step__state {
  font-size: 0.78rem;
  font-weight: 700;
}

.reb-progress-step[data-status="current"] {
  background: color-mix(in srgb, var(--reb-accent) 8%, transparent);
}

.reb-progress-step[data-status="current"] .reb-progress-step__number,
.reb-progress-step[data-status="complete"] .reb-progress-step__number {
  color: var(--reb-accent);
}

.reb-progress-step[data-status="complete"] .reb-progress-step__state {
  color: var(--reb-accent);
}

.reb-step[data-section-status="current"] {
  position: relative;
}

.reb-step[data-section-status="current"]::before {
  content: "";
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: -18px;
  width: 3px;
  background: var(--reb-accent);
}

.reb-step:first-child[data-section-status="current"]::before {
  top: 0;
}

.reb-step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--reb-line);
}

.reb-contact-start {
  border: 1px solid var(--reb-line);
  background: var(--reb-white);
}

.reb-contact-start .reb-form-grid {
  padding: 22px;
}

.reb-home-intro {
  display: none;
}

.reb-theme-fullbleed .reb-home-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 70px;
}

.reb-home-intro__left {
  display: grid;
  gap: 16px;
  align-content: start;
}

.reb-home-intro__left h2 {
  max-width: 620px;
  margin: 0;
  color: var(--reb-ink);
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 0.94;
}

.reb-home-intro__left p:not(.reb-kicker) {
  max-width: 52ch;
  margin: 0;
  color: var(--reb-muted);
  font-size: 1.04rem;
}

.reb-home-intro__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.reb-home-metric {
  padding: 22px 0;
  border-top: 1px solid var(--reb-line);
}

.reb-home-metric strong {
  display: block;
  margin-bottom: 6px;
  color: var(--reb-ink);
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.reb-home-metric span {
  color: var(--reb-muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.reb-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
  padding: 64px 0 116px;
}

.reb-theme-river .reb-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
}

.reb-theme-fullbleed .reb-layout {
  width: min(1280px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1fr) 390px;
  padding: 74px 0 116px;
  border-top: 1px solid var(--reb-line);
}

.reb-theme-shop .reb-layout {
  padding-top: 48px;
}

.reb-builder-main {
  min-width: 0;
}

.reb-step {
  padding: 0 0 46px;
  border-bottom: 1px solid var(--reb-line);
}

.reb-step + .reb-step {
  padding-top: 46px;
}

.reb-step.is-locked {
  opacity: 0.52;
}

.reb-step.is-locked button,
.reb-step.is-locked input,
.reb-step.is-locked textarea,
.reb-step.is-locked select {
  pointer-events: none;
}

.reb-step__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.reb-step h2 {
  margin-top: 6px;
  color: var(--reb-ink);
  font-size: 2.15rem;
}

.reb-theme-fullbleed .reb-step h2,
.reb-theme-fullbleed .reb-summary h2,
.reb-theme-fullbleed .reb-confirmation h2 {
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
}

.reb-theme-fullbleed .reb-step h2 {
  max-width: 620px;
  font-size: 3.25rem;
  line-height: 0.96;
}

.reb-step__copy {
  max-width: 710px;
  margin: 10px 0 0;
  color: var(--reb-muted);
}

.reb-step-count {
  display: grid;
  gap: 4px;
  min-width: 74px;
  padding: 10px 12px;
  border: 1px solid var(--reb-line);
  border-radius: var(--reb-radius);
  color: var(--reb-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.reb-step-count span,
.reb-step-count strong {
  display: block;
  line-height: 1.15;
}

.reb-step-count strong {
  color: var(--reb-ink);
}

.reb-choice-grid,
.reb-model-grid,
.reb-option-grid,
.reb-trailer-grid,
.reb-feature-grid,
.reb-use-grid {
  display: grid;
  gap: 14px;
}

.reb-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reb-model-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reb-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reb-option-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reb-trailer-grid,
.reb-use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reb-choice-card,
.reb-model-card,
.reb-option-card,
.reb-coating-card,
.reb-trailer-card,
.reb-feature-card,
.reb-use-chip {
  position: relative;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--reb-line);
  border-radius: var(--reb-radius);
  color: var(--reb-ink);
  background: color-mix(in srgb, var(--reb-panel) 91%, transparent);
  box-shadow: none;
}

.reb-theme-fullbleed .reb-choice-card,
.reb-theme-fullbleed .reb-model-card,
.reb-theme-fullbleed .reb-option-card,
.reb-theme-fullbleed .reb-coating-card,
.reb-theme-fullbleed .reb-trailer-card,
.reb-theme-fullbleed .reb-feature-card,
.reb-theme-fullbleed .reb-use-chip,
.reb-theme-fullbleed .reb-option-group,
.reb-theme-fullbleed .reb-note-panel,
.reb-theme-fullbleed .reb-summary,
.reb-theme-fullbleed .reb-confirmation,
.reb-theme-fullbleed .reb-admin-section,
.reb-theme-fullbleed .reb-field input:not([type="radio"]),
.reb-theme-fullbleed .reb-field select,
.reb-theme-fullbleed .reb-field textarea,
.reb-theme-fullbleed .reb-contact-methods label {
  border-radius: 0;
}

.reb-theme-fullbleed .reb-choice-card,
.reb-theme-fullbleed .reb-model-card,
.reb-theme-fullbleed .reb-option-card,
.reb-theme-fullbleed .reb-coating-card,
.reb-theme-fullbleed .reb-trailer-card,
.reb-theme-fullbleed .reb-feature-card,
.reb-theme-fullbleed .reb-use-chip {
  background: var(--reb-white);
}

.reb-choice-card,
.reb-model-card,
.reb-option-card,
.reb-coating-card,
.reb-trailer-card,
.reb-use-chip {
  display: grid;
  gap: 12px;
  padding: 18px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.reb-choice-card:hover,
.reb-model-card:hover,
.reb-option-card:hover,
.reb-coating-card:hover,
.reb-trailer-card:hover,
.reb-use-chip:hover,
.reb-choice-card:focus-visible,
.reb-model-card:focus-visible,
.reb-option-card:focus-visible,
.reb-coating-card:focus-visible,
.reb-trailer-card:focus-visible,
.reb-use-chip:focus-visible {
  transform: translateY(-1px);
  border-color: var(--reb-line-strong);
  box-shadow: 0 14px 32px rgba(20, 34, 34, 0.08);
  outline: none;
}

.reb-theme-fullbleed .reb-choice-card:hover,
.reb-theme-fullbleed .reb-model-card:hover,
.reb-theme-fullbleed .reb-option-card:hover,
.reb-theme-fullbleed .reb-coating-card:hover,
.reb-theme-fullbleed .reb-trailer-card:hover,
.reb-theme-fullbleed .reb-use-chip:hover,
.reb-theme-fullbleed .reb-choice-card:focus-visible,
.reb-theme-fullbleed .reb-model-card:focus-visible,
.reb-theme-fullbleed .reb-option-card:focus-visible,
.reb-theme-fullbleed .reb-coating-card:focus-visible,
.reb-theme-fullbleed .reb-trailer-card:focus-visible,
.reb-theme-fullbleed .reb-use-chip:focus-visible {
  transform: translateY(-2px);
  border-color: var(--reb-ink);
  box-shadow: var(--reb-shadow);
}

.reb-choice-card[aria-pressed="true"],
.reb-model-card[aria-pressed="true"],
.reb-option-card[aria-pressed="true"],
.reb-coating-card[aria-pressed="true"],
.reb-trailer-card[aria-pressed="true"],
.reb-use-chip[aria-pressed="true"] {
  border-color: var(--reb-accent);
  background: color-mix(in srgb, var(--reb-panel-strong) 56%, var(--reb-panel));
}

.reb-theme-fullbleed .reb-choice-card[aria-pressed="true"],
.reb-theme-fullbleed .reb-model-card[aria-pressed="true"],
.reb-theme-fullbleed .reb-option-card[aria-pressed="true"],
.reb-theme-fullbleed .reb-coating-card[aria-pressed="true"],
.reb-theme-fullbleed .reb-trailer-card[aria-pressed="true"],
.reb-theme-fullbleed .reb-use-chip[aria-pressed="true"] {
  border-color: var(--reb-accent);
  background: #fff8f4;
}

.reb-theme-fullbleed .reb-choice-card[aria-pressed="true"] {
  box-shadow: inset 0 0 0 2px var(--reb-accent), var(--reb-shadow);
}

.reb-choice-card.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.reb-choice-card.is-disabled:hover {
  transform: none;
  box-shadow: none;
}

.reb-theme-fullbleed .reb-choice-card.is-disabled {
  background:
    linear-gradient(135deg, rgba(13, 20, 22, 0.035) 0, rgba(13, 20, 22, 0.035) 25%, transparent 25%, transparent 50%, rgba(13, 20, 22, 0.035) 50%, rgba(13, 20, 22, 0.035) 75%, transparent 75%, transparent 100%),
    #ffffff;
  background-size: 18px 18px, auto;
}

.reb-card-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.reb-card-facts span,
.reb-card-action {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid var(--reb-line);
  color: var(--reb-muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.reb-card-action {
  color: var(--reb-ink);
  font-weight: 850;
}

.reb-boat-preview {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 0;
  margin-top: 18px;
  border: 1px solid var(--reb-line);
  background: var(--reb-white);
}

.reb-boat-preview__image {
  min-height: 330px;
  overflow: hidden;
  background: var(--reb-ink);
}

.reb-boat-preview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reb-boat-preview__copy {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 28px;
}

.reb-boat-preview__copy h3,
.reb-coming-soon-panel h3 {
  margin: 0;
  color: var(--reb-ink);
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 0.96;
}

.reb-boat-preview__copy p,
.reb-coming-soon-panel p {
  margin: 0;
  color: var(--reb-muted);
}

.reb-boat-preview[data-boat-type="power"],
.reb-boat-preview[data-boat-type="sled"] {
  background: #fbfbf7;
}

.reb-coming-soon-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: stretch;
  border: 1px solid var(--reb-line);
  background: var(--reb-white);
}

.reb-coming-soon-panel img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.reb-coming-soon-panel > div {
  display: grid;
  gap: 14px;
  align-content: center;
  padding: 26px;
}

.reb-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.reb-card-icon {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--reb-line);
  border-radius: var(--reb-radius);
  color: var(--reb-accent-dark);
  background: rgba(255, 255, 255, 0.34);
}

.reb-theme-shop .reb-card-icon {
  color: var(--reb-accent);
  background: rgba(255, 255, 255, 0.05);
}

.reb-card-icon svg {
  width: 22px;
  height: 22px;
}

.reb-card-status,
.reb-price-pill,
.reb-selected-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid var(--reb-line);
  border-radius: 999px;
  color: var(--reb-muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.reb-theme-fullbleed .reb-card-status,
.reb-theme-fullbleed .reb-price-pill,
.reb-theme-fullbleed .reb-selected-pill {
  border-radius: 0;
}

.reb-selected-pill {
  display: none;
  color: var(--reb-accent-dark);
  border-color: color-mix(in srgb, var(--reb-accent) 60%, transparent);
  background: color-mix(in srgb, var(--reb-accent) 14%, transparent);
}

[aria-pressed="true"] .reb-selected-pill {
  display: inline-flex;
}

.reb-card-title {
  display: block;
  margin: 0;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.2;
}

.reb-theme-fullbleed .reb-card-title {
  font-weight: 800;
}

.reb-card-copy {
  display: block;
  margin: 0;
  color: var(--reb-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.reb-model-meta,
.reb-option-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--reb-muted);
  font-size: 0.88rem;
}

.reb-model-name {
  color: var(--reb-ink);
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 0.96;
}

.reb-model-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--reb-line);
}

.reb-model-specs span {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-right: 1px solid var(--reb-line);
}

.reb-model-specs span:last-child {
  border-right: 0;
}

.reb-model-specs small {
  color: var(--reb-muted);
  font-size: 0.7rem;
  font-weight: 750;
  text-transform: uppercase;
}

.reb-model-specs strong {
  color: var(--reb-ink);
  font-size: 0.92rem;
}

.reb-model-value {
  display: block;
  padding-top: 12px;
  border-top: 1px solid var(--reb-line);
  color: var(--reb-muted);
  font-size: 0.92rem;
}

.reb-feature-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
}

.reb-feature-mark {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 999px;
  background: var(--reb-accent);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--reb-accent) 15%, transparent);
  flex: 0 0 auto;
}

.reb-feature-card p {
  margin: 0;
  color: var(--reb-ink);
  font-weight: 750;
}

.reb-included-sheet {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 18px;
  align-items: stretch;
}

.reb-included-sheet__lead {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px;
  color: #ffffff;
  background: var(--reb-ink);
}

.reb-included-sheet__lead span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reb-included-sheet__lead strong {
  font-family: "Libre Bodoni", "Baskerville", "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 0.96;
}

.reb-included-sheet__lead p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.reb-feature-card--group {
  display: grid;
  gap: 10px;
}

.reb-feature-card--group h3 {
  margin: 0;
  color: var(--reb-ink);
  font-size: 1rem;
}

.reb-feature-card--group ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reb-feature-card--group li {
  position: relative;
  padding-left: 18px;
  color: var(--reb-muted);
  font-size: 0.94rem;
}

.reb-feature-card--group li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--reb-accent);
}

.reb-note-panel {
  margin-bottom: 18px;
  padding: 16px 18px;
  border: 1px solid color-mix(in srgb, var(--reb-accent) 38%, var(--reb-line));
  border-radius: var(--reb-radius);
  color: var(--reb-ink);
  background: color-mix(in srgb, var(--reb-accent) 10%, var(--reb-panel));
}

.reb-note-panel p {
  margin: 0;
  color: var(--reb-muted);
}

.reb-option-group {
  margin: 0 0 16px;
  border: 1px solid var(--reb-line);
  border-radius: var(--reb-radius);
  background: color-mix(in srgb, var(--reb-panel) 74%, transparent);
}

.reb-option-group[open] {
  background: color-mix(in srgb, var(--reb-panel) 92%, transparent);
}

.reb-option-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
}

.reb-option-group summary::-webkit-details-marker {
  display: none;
}

.reb-option-group__chev {
  color: var(--reb-muted);
  font-weight: 900;
}

.reb-option-group__hint {
  display: block;
  margin-top: 3px;
  color: var(--reb-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: none;
}

.reb-option-group[open] .reb-option-group__chev {
  transform: rotate(90deg);
}

.reb-option-group__body {
  padding: 0 18px 18px;
}

.reb-coating-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.reb-qty-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  padding: 6px;
  border: 1px solid var(--reb-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--reb-panel) 82%, transparent);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.reb-option-card--quantity {
  cursor: pointer;
}

.reb-option-card--quantity .reb-qty-control {
  position: relative;
}

.reb-qty-control.is-pulsing {
  transform: translateX(3px) scale(1.03);
  border-color: var(--reb-accent);
  background: color-mix(in srgb, var(--reb-accent) 10%, var(--reb-panel));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--reb-accent) 16%, transparent);
}

.reb-qty-control.is-pulsing {
  animation: rebQtyNudge 520ms ease;
}

.reb-qty-control button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--reb-line);
  border-radius: 999px;
  color: var(--reb-ink);
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.reb-qty-control button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.reb-qty-control span {
  min-width: 22px;
  text-align: center;
  font-weight: 850;
}

@keyframes rebQtyNudge {
  0% {
    transform: translateX(0) scale(1);
  }
  32% {
    transform: translateX(5px) scale(1.05);
  }
  64% {
    transform: translateX(-2px) scale(1.03);
  }
  100% {
    transform: translateX(3px) scale(1.03);
  }
}

.reb-summary-panel {
  position: sticky;
  top: 20px;
  z-index: 3;
}

.reb-summary {
  overflow: hidden;
  border: 1px solid var(--reb-line-strong);
  border-radius: var(--reb-radius);
  background: color-mix(in srgb, var(--reb-panel) 95%, transparent);
  box-shadow: var(--reb-shadow);
}

.reb-summary__header {
  padding: 20px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    var(--reb-deep);
  background-size: 24px 24px, auto;
}

.reb-ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.reb-ticket-top span {
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  font-weight: 850;
}

.reb-theme-fullbleed .reb-summary__header {
  background: var(--reb-ink);
}

.reb-summary__header h2 {
  margin-top: 6px;
  color: #ffffff;
  font-size: 1.6rem;
}

.reb-ticket-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.reb-ticket-total span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reb-ticket-total strong {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.reb-summary__body {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.reb-summary-block {
  display: grid;
  gap: 8px;
}

.reb-summary-progress ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--reb-line);
  list-style: none;
}

.reb-summary-progress li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--reb-line);
  color: var(--reb-muted);
  font-size: 0.82rem;
}

.reb-summary-progress li:last-child {
  border-bottom: 0;
}

.reb-summary-progress li[data-status="complete"] strong {
  color: var(--reb-accent);
}

.reb-summary-progress li[data-status="current"] strong {
  color: var(--reb-ink);
}

.reb-summary-progress li[data-status="locked"] {
  opacity: 0.52;
}

.reb-summary-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--reb-line);
  color: var(--reb-muted);
  font-size: 0.94rem;
}

.reb-summary-row strong {
  color: var(--reb-ink);
  font-weight: 850;
}

.reb-summary-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reb-summary-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--reb-muted);
  font-size: 0.9rem;
}

.reb-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--reb-accent) 46%, var(--reb-line));
  border-radius: var(--reb-radius);
  background: color-mix(in srgb, var(--reb-accent) 10%, var(--reb-panel));
}

.reb-summary-total span {
  color: var(--reb-muted);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reb-summary-total strong {
  color: var(--reb-ink);
  font-size: 2rem;
  line-height: 1;
}

.reb-summary-actions {
  display: grid;
  gap: 10px;
}

.reb-summary-disclaimer {
  margin: 0;
  color: var(--reb-muted);
  font-size: 0.8rem;
}

.reb-empty {
  color: var(--reb-muted);
  font-style: italic;
}

.reb-form {
  display: grid;
  gap: 18px;
}

.reb-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reb-quote .reb-form {
  margin-top: 22px;
}

.reb-field {
  display: grid;
  gap: 7px;
}

.reb-field input:not([type="radio"]),
.reb-field select,
.reb-field textarea {
  width: 100%;
  border: 1px solid var(--reb-line);
  border-radius: var(--reb-radius);
  color: var(--reb-ink);
  background: color-mix(in srgb, var(--reb-panel) 92%, transparent);
  font: inherit;
  font-size: 1rem;
}

.reb-field input:not([type="radio"]),
.reb-field select {
  min-height: 48px;
  padding: 0 13px;
}

.reb-field textarea {
  min-height: 112px;
  padding: 12px 13px;
  resize: vertical;
}

.reb-contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reb-contact-methods label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--reb-line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--reb-panel) 90%, transparent);
  cursor: pointer;
  font-size: 0.98rem;
  line-height: 1.2;
}

.reb-contact-methods label span {
  flex: 1 1 auto;
  min-width: 0;
}

.reb-contact-methods input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin: 0;
  padding: 0;
  accent-color: var(--reb-accent-dark);
}

.reb-contact-recap {
  display: grid;
  gap: 5px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid var(--reb-line);
  background: var(--reb-white);
}

.reb-contact-recap span {
  color: var(--reb-accent);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reb-contact-recap strong {
  color: var(--reb-ink);
  font-size: 0.94rem;
}

.reb-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.reb-hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.reb-confirmation {
  display: none;
  margin-top: 28px;
  border: 1px solid color-mix(in srgb, var(--reb-accent) 44%, var(--reb-line));
  border-radius: var(--reb-radius);
  background: color-mix(in srgb, var(--reb-panel) 96%, transparent);
}

.reb-confirmation.is-visible {
  display: block;
}

.reb-confirmation__inner {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.reb-confirmation h2 {
  font-size: clamp(2.25rem, 3vw, 3.5rem);
  line-height: 0.98;
}

.reb-confirmation .reb-step__copy {
  max-width: 760px;
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  line-height: 1.45;
}

.reb-admin-sheet {
  display: grid;
  gap: 16px;
}

.reb-admin-section {
  padding: 16px;
  border: 1px solid var(--reb-line);
  border-radius: var(--reb-radius);
  background: color-mix(in srgb, var(--reb-panel-strong) 28%, transparent);
}

.reb-admin-section h3 {
  margin: 0 0 10px;
  font-size: 1rem;
}

.reb-admin-section p,
.reb-admin-section li {
  margin: 0;
  color: var(--reb-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.reb-admin-section ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.reb-toast {
  position: fixed;
  right: 20px;
  bottom: 84px;
  z-index: 40;
  display: none;
  max-width: 320px;
  padding: 13px 14px;
  border: 1px solid var(--reb-line-strong);
  border-radius: var(--reb-radius);
  color: var(--reb-ink);
  background: var(--reb-panel);
  box-shadow: var(--reb-shadow);
  font-weight: 800;
}

.reb-toast.is-visible {
  display: block;
}

.reb-mobile-total {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--reb-line-strong);
  border-radius: var(--reb-radius);
  color: var(--reb-ink);
  background: color-mix(in srgb, var(--reb-panel) 96%, transparent);
  box-shadow: var(--reb-shadow);
}

.reb-mobile-total strong {
  display: block;
  font-size: 1.25rem;
}

.reb-mobile-total span {
  display: block;
  color: var(--reb-muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reb-mobile-total__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.reb-mobile-total__actions .reb-button {
  min-height: 48px;
  padding: 0 14px;
  font-size: 0.76rem;
}

.reb-mobile-review[hidden] {
  display: none !important;
}

.reb-mobile-review {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.reb-mobile-review__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(8, 14, 15, 0.52);
}

.reb-mobile-review__panel {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  max-height: min(78svh, 720px);
  overflow: auto;
  border: 1px solid var(--reb-line-strong);
  border-radius: var(--reb-radius);
  background: var(--reb-panel);
  box-shadow: 0 26px 70px rgba(8, 14, 15, 0.28);
}

.reb-mobile-review__head {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--reb-line);
  background: color-mix(in srgb, var(--reb-panel) 96%, transparent);
}

.reb-mobile-review__head span,
.reb-mobile-review__head button {
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.reb-mobile-review__head button {
  border: 1px solid var(--reb-line-strong);
  background: var(--reb-panel);
  color: var(--reb-ink);
  min-height: 38px;
  padding: 0 12px;
}

.reb-mobile-review__content .reb-summary {
  display: block;
  border: 0;
  box-shadow: none;
}

html.reb-mobile-review-open {
  overflow: hidden;
}

@media (max-width: 1040px) {
  .reb-layout,
  .reb-theme-river .reb-layout,
  .reb-theme-fullbleed .reb-layout {
    grid-template-columns: 1fr;
  }

  .reb-build-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .reb-progress-step:nth-child(3n) {
    border-right: 0;
  }

  .reb-progress-step:nth-child(n + 4) {
    border-top: 1px solid var(--reb-line);
  }

  .reb-included-sheet {
    grid-template-columns: 1fr;
  }

  .reb-contact-start,
  .reb-boat-preview,
  .reb-coming-soon-panel {
    grid-template-columns: 1fr;
  }

  .reb-theme-fullbleed .reb-home-intro {
    grid-template-columns: 1fr;
  }

  .reb-summary-panel {
    position: static;
  }

  .reb-summary-panel .reb-summary {
    display: none;
  }

  .reb-build-page {
    padding-bottom: 94px;
  }

  .reb-mobile-total.is-visible {
    display: flex;
  }

  .reb-mobile-review.is-open {
    display: block;
  }
}

@media (max-width: 780px) {
  .reb-wrap {
    width: min(100% - 28px, 1180px);
  }

  .reb-page-fullbleed .reb-wrap,
  .reb-theme-fullbleed .reb-home-intro,
  .reb-theme-fullbleed .reb-layout {
    width: calc(100% - 24px);
  }

  .reb-review-strip .reb-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .reb-site-header__inner {
    padding: 14px 0;
  }

  .reb-nav {
    display: none;
  }

  .reb-hero {
    min-height: 590px;
  }

  .reb-theme-fullbleed .reb-hero,
  .reb-theme-fullbleed .reb-hero__content {
    min-height: 620px;
  }

  .reb-theme-shop .reb-hero__media {
    left: 0;
  }

  .reb-theme-shop .reb-hero__media::after,
  .reb-hero__media::after {
    background:
      linear-gradient(0deg, rgba(13, 24, 25, 0.92) 0%, rgba(13, 24, 25, 0.66) 58%, rgba(13, 24, 25, 0.18) 100%);
  }

  .reb-hero__content {
    padding: 86px 0 48px;
  }

  .reb-hero h1 {
    font-size: 3.05rem;
  }

  .reb-theme-fullbleed .reb-hero h1 {
    max-width: none;
    font-size: 4.1rem;
  }

  .reb-theme-fullbleed .reb-home-intro {
    padding: 42px 0 54px;
  }

  .reb-home-intro__left h2 {
    max-width: none;
    font-size: 3.1rem;
  }

  .reb-home-intro__right {
    grid-template-columns: 1fr;
  }

  .reb-hero__text {
    font-size: 1rem;
  }

  .reb-proof-row,
  .reb-choice-grid,
  .reb-model-grid,
  .reb-feature-grid,
  .reb-option-grid,
  .reb-trailer-grid,
  .reb-use-grid,
  .reb-form-grid,
  .reb-coating-grid {
    grid-template-columns: 1fr;
  }

  .reb-layout {
    padding-top: 42px;
  }

  .reb-build-progress {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 26px;
  }

  .reb-progress-step {
    min-height: 78px;
    padding: 12px;
  }

  .reb-progress-step:nth-child(3n) {
    border-right: 1px solid var(--reb-line);
  }

  .reb-progress-step:nth-child(2n) {
    border-right: 0;
  }

  .reb-progress-step:nth-child(n + 3) {
    border-top: 1px solid var(--reb-line);
  }

  .reb-step[data-section-status="current"]::before {
    left: -10px;
  }

  .reb-step__head {
    grid-template-columns: 1fr;
  }

  .reb-step h2 {
    font-size: 1.85rem;
  }

  .reb-theme-fullbleed .reb-step h2 {
    max-width: none;
    font-size: 2.4rem;
  }

  .reb-model-specs {
    grid-template-columns: 1fr;
  }

  .reb-model-specs span,
  .reb-model-specs span:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--reb-line);
  }

  .reb-model-specs span:last-child {
    border-bottom: 0;
  }

  .reb-contact-start .reb-form-grid {
    padding: 18px;
  }

  .reb-contact-methods {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .reb-contact-methods label {
    display: flex;
    width: 100%;
    min-height: 54px;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-radius: 0;
    white-space: normal;
  }

  .reb-contact-methods label span {
    flex: 1 1 auto;
    min-width: 0;
  }

  .reb-contact-methods input[type="radio"] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin: 0;
    padding: 0;
  }

  .reb-boat-preview__copy h3,
  .reb-coming-soon-panel h3 {
    font-size: 2.1rem;
  }

  .reb-boat-preview__image,
  .reb-coming-soon-panel img {
    min-height: 240px;
  }

  .reb-step-actions {
    display: grid;
    justify-content: stretch;
  }

  .reb-step-actions .reb-button {
    width: 100%;
  }

  .reb-form-actions {
    display: grid;
  }

  .reb-form-actions .reb-button {
    width: 100%;
  }

  .reb-use-grid {
    display: none;
  }

  .reb-mobile-total {
    align-items: stretch;
  }

  .reb-mobile-total__meta {
    min-width: 0;
  }

  .reb-mobile-total__actions {
    flex: 0 0 auto;
  }

  .reb-mobile-total__actions .reb-button {
    min-height: 46px;
    padding: 0 11px;
  }
}

@media print {
  body.reb-page-shell {
    background: #ffffff;
  }

  .reb-review-strip,
  .reb-hero,
  .reb-builder-main,
  .reb-mobile-total,
  .reb-summary-actions,
  .reb-toast {
    display: none !important;
  }

  .reb-build-page {
    background: #ffffff;
    color: #111111;
  }

  .reb-layout {
    display: block;
    padding: 0;
  }

  .reb-summary-panel {
    position: static;
  }

  .reb-summary-panel .reb-summary {
    display: block;
    border: 1px solid #111111;
    box-shadow: none;
  }
}

.reb-builder-hero-html {
  position: relative;
  min-height: min(760px, 86svh);
  display: grid;
  align-items: end;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(8, 14, 15, 0.12), rgba(8, 14, 15, 0.76)),
    linear-gradient(90deg, rgba(8, 14, 15, 0.76), rgba(8, 14, 15, 0.2)),
    url("https://qii.spa.mybluehost.me/website_13bf5337/wp-content/plugins/rivers-edge-site-tools/assets/images/Edited/Webp/power-drifter-section.webp") center center / cover no-repeat;
}

.reb-builder-hero-html *,
.reb-builder-intro-html * {
  box-sizing: border-box;
}

.reb-builder-hero-html a {
  color: inherit;
  text-decoration: none;
}

.reb-builder-hero-html__inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
  padding: 120px 0 86px;
}

.reb-builder-hero-html__eyebrow,
.reb-builder-intro-html__eyebrow {
  margin: 0;
  font: 800 0.78rem/1 "Inter", Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.reb-builder-hero-html__eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.reb-builder-hero-html h1 {
  max-width: 10ch;
  margin: 0;
  color: #ffffff;
  font: 700 clamp(4rem, 8vw, 7.7rem)/0.9 "Libre Bodoni", "Baskerville", serif;
  letter-spacing: -0.04em;
}

.reb-builder-hero-html p:not(.reb-builder-hero-html__eyebrow) {
  max-width: 50ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font: 500 clamp(1rem, 1.2vw, 1.16rem)/1.62 "Inter", Arial, sans-serif;
}

.reb-builder-hero-html__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.reb-builder-hero-html__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  font: 800 0.82rem/1 "Inter", Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reb-builder-hero-html__button--light {
  background: #ffffff;
  color: #0d1416 !important;
}

.reb-builder-hero-html__button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.reb-builder-intro-html {
  background: #f5f5f0;
  color: #0d1416;
}

.reb-builder-intro-html__inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
  padding: 58px 0 74px;
}

.reb-builder-intro-html__left {
  display: grid;
  gap: 16px;
}

.reb-builder-intro-html__eyebrow {
  color: #d56b39;
}

.reb-builder-intro-html h2 {
  max-width: 620px;
  margin: 0;
  color: #0d1416;
  font: 700 clamp(3rem, 5vw, 4.4rem)/0.94 "Libre Bodoni", "Baskerville", serif;
  letter-spacing: -0.04em;
}

.reb-builder-intro-html p:not(.reb-builder-intro-html__eyebrow) {
  max-width: 52ch;
  margin: 0;
  color: #627073;
  font: 500 1.04rem/1.62 "Inter", Arial, sans-serif;
}

.reb-builder-intro-html__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.reb-builder-intro-html__metric {
  padding: 22px 0;
  border-top: 1px solid rgba(13, 20, 22, 0.12);
}

.reb-builder-intro-html__metric strong {
  display: block;
  margin-bottom: 6px;
  color: #0d1416;
  font: 700 2rem/1 "Libre Bodoni", "Baskerville", serif;
  letter-spacing: -0.03em;
}

.reb-builder-intro-html__metric span {
  color: #627073;
  font: 700 0.94rem/1.55 "Inter", Arial, sans-serif;
}

@media (max-width: 820px) {
  .reb-builder-intro-html__inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    padding: 42px 0 54px;
  }
}

@media (max-width: 760px) {
  .reb-builder-hero-html {
    min-height: 640px;
  }

  .reb-builder-hero-html__inner {
    width: calc(100% - 24px);
    padding: 90px 0 56px;
  }

  .reb-builder-hero-html h1 {
    max-width: none;
    font-size: clamp(3.3rem, 16vw, 4.8rem);
  }
}

@media (max-width: 620px) {
  .reb-builder-intro-html__metrics {
    grid-template-columns: 1fr;
  }
}
