@font-face {
  font-family: "Euclid Circular A";
  src: url("./fonts/euclid/EuclidCircularA-Regular-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular A";
  src: url("./fonts/euclid/EuclidCircularA-Medium-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("./fonts/euclid/EuclidCircularB-Light-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("./fonts/euclid/EuclidCircularB-Regular-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("./fonts/euclid/EuclidCircularB-Medium-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("./fonts/euclid/EuclidCircularB-Semibold-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("./fonts/euclid/EuclidCircularB-Bold-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("./fonts/euclid/EuclidFlex-Regular-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("./fonts/euclid/EuclidFlex-Medium-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Flex";
  src: url("./fonts/euclid/EuclidFlex-Semibold-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Square";
  src: url("./fonts/euclid/EuclidSquare-Regular-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Square";
  src: url("./fonts/euclid/EuclidSquare-Medium-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Square";
  src: url("./fonts/euclid/EuclidSquare-Semibold-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Square";
  src: url("./fonts/euclid/EuclidSquare-Bold-WebXL.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.bathroom-shell {
  padding-top: 24px;
}

#app .container.bathroom-calculator {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 2rem;
  padding: 0;
}

#app .bathroom-calculator {
  --bathroom-font-body: "Euclid Circular B", Arial, sans-serif;
  --bathroom-font-display: "Euclid Flex", "Euclid Circular B", Arial, sans-serif;
  --bathroom-font-control: "Euclid Square", "Euclid Circular B", Arial, sans-serif;
  --bathroom-font-option: "Euclid Circular A", "Euclid Circular B", Arial, sans-serif;
  --bathroom-paper: #f5f1e5;
  --bathroom-paper-soft: #faf6ed;
  --bathroom-paper-deep: #e6dece;
  --bathroom-ink: #171713;
  --bathroom-muted: #6d685f;
  --bathroom-panel: #173452;
  --bathroom-panel-deep: #0c263d;
  --bathroom-panel-rule: rgba(251, 245, 235, 0.2);
  --bathroom-brass: #84a6b5;
  --bathroom-brass-light: #d4e7f0;
  --bathroom-brass-deep: #5e7f8d;
  --bathroom-accent: #c98a48;
  --bathroom-accent-soft: #edc08a;
  --bathroom-line: rgba(23, 23, 19, 0.16);
  --bathroom-line-strong: rgba(23, 23, 19, 0.32);
  color: var(--bathroom-ink);
  font-family: var(--bathroom-font-body) !important;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#app .bathroom-calculator.container {
  margin-top: 0 !important;
  overflow-x: hidden;
}

.bathroom-calculator,
.bathroom-calculator * {
  box-sizing: border-box !important;
}

.bathroom-calculator button,
.bathroom-calculator input,
.bathroom-calculator select,
.bathroom-calculator textarea {
  font: inherit;
}

#app .bathroom-calculator p,
#app .bathroom-calculator li,
#app .bathroom-calculator label,
#app .bathroom-calculator input,
#app .bathroom-calculator select,
#app .bathroom-calculator textarea {
  font-family: var(--bathroom-font-body) !important;
}

#app .bathroom-calculator .page-header,
#app .bathroom-calculator .page-header p,
#app .bathroom-calculator .header-title {
  font-family: var(--bathroom-font-body) !important;
}

.bathroom-calculator .header-title {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  margin: 0.67rem 0;
  font-weight: 600;
}

.bathroom-calculator .header-title-text {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}

.bathroom-calculator .calc-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(132, 166, 181, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 24%, rgba(188, 211, 222, 0.34), transparent 46%),
    var(--bathroom-panel);
  color: var(--bathroom-brass-light);
  box-shadow: 0 10px 26px rgba(23, 52, 82, 0.12);
}

.bathroom-calculator .calc-header-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.7;
}

#app .bathroom-calculator .left-parallel .header,
#app .bathroom-calculator .right-parallel .header,
#app .bathroom-calculator .size-display .header,
#app .bathroom-calculator .consultation-price {
  font-family: var(--bathroom-font-display) !important;
}

#app .bathroom-calculator button,
#app .bathroom-calculator .button--continue,
#app .bathroom-calculator .navigation-back,
#app .bathroom-calculator ul.step-counter .step button {
  font-family: var(--bathroom-font-control) !important;
}

.bathroom-calculator ul.step-counter {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  padding: 0.9rem 0 1.25rem;
  margin: 0;
}

#app .bathroom-calculator .page-header {
  margin-bottom: 0;
}

.bathroom-calculator ul.step-counter .step {
  display: flex;
  align-items: center;
}

.bathroom-calculator ul.step-counter .step:not(:first-of-type)::before {
  content: "";
  height: 2px;
  background-color: var(--bathroom-ink);
  width: 1rem;
}

.bathroom-calculator ul.step-counter .step button {
  background-color: transparent;
  border: 2px solid var(--bathroom-ink);
  color: var(--bathroom-ink);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  font-family: var(--bathroom-font-control);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.45rem;
  padding: 0;
}

.bathroom-calculator ul.step-counter .step.active button {
  background-color: var(--bathroom-panel);
  border-color: var(--bathroom-panel);
  color: var(--bathroom-paper-soft);
}

.bathroom-calculator .desktop-only {
  display: block;
}

.bathroom-calculator .mobile-only {
  display: none;
}

.bathroom-calculator .parallel-containers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.bathroom-calculator .parallel-containers:not(.navigation) {
  min-height: 420px;
}

.bathroom-calculator .parallel-containers .left-parallel,
.bathroom-calculator .parallel-containers .right-parallel {
  flex: 1 1 0;
  min-height: 420px;
}

#app .bathroom-calculator .parallel-containers .left-parallel {
  flex: 0 0 60%;
  width: 60%;
  background:
    linear-gradient(90deg, rgba(251, 245, 235, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(251, 245, 235, 0.028) 1px, transparent 1px),
    var(--bathroom-panel);
  background-size: 42px 42px;
  color: var(--bathroom-paper-soft);
}

#app .bathroom-calculator .parallel-containers .right-parallel {
  flex: 0 0 40%;
  width: 40%;
  background: var(--bathroom-paper-deep);
  color: var(--bathroom-ink);
}

.bathroom-calculator .parallel-containers .left-parallel > div,
.bathroom-calculator .parallel-containers .right-parallel > div {
  padding: 2.1rem;
}

.bathroom-calculator:not(.bathroom-step-1):not(.bathroom-step-6)
  .parallel-containers
  .left-parallel,
.bathroom-calculator:not(.bathroom-step-1):not(.bathroom-step-6)
  .parallel-containers
  .right-parallel {
  min-height: 380px;
}

#app .bathroom-calculator .parallel-containers .right-parallel.arrow {
  position: relative;
}

#app .bathroom-calculator .parallel-containers .right-parallel.arrow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: var(--bathroom-panel);
  left: -10px;
  margin: 0;
  top: 4.5rem;
  z-index: 2;
}

#app .bathroom-calculator .icon.icon--kalkulator {
  color: var(--bathroom-panel);
}

.bathroom-calculator .parallel-containers.row {
  margin-bottom: 0;
}

.bathroom-calculator .left-parallel .header,
.bathroom-calculator .right-parallel .header {
  font-weight: 500;
  letter-spacing: 0;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: normal;
  white-space: normal !important;
}

#app .bathroom-calculator .left-parallel .header {
  color: var(--bathroom-paper-soft);
}

#app .bathroom-calculator .right-parallel .header {
  color: var(--bathroom-ink);
}

.bathroom-calculator .left-parallel .inner-left {
  display: flex;
  flex-direction: column;
}

.bathroom-calculator .choice-list {
  display: grid;
  gap: 1.35rem;
  max-width: 420px;
}

.bathroom-calculator .choice-list--compact {
  gap: 1rem;
}

.bathroom-calculator .bathroom-choice {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--bathroom-paper-soft);
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 38px;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.bathroom-calculator .bathroom-choice:hover .bathroom-radio,
.bathroom-calculator .bathroom-choice:focus-visible .bathroom-radio {
  background-color: rgba(132, 166, 181, 0.18);
}

.bathroom-calculator .bathroom-radio {
  width: 28px;
  height: 28px;
  border: 2px solid var(--bathroom-brass);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bathroom-calculator .bathroom-choice.is-selected .bathroom-radio::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--bathroom-brass-light);
}

.bathroom-calculator .choice-copy strong {
  display: block;
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-body);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.bathroom-calculator .choice-copy span {
  display: block;
  color: rgba(251, 245, 235, 0.78);
  font-family: var(--bathroom-font-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-top: 4px;
  text-align: left;
}

.bathroom-calculator .choice-copy sup {
  font-size: 0.65em;
  line-height: 0;
}

.bathroom-calculator .right-copy {
  max-width: 330px;
}

.bathroom-calculator .right-copy p {
  color: var(--bathroom-ink);
  font-size: 1rem;
  line-height: 1.55rem;
}

.bathroom-calculator .size-display {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 1.8rem;
}

.bathroom-calculator .size-display .header {
  margin: 0 !important;
  color: var(--bathroom-ink);
  font-size: 2.3rem;
  line-height: 1;
}

.bathroom-calculator .size-display sup {
  font-size: 0.52em;
}

.bathroom-calculator .size-visualizer {
  width: 230px;
}

.bathroom-calculator .size-visualizer img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center right;
}

.bathroom-calculator .standard-image {
  width: 100%;
  height: clamp(410px, 36vw, 500px);
  border-top: 0;
  background: var(--bathroom-paper-deep);
}

.bathroom-calculator .standard-image img {
  width: 100%;
  height: 100%;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
}

.bathroom-calculator .standard-image img[data-position="left"] {
  object-position: left center;
}

.bathroom-calculator .standard-image img[data-position="right"] {
  object-position: right center;
}

.bathroom-calculator .standard-image img[data-position="top"] {
  object-position: center top;
}

.bathroom-calculator .bottom-elements {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  min-height: 48px;
  background: transparent;
}

.bathroom-calculator .bathroom-nav {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.bathroom-calculator .navigation-back {
  appearance: none;
  background: transparent !important;
  box-shadow: none !important;
  border: 0;
  color: var(--bathroom-ink);
  min-width: 130px;
  padding: 0 22px;
  font-family: var(--bathroom-font-control);
  font-size: 1rem;
  font-weight: 400;
}

.bathroom-calculator .navigation-back .icon {
  color: var(--bathroom-brass-deep);
  margin-right: 10px;
}

.bathroom-calculator .button--continue {
  appearance: none;
  background-color: var(--bathroom-ink);
  border: 1px solid var(--bathroom-ink);
  color: var(--bathroom-paper-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-width: 275px;
  height: 56px;
  padding: 0 24px;
  text-transform: uppercase;
  font-family: var(--bathroom-font-control);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease,
    transform 180ms ease;
}

.bathroom-calculator .button--continue:hover,
.bathroom-calculator .button--continue:focus-visible {
  background-color: #3d382f;
  border-color: #3d382f;
  color: var(--bathroom-paper-soft);
  transform: translateY(-2px);
}

.bathroom-calculator .button--continue:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.bathroom-calculator .consultation-summary {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-body);
}

.bathroom-calculator .consultation-summary b {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  color: var(--bathroom-brass-light);
  text-transform: uppercase;
}

.bathroom-calculator .consultation-summary span {
  color: var(--bathroom-paper-soft);
  text-align: left;
}

.bathroom-calculator .consultation-price {
  color: var(--bathroom-paper-soft);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.05;
  margin: 1.75rem 0 0;
}

.bathroom-calculator .consultation-brief {
  position: relative;
  justify-content: flex-start;
  min-height: 0;
  max-width: none;
}

.bathroom-calculator .consultation-brief__topline {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.05rem;
}

.bathroom-calculator .consultation-brief__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(188, 211, 222, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(188, 211, 222, 0.28), transparent 46%),
    rgba(7, 28, 46, 0.5);
  box-shadow: 0 0 0 6px rgba(188, 211, 222, 0.055), 0 14px 32px rgba(4, 18, 30, 0.18);
  color: var(--bathroom-brass-light);
}

.bathroom-calculator .consultation-brief__mark svg {
  width: 25px;
  height: 25px;
}

.bathroom-calculator .consultation-brief__kicker {
  margin: 0 0 0.2rem;
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bathroom-calculator .consultation-brief__status {
  margin: 0;
  color: rgba(250, 246, 237, 0.74);
  font-size: 0.92rem;
  line-height: 1.25rem;
}

#app .bathroom-calculator .consultation-brief .header {
  max-width: none;
  color: var(--bathroom-paper-soft);
  font-size: 2.12rem;
  font-weight: 600;
  line-height: 1.05;
  margin: 0 0 0.65rem !important;
}

.bathroom-calculator .consultation-brief__copy {
  max-width: 590px;
  margin: 0 0 0.85rem;
  color: rgba(250, 246, 237, 0.78);
  font-size: 0.96rem;
  line-height: 1.38;
}

.bathroom-calculator .consultation-price-card {
  display: grid;
  gap: 0.28rem;
  margin: 0 0 0.85rem;
  padding: 0.9rem 1.05rem 0.95rem;
  border: 1px solid rgba(188, 211, 222, 0.34);
  background:
    linear-gradient(90deg, rgba(188, 211, 222, 0.26), transparent 3px),
    linear-gradient(135deg, rgba(188, 211, 222, 0.15), rgba(250, 246, 237, 0.035)),
    rgba(12, 38, 61, 0.36);
  box-shadow: 0 18px 44px rgba(4, 18, 30, 0.16);
}

.bathroom-calculator .consultation-price-card span {
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bathroom-calculator .consultation-price-card strong {
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-display);
  font-size: 2.35rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.bathroom-calculator .consultation-price-card p {
  margin: 0;
  color: rgba(250, 246, 237, 0.66);
  font-size: 0.82rem;
  line-height: 1.18rem;
}

.bathroom-calculator .consultation-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.25rem;
}

.bathroom-calculator .consultation-choice-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 0.62rem;
  row-gap: 0.15rem;
  align-items: center;
  min-height: 58px;
  padding: 0.68rem 0.72rem;
  border: 1px solid rgba(250, 246, 237, 0.14);
  background: rgba(12, 38, 61, 0.28);
  box-shadow: inset 0 1px 0 rgba(250, 246, 237, 0.04);
}

.bathroom-calculator .consultation-choice-card:last-child:nth-child(odd) {
  grid-column: auto;
}

.bathroom-calculator .consultation-choice-icon {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--bathroom-brass-light);
}

.bathroom-calculator .consultation-choice-icon svg,
.bathroom-calculator .consultation-brief__assurance svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.bathroom-calculator .consultation-brief__mark svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.bathroom-calculator .consultation-choice-card b {
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1rem;
  text-transform: uppercase;
}

.bathroom-calculator .consultation-choice-card span:not(.consultation-choice-icon) {
  color: var(--bathroom-paper-soft);
  font-size: 0.88rem;
  line-height: 1.08rem;
  text-align: left;
}

.bathroom-calculator .consultation-brief__assurance {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 0.72rem;
  align-items: center;
  margin-top: 0.78rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(250, 246, 237, 0.14);
  color: rgba(250, 246, 237, 0.78);
  font-size: 0.84rem;
  line-height: 1.25rem;
}

.bathroom-calculator .consultation-brief__assurance span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(188, 211, 222, 0.66);
  border-radius: 50%;
  color: var(--bathroom-brass-light);
  background: rgba(188, 211, 222, 0.07);
}

.bathroom-calculator .consultation-brief__assurance p {
  margin: 0;
}

.bathroom-calculator .consultation-form {
  display: grid;
  gap: 0.75rem;
}

.bathroom-calculator .consultation-form-intro {
  max-width: 410px;
  margin: -0.35rem 0 1rem;
  color: var(--bathroom-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers:not(.navigation) {
  min-height: 0 !important;
}

.bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers .left-parallel,
.bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers .right-parallel {
  min-height: 0;
}

.bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers .left-parallel > div,
.bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers .right-parallel > div {
  padding: 1.55rem 2rem;
}

.bathroom-calculator.bathroom-step-7:not(.is-submitted) .right-parallel .header {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

.bathroom-calculator .field {
  display: grid;
  gap: 0.25rem;
}

.bathroom-calculator .field label {
  color: var(--bathroom-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.bathroom-calculator .field input,
.bathroom-calculator .field select,
.bathroom-calculator .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--bathroom-line-strong);
  border-radius: 0;
  background: transparent;
  color: var(--bathroom-ink);
  min-height: 42px;
  padding: 8px 0;
  font-family: var(--bathroom-font-body);
  font-size: 0.95rem;
}

.bathroom-calculator .field input:focus,
.bathroom-calculator .field select:focus,
.bathroom-calculator .field textarea:focus {
  border-color: var(--bathroom-brass-deep);
  box-shadow: 0 1px 0 var(--bathroom-brass-deep);
  outline: 0;
}

.bathroom-calculator .field textarea {
  min-height: 78px;
  resize: vertical;
}

.bathroom-calculator .field input[type="file"].file-native {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  overflow: hidden;
}

.bathroom-calculator .file-upload-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 140px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--bathroom-ink);
  border-radius: 2px;
  background: transparent;
  color: var(--bathroom-ink);
  cursor: pointer;
  font-family: var(--bathroom-font-control);
  font-size: 0.92rem;
  font-weight: 600;
}

.bathroom-calculator .file-upload-control:hover,
.bathroom-calculator .file-upload-control:focus-visible {
  border-color: var(--bathroom-ink);
  background: var(--bathroom-ink);
  color: var(--bathroom-paper-soft);
}

.bathroom-calculator .file-list {
  color: var(--bathroom-muted);
  font-family: var(--bathroom-font-body);
  font-size: 0.82rem;
  line-height: 1.2rem;
  margin: 0;
}

.bathroom-calculator .file-empty {
  margin: 0;
}

.bathroom-calculator .file-preview-grid {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.bathroom-calculator .file-preview {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  gap: 0.7rem;
  align-items: center;
  min-height: 62px;
  padding: 0.55rem;
  border: 1px solid var(--bathroom-line);
  background: rgba(250, 246, 237, 0.42);
}

.bathroom-calculator .file-preview__thumb,
.bathroom-calculator .file-preview__icon {
  width: 58px;
  height: 46px;
  border: 1px solid var(--bathroom-line);
  background: var(--bathroom-paper-soft);
}

.bathroom-calculator .file-preview__thumb {
  display: block;
  object-fit: cover;
}

.bathroom-calculator .file-preview__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bathroom-panel);
  font-family: var(--bathroom-font-control);
  font-size: 0.68rem;
  font-weight: 600;
}

.bathroom-calculator .file-preview__copy {
  min-width: 0;
}

.bathroom-calculator .file-preview__name,
.bathroom-calculator .file-preview__meta {
  display: block;
}

.bathroom-calculator .file-preview__name {
  color: var(--bathroom-ink);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.bathroom-calculator .file-preview__meta {
  color: var(--bathroom-muted);
  font-size: 0.76rem;
  line-height: 1.15;
  margin-top: 0.2rem;
}

.bathroom-calculator .file-preview__remove {
  appearance: none;
  width: 34px;
  height: 34px;
  border: 1px solid var(--bathroom-line-strong);
  background: transparent;
  color: var(--bathroom-ink);
  font-size: 1.35rem;
  line-height: 1;
  padding: 0;
}

.bathroom-calculator .file-preview__remove:hover,
.bathroom-calculator .file-preview__remove:focus-visible {
  background: var(--bathroom-ink);
  border-color: var(--bathroom-ink);
  color: var(--bathroom-paper-soft);
}

.bathroom-calculator .sent-message {
  background: rgba(132, 166, 181, 0.14);
  color: var(--bathroom-ink);
  font-family: var(--bathroom-font-body);
  font-size: 0.95rem;
  line-height: 1.35rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

.bathroom-calculator .sent-message--error {
  background: rgba(153, 66, 48, 0.12);
  border-left: 3px solid #994230;
}

#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel.confirmation-panel {
  background:
    radial-gradient(circle at 84% 10%, rgba(188, 211, 222, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(250, 246, 237, 0), rgba(250, 246, 237, 0.06)),
    linear-gradient(90deg, rgba(251, 245, 235, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, rgba(251, 245, 235, 0.032) 1px, transparent 1px),
    linear-gradient(135deg, rgba(23, 52, 82, 0.92), rgba(12, 38, 61, 0.98));
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
  color: var(--bathroom-paper-soft);
  overflow: hidden;
}

#app .bathroom-calculator.is-submitted .parallel-containers .left-parallel {
  background:
    radial-gradient(circle at 16% 16%, rgba(188, 211, 222, 0.15), transparent 28%),
    linear-gradient(135deg, rgba(250, 246, 237, 0.035), transparent 42%),
    linear-gradient(90deg, rgba(251, 245, 235, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(251, 245, 235, 0.03) 1px, transparent 1px),
    var(--bathroom-panel);
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
}

#app .bathroom-calculator.is-submitted .parallel-containers .left-parallel,
#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel {
  min-height: 620px;
}

#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel.arrow::before {
  display: none;
}

.bathroom-calculator.is-submitted .confirmation-panel > div {
  height: 100%;
}

.bathroom-calculator .submitted-summary-state {
  justify-content: center;
  min-height: 620px;
  max-width: 560px;
}

.bathroom-calculator .submitted-status-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0 0 2.3rem;
}

.bathroom-calculator .submitted-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(212, 231, 240, 0.42);
  border-radius: 50%;
  color: var(--bathroom-brass-light);
  background:
    radial-gradient(circle at 34% 24%, rgba(212, 231, 240, 0.16), transparent 50%),
    rgba(7, 28, 46, 0.42);
  box-shadow: 0 0 0 8px rgba(188, 211, 222, 0.045), 0 18px 42px rgba(4, 18, 30, 0.16);
}

.bathroom-calculator .submitted-mark svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.bathroom-calculator .submitted-kicker {
  margin: 0 0 0.2rem;
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bathroom-calculator .submitted-status-copy {
  margin: 0;
  color: rgba(250, 246, 237, 0.76);
  font-size: 0.92rem;
  line-height: 1.25rem;
}

#app .bathroom-calculator .submitted-summary-state .header {
  max-width: 520px;
  color: var(--bathroom-paper-soft);
  font-size: clamp(2.55rem, 3.65vw, 4.2rem);
  font-weight: 600;
  line-height: 0.98;
  margin: 0 0 1.05rem !important;
}

.bathroom-calculator .submitted-copy {
  max-width: 460px;
  margin: 0 0 1.55rem;
  color: rgba(250, 246, 237, 0.78);
  font-size: 1.04rem;
  line-height: 1.58;
}

.bathroom-calculator .submitted-price-card {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1.35rem;
  padding: 1.3rem 1.45rem 1.35rem;
  border: 1px solid rgba(188, 211, 222, 0.32);
  background:
    linear-gradient(90deg, rgba(188, 211, 222, 0.26), transparent 3px),
    linear-gradient(135deg, rgba(188, 211, 222, 0.14), rgba(250, 246, 237, 0.03)),
    rgba(12, 38, 61, 0.36);
  box-shadow: 0 18px 44px rgba(4, 18, 30, 0.16);
}

.bathroom-calculator .submitted-price-card span {
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bathroom-calculator .submitted-price-card strong {
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-display);
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 1;
}

.bathroom-calculator .submitted-price-card em {
  color: rgba(250, 246, 237, 0.66);
  font-size: 0.84rem;
  font-style: normal;
  line-height: 1.2rem;
}

.bathroom-calculator .submitted-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.25rem;
}

.bathroom-calculator .submitted-choice-grid article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 0.78rem;
  row-gap: 0.15rem;
  align-items: center;
  min-height: 72px;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(250, 246, 237, 0.14);
  background: rgba(12, 38, 61, 0.28);
  box-shadow: inset 0 1px 0 rgba(250, 246, 237, 0.04);
}

.bathroom-calculator .submitted-choice-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.bathroom-calculator .submitted-choice-icon {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: var(--bathroom-brass-light);
}

.bathroom-calculator .submitted-choice-icon svg,
.bathroom-calculator .confirmation-step-icon svg,
.bathroom-calculator .confirmation-edit-button svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.6;
}

.bathroom-calculator .submitted-choice-grid b {
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1rem;
  text-transform: uppercase;
}

.bathroom-calculator .submitted-choice-grid span:not(.submitted-choice-icon) {
  color: var(--bathroom-paper-soft);
  font-size: 0.95rem;
  line-height: 1.15rem;
  text-align: left;
}

.bathroom-calculator .submitted-seal {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(250, 246, 237, 0.12);
  background:
    linear-gradient(90deg, rgba(212, 231, 240, 0.075), rgba(250, 246, 237, 0.018)),
    rgba(7, 28, 46, 0.18);
  box-shadow: inset 0 1px 0 rgba(250, 246, 237, 0.045);
  color: rgba(250, 246, 237, 0.74);
  font-size: 0.88rem;
  line-height: 1.3rem;
}

.bathroom-calculator .submitted-seal span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(212, 231, 240, 0.34);
  border-radius: 4px;
  color: var(--bathroom-brass-light);
  background: rgba(188, 211, 222, 0.055);
}

.bathroom-calculator .submitted-seal span svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.45;
}

.bathroom-calculator .submitted-seal p {
  margin: 0;
  color: rgba(250, 246, 237, 0.74);
}

.bathroom-calculator .submitted-seal strong {
  color: var(--bathroom-paper-soft);
  font-weight: 600;
}

.bathroom-calculator .confirmation-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 620px;
  color: var(--bathroom-paper-soft);
}

.bathroom-calculator .confirmation-state::before {
  content: "";
  position: absolute;
  left: -2.1rem;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 1px;
  background: linear-gradient(transparent, rgba(188, 211, 222, 0.48), transparent);
}

.bathroom-calculator .confirmation-graphic {
  position: relative;
  min-height: 270px;
  margin: 0 0 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(188, 211, 222, 0.28);
  background:
    radial-gradient(circle at 82% 30%, rgba(188, 211, 222, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(250, 246, 237, 0.055), rgba(250, 246, 237, 0.012) 50%, transparent 76%),
    linear-gradient(90deg, rgba(250, 246, 237, 0.052) 1px, transparent 1px),
    linear-gradient(180deg, rgba(250, 246, 237, 0.048) 1px, transparent 1px),
    rgba(7, 28, 46, 0.58);
  background-size: auto, auto, 32px 32px, 32px 32px, auto;
  box-shadow:
    0 22px 58px rgba(6, 20, 32, 0.2),
    inset 0 1px 0 rgba(250, 246, 237, 0.1),
    inset 0 -1px 0 rgba(188, 211, 222, 0.08);
}

.bathroom-calculator .confirmation-blueprint {
  position: absolute;
  right: -1.6rem;
  bottom: -0.25rem;
  width: min(108%, 630px);
  height: auto;
}

.bathroom-calculator .blueprint-frame {
  fill: rgba(12, 38, 61, 0.24);
  stroke: rgba(250, 246, 237, 0.28);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-gridline {
  fill: none;
  stroke: rgba(250, 246, 237, 0.08);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-building {
  fill: rgba(250, 246, 237, 0.025);
  stroke: rgba(250, 246, 237, 0.72);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-building--quiet {
  stroke: rgba(250, 246, 237, 0.58);
}

.bathroom-calculator .blueprint-sheet,
.bathroom-calculator .blueprint-sheet--back,
.bathroom-calculator .blueprint-receipt,
.bathroom-calculator .blueprint-receipt--back,
.bathroom-calculator .blueprint-room,
.bathroom-calculator .blueprint-zone,
.bathroom-calculator .blueprint-plan,
.bathroom-calculator .blueprint-mail {
  fill: rgba(12, 38, 61, 0.36);
  stroke: rgba(250, 246, 237, 0.72);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-sheet--back {
  fill: rgba(250, 246, 237, 0.035);
  stroke: rgba(250, 246, 237, 0.34);
}

.bathroom-calculator .blueprint-receipt {
  fill: rgba(12, 38, 61, 0.28);
  stroke: rgba(250, 246, 237, 0.7);
  stroke-width: 2.6;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-receipt--back {
  fill: rgba(250, 246, 237, 0.026);
  stroke: rgba(250, 246, 237, 0.28);
}

.bathroom-calculator .blueprint-fold,
.bathroom-calculator .blueprint-arc {
  fill: none;
  stroke: rgba(250, 246, 237, 0.58);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-plan-fill {
  fill: rgba(188, 211, 222, 0.08);
  stroke: rgba(188, 211, 222, 0.42);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-data-block {
  fill: rgba(188, 211, 222, 0.12);
}

.bathroom-calculator .blueprint-card {
  fill: rgba(12, 38, 61, 0.34);
  stroke: rgba(250, 246, 237, 0.72);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-card--ghost {
  fill: rgba(250, 246, 237, 0.035);
  stroke: rgba(250, 246, 237, 0.5);
}

.bathroom-calculator .blueprint-line,
.bathroom-calculator .blueprint-accent,
.bathroom-calculator .blueprint-flow,
.bathroom-calculator .blueprint-data-line,
.bathroom-calculator .blueprint-transfer,
.bathroom-calculator .blueprint-envelope-line,
.bathroom-calculator .blueprint-envelope-flap {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-data-line {
  stroke: rgba(250, 246, 237, 0.58);
  stroke-width: 2.1;
}

.bathroom-calculator .blueprint-transfer {
  stroke: rgba(212, 231, 240, 0.64);
  stroke-width: 2;
}

.bathroom-calculator .blueprint-transfer--low {
  stroke: rgba(250, 246, 237, 0.38);
}

.bathroom-calculator .blueprint-node {
  fill: rgba(212, 231, 240, 0.62);
  stroke: rgba(7, 28, 46, 0.84);
  stroke-width: 2;
}

.bathroom-calculator .blueprint-envelope {
  fill: rgba(12, 38, 61, 0.26);
  stroke: rgba(250, 246, 237, 0.72);
  stroke-width: 2.6;
  vector-effect: non-scaling-stroke;
}

.bathroom-calculator .blueprint-envelope-flap {
  stroke: rgba(250, 246, 237, 0.6);
  stroke-width: 2.4;
}

.bathroom-calculator .blueprint-envelope-line {
  stroke: rgba(212, 231, 240, 0.5);
  stroke-width: 2.2;
}

.bathroom-calculator .blueprint-line {
  stroke: rgba(250, 246, 237, 0.78);
  stroke-width: 3;
}

.bathroom-calculator .blueprint-soft {
  stroke: rgba(250, 246, 237, 0.42);
  stroke-width: 2;
}

.bathroom-calculator .blueprint-accent {
  stroke: var(--bathroom-brass-light);
  stroke-width: 3.2;
}

.bathroom-calculator .blueprint-accent--wide {
  stroke-width: 5;
}

.bathroom-calculator .blueprint-flow {
  stroke: rgba(188, 211, 222, 0.66);
  stroke-dasharray: 5 9;
  stroke-linecap: round;
  stroke-width: 3;
}

.bathroom-calculator .blueprint-dot {
  fill: rgba(188, 211, 222, 0.15);
  stroke: var(--bathroom-brass-light);
  stroke-width: 3;
}

.bathroom-calculator .blueprint-check-small {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.bathroom-calculator .confirmation-content {
  max-width: 520px;
}

.bathroom-calculator .confirmation-status-card {
  position: relative;
  margin: 0 0 1rem;
  padding: 1.08rem 1.12rem 1.12rem;
  border: 1px solid rgba(250, 246, 237, 0.13);
  background:
    linear-gradient(135deg, rgba(188, 211, 222, 0.12), rgba(250, 246, 237, 0.02) 48%, rgba(6, 24, 40, 0.2)),
    rgba(7, 28, 46, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(250, 246, 237, 0.08),
    0 18px 44px rgba(5, 18, 30, 0.16);
}

.bathroom-calculator .confirmation-status-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(212, 231, 240, 0.72), rgba(132, 166, 181, 0.12));
}

.bathroom-calculator .confirmation-status-head {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.bathroom-calculator .confirmation-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(212, 231, 240, 0.8);
  border-radius: 50%;
  color: var(--bathroom-brass-light);
  background:
    radial-gradient(circle at 35% 30%, rgba(212, 231, 240, 0.16), transparent 46%),
    rgba(7, 28, 46, 0.76);
  box-shadow:
    0 0 0 1px rgba(250, 246, 237, 0.06),
    0 0 0 7px rgba(188, 211, 222, 0.045),
    0 14px 28px rgba(4, 18, 30, 0.18);
}

.bathroom-calculator .confirmation-status-badge svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.bathroom-calculator .confirmation-kicker {
  margin: 0 0 0.65rem;
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bathroom-calculator .confirmation-title {
  margin: 0;
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-display);
  font-size: clamp(2.55rem, 3.55vw, 4rem);
  font-weight: 600;
  line-height: 0.98;
}

.bathroom-calculator .confirmation-copy {
  max-width: 500px;
  margin: 0;
  color: rgba(250, 246, 237, 0.78);
  font-size: 1.04rem;
  line-height: 1.46;
}

.bathroom-calculator .confirmation-email {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 0.78rem;
  align-items: start;
  margin: 1rem 0 0;
  padding: 0.95rem 0 0;
  border-top: 1px solid rgba(250, 246, 237, 0.13);
}

.bathroom-calculator .confirmation-email-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(212, 231, 240, 0.48);
  border-radius: 50%;
  color: var(--bathroom-brass-light);
  background: rgba(188, 211, 222, 0.06);
}

.bathroom-calculator .confirmation-email-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.bathroom-calculator .confirmation-email > div > span {
  display: block;
  color: var(--bathroom-brass-light);
  font-family: var(--bathroom-font-control);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bathroom-calculator .confirmation-email strong {
  display: block;
  margin-top: 0.18rem;
  color: var(--bathroom-paper-soft);
  font-size: 1.1rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.bathroom-calculator .confirmation-email small {
  display: block;
  margin-top: 0.14rem;
  color: rgba(250, 246, 237, 0.62);
  font-size: 0.82rem;
  line-height: 1.2rem;
}

.bathroom-calculator .confirmation-next-grid {
  display: grid;
  gap: 0;
  margin-top: 0.55rem;
}

.bathroom-calculator .confirmation-next {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(250, 246, 237, 0.12);
  color: rgba(250, 246, 237, 0.84);
  font-size: 0.92rem;
  line-height: 1.35rem;
}

.bathroom-calculator .confirmation-next .confirmation-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--bathroom-brass-light);
  border-radius: 50%;
  color: var(--bathroom-brass-light);
  background: rgba(188, 211, 222, 0.07);
}

.bathroom-calculator .confirmation-next b {
  display: block;
  margin: 0 0 0.22rem;
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-control);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bathroom-calculator .confirmation-next p {
  margin: 0;
}

.bathroom-calculator .confirmation-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.35rem;
}

.bathroom-calculator .confirmation-edit-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 48px;
  padding: 0 1.1rem 0 1.2rem;
  border: 1px solid rgba(188, 211, 222, 0.58);
  background: rgba(188, 211, 222, 0.06);
  color: var(--bathroom-paper-soft);
  cursor: pointer;
  font-family: var(--bathroom-font-control);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.bathroom-calculator .confirmation-edit-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bathroom-brass-light);
  color: var(--bathroom-panel-deep);
  line-height: 1;
}

.bathroom-calculator .confirmation-edit-button:hover,
.bathroom-calculator .confirmation-edit-button:focus-visible {
  background: rgba(188, 211, 222, 0.16);
  border-color: var(--bathroom-brass-light);
  outline: 0;
  transform: translateY(-2px);
}

.bathroom-calculator .bathroom-nav--submitted {
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .bathroom-calculator ul.step-counter .step:not(:first-of-type)::before {
    width: 2rem;
  }

  .bathroom-calculator .parallel-containers:not(.navigation) {
    min-height: 420px !important;
  }

  .bathroom-calculator.bathroom-step-7 ul.step-counter {
    padding: 0.34rem 0 0.62rem;
  }

  #app .bathroom-calculator.bathroom-step-7 .page-header p {
    margin: 0.35rem 0 0.15rem;
    line-height: 1.35rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers:not(.navigation) {
    min-height: 0 !important;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers .left-parallel > div,
  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .parallel-containers .right-parallel > div {
    padding: 1.45rem 1.9rem 1.55rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__topline {
    gap: 0.72rem;
    margin-bottom: 0.62rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__mark {
    width: 38px;
    height: 38px;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__mark svg {
    width: 21px;
    height: 21px;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__status {
    font-size: 0.86rem;
    line-height: 1.16rem;
  }

  #app .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief .header {
    font-size: 1.85rem;
    line-height: 1.03;
    margin-bottom: 0.44rem !important;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__copy {
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.28;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-price-card {
    gap: 0.2rem;
    margin-bottom: 0.58rem;
    padding: 0.7rem 0.9rem 0.75rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-price-card strong {
    font-size: 2.04rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-price-card p {
    font-size: 0.78rem;
    line-height: 1.05rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-choice-grid {
    gap: 0.45rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-choice-card {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 48px;
    padding: 0.48rem 0.58rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-choice-icon {
    width: 23px;
    height: 23px;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-choice-card b {
    font-size: 0.64rem;
    line-height: 0.82rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-choice-card span:not(.consultation-choice-icon) {
    font-size: 0.84rem;
    line-height: 1rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__assurance {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0.62rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.12rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-brief__assurance span {
    width: 26px;
    height: 26px;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-form-intro {
    margin: -0.18rem 0 0.86rem;
    font-size: 0.92rem;
    line-height: 1.38;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .consultation-form {
    gap: 0.62rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .field {
    gap: 0.16rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .field label {
    font-size: 0.78rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .field input,
  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .field select,
  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .field textarea {
    min-height: 38px;
    padding: 6px 0;
    font-size: 0.9rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .field textarea {
    min-height: 66px;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .file-upload-control {
    min-height: 34px;
    min-width: 126px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .file-list {
    font-size: 0.76rem;
    line-height: 1rem;
  }

  .bathroom-calculator.bathroom-step-7:not(.is-submitted) .button--continue {
    height: 48px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers .left-parallel > div,
  .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers .right-parallel > div {
    padding: 1.45rem 1.9rem 1.55rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-summary-state {
    justify-content: flex-start;
    min-height: 0;
    max-width: none;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-status-row {
    gap: 0.72rem;
    margin-bottom: 0.62rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-mark {
    width: 38px;
    height: 38px;
    box-shadow: 0 0 0 5px rgba(188, 211, 222, 0.06), 0 10px 24px rgba(4, 18, 30, 0.16);
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-mark svg {
    width: 21px;
    height: 21px;
    stroke-width: 4;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-kicker {
    margin-bottom: 0.08rem;
    font-size: 0.68rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-status-copy {
    font-size: 0.86rem;
    line-height: 1.16rem;
  }

  #app .bathroom-calculator.bathroom-step-7.is-submitted .submitted-summary-state .header {
    font-size: 1.85rem;
    line-height: 1.03;
    margin-bottom: 0.44rem !important;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-copy {
    max-width: none;
    margin-bottom: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.28;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-price-card {
    gap: 0.2rem;
    margin-bottom: 0.58rem;
    padding: 0.7rem 0.9rem 0.75rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-price-card span {
    font-size: 0.66rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-price-card strong {
    font-size: 2.04rem;
    white-space: nowrap;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-price-card em {
    font-size: 0.78rem;
    line-height: 1.05rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 0.1rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-choice-grid article {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 0.5rem;
    min-height: 48px;
    padding: 0.48rem 0.58rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-choice-grid article:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-choice-icon {
    width: 23px;
    height: 23px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-choice-grid b {
    font-size: 0.64rem;
    line-height: 0.82rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-choice-grid span:not(.submitted-choice-icon) {
    font-size: 0.84rem;
    line-height: 1rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-seal {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0.62rem;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(250, 246, 237, 0.12);
    font-size: 0.8rem;
    line-height: 1.12rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .submitted-seal span {
    width: 26px;
    height: 26px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-state {
    justify-content: flex-start;
    min-height: 0;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-state::before {
    top: 0.85rem;
    bottom: 0.85rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-graphic {
    min-height: 136px;
    margin-bottom: 0.7rem;
    overflow: hidden;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-blueprint {
    top: 0.62rem;
    right: 0.72rem;
    bottom: auto;
    width: auto;
    height: calc(100% - 1.24rem);
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-card {
    margin-bottom: 0.48rem;
    padding: 0.72rem 0.84rem 0.78rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-head {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0.58rem;
    margin-bottom: 0.46rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-badge {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 5px rgba(188, 211, 222, 0.06);
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-badge svg {
    width: 20px;
    height: 20px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-kicker {
    margin-bottom: 0.22rem;
    font-size: 0.62rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-title {
    font-size: 1.74rem;
    line-height: 1;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-copy {
    font-size: 0.78rem;
    line-height: 1.22;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email {
    grid-template-columns: 27px minmax(0, 1fr);
    gap: 0.5rem;
    margin-top: 0.56rem;
    padding-top: 0.52rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email-icon {
    width: 26px;
    height: 26px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email-icon svg {
    width: 14px;
    height: 14px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email > div > span {
    font-size: 0.62rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email strong {
    font-size: 0.92rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email small {
    font-size: 0.7rem;
    line-height: 0.94rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next-grid {
    margin-top: 0.2rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.48rem;
    padding: 0.32rem 0;
    font-size: 0.72rem;
    line-height: 0.98rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next .confirmation-step-icon {
    width: 24px;
    height: 24px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next b {
    margin-bottom: 0.12rem;
    font-size: 0.6rem;
    line-height: 0.76rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-actions {
    margin-top: 0.52rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-edit-button {
    min-height: 38px;
    padding: 0 0.78rem 0 0.9rem;
    font-size: 0.72rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-edit-button span {
    width: 21px;
    height: 21px;
  }
}

@media (min-width: 769px) {
  .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers:not(.navigation) {
    min-height: 620px !important;
  }

  #app .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers .left-parallel,
  #app .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers .right-parallel {
    min-height: 620px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers .left-parallel > div,
  .bathroom-calculator.bathroom-step-7.is-submitted .parallel-containers .right-parallel > div {
    padding: 1.65rem 2rem 1.8rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-state {
    justify-content: space-between;
    gap: 0.9rem;
    min-height: 560px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-state::before {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-graphic {
    flex: 0 0 190px;
    min-height: 190px;
    margin-bottom: 0;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-blueprint {
    right: -1.1rem;
    bottom: -0.2rem;
    width: min(106%, 590px);
    height: auto;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-card {
    margin-bottom: 0;
    padding: 1rem 1.05rem 1.08rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 0.78rem;
    margin-bottom: 0.72rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-badge {
    width: 48px;
    height: 48px;
    box-shadow: 0 0 0 6px rgba(188, 211, 222, 0.05), 0 12px 26px rgba(4, 18, 30, 0.18);
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-status-badge svg {
    width: 25px;
    height: 25px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-kicker {
    margin-bottom: 0.42rem;
    font-size: 0.7rem;
    line-height: 0.9rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-title {
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-copy {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.7rem;
    margin-top: 0.82rem;
    padding-top: 0.82rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email-icon {
    width: 32px;
    height: 32px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email-icon svg {
    width: 17px;
    height: 17px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email > div > span {
    font-size: 0.68rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email strong {
    font-size: 1rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-email small {
    font-size: 0.78rem;
    line-height: 1.08rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next-grid {
    margin-top: 0;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 0.72rem;
    padding: 0.65rem 0;
    font-size: 0.84rem;
    line-height: 1.26rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next .confirmation-step-icon {
    width: 30px;
    height: 30px;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-next b {
    margin-bottom: 0.18rem;
    font-size: 0.68rem;
    line-height: 0.86rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-actions {
    margin-top: 0;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-edit-button {
    min-height: 44px;
    padding: 0 1rem 0 1.05rem;
    font-size: 0.8rem;
  }

  .bathroom-calculator.bathroom-step-7.is-submitted .confirmation-edit-button span {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 960px) {
  .bathroom-calculator .size-display {
    grid-template-columns: max-content minmax(136px, 158px);
    align-items: start;
    justify-content: space-between;
    gap: 0.65rem 0.72rem;
  }

  .bathroom-calculator .size-display .header {
    align-self: start;
    padding-top: 0.18rem;
    white-space: nowrap !important;
  }

  .bathroom-calculator .size-visualizer {
    width: min(158px, 100%);
    justify-self: end;
    align-self: start;
  }

  .bathroom-calculator .size-visualizer img {
    height: 136px;
    object-position: top right;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  #app
    .bathroom-calculator.bathroom-step-1:not(.is-submitted)
    .parallel-containers
    .right-parallel
    > div {
    padding-right: clamp(1.05rem, 2.2vw, 1.35rem);
    padding-left: clamp(1.05rem, 2.2vw, 1.35rem);
  }
}

@media (max-width: 768px) {
  .bathroom-shell {
    padding-top: 18px;
  }

  .bathroom-calculator .desktop-only {
    display: none !important;
  }

  .bathroom-calculator .mobile-only {
    display: block !important;
  }

  #app .bathroom-calculator .page-header {
    padding: 0 1.35rem;
    margin-bottom: 0.55rem;
  }

  .bathroom-calculator .header-title {
    width: 100%;
    min-width: 0;
    gap: 0.48rem;
    font-size: clamp(1.42rem, 5.8vw, 1.68rem);
    line-height: 1.05;
    white-space: nowrap;
  }

  .bathroom-calculator .header-title-text {
    overflow-wrap: normal;
    white-space: nowrap;
  }

  .bathroom-calculator ul.step-counter {
    padding: 0.82rem 0 1.05rem;
    margin: 0 0 clamp(0.9rem, 4vw, 1.35rem);
  }

  .bathroom-calculator ul.step-counter .step button {
    width: 1.68rem;
    height: 1.68rem;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  #app .bathroom-calculator .left-parallel .header,
  #app .bathroom-calculator .right-parallel .header {
    font-size: clamp(1.24rem, 4.9vw, 1.5rem);
    line-height: 1.2;
    width: min(100%, calc(100vw - 92px));
    overflow-wrap: anywhere;
  }

  .bathroom-calculator ul.step-counter .step:not(:first-of-type)::before {
    width: 0.72rem;
  }

  #app .bathroom-calculator .parallel-containers .left-parallel,
  #app .bathroom-calculator .parallel-containers .right-parallel {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    min-height: 0;
  }

  #app .bathroom-calculator .parallel-containers .right-parallel.arrow::before {
    left: clamp(0.95rem, 6.5vw, 1.55rem);
    margin: 0;
    top: 0;
    transform: translateY(-50%) rotate(45deg);
  }

  .bathroom-calculator .choice-list {
    gap: 1rem;
  }

  .bathroom-calculator .size-display {
    grid-template-columns: minmax(56px, auto) minmax(148px, 1fr);
    align-items: start;
    gap: 0.65rem 0.95rem;
    margin-bottom: 1.25rem;
  }

  .bathroom-calculator .size-display .header {
    align-self: start;
    padding-top: 0.2rem;
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .bathroom-calculator .size-visualizer {
    width: min(220px, 50vw);
    justify-self: end;
    align-self: start;
  }

  .bathroom-calculator .size-visualizer img {
    height: clamp(100px, 28vw, 136px);
    object-position: top right;
  }

  .bathroom-calculator .standard-image {
    height: 250px;
  }

  .bathroom-calculator .bottom-elements {
    display: block;
    margin: 0;
    background: transparent;
  }

  .bathroom-calculator .bathroom-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    background: transparent;
  }

  .bathroom-calculator .navigation-back {
    order: 2;
    min-width: 0;
    width: fit-content;
    min-height: 48px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
    background: transparent !important;
  }

  .bathroom-calculator .button--continue {
    order: 1;
    width: 100%;
    min-width: 0;
    height: 56px;
    flex: 0 0 auto;
    margin: 0;
  }

  .bathroom-calculator .consultation-brief {
    min-height: 0;
    max-width: none;
  }

  .bathroom-calculator .consultation-brief__topline {
    align-items: flex-start;
    margin-bottom: 1.35rem;
  }

  .bathroom-calculator .consultation-brief__mark {
    width: 48px;
    height: 48px;
  }

  .bathroom-calculator .consultation-brief__mark svg {
    width: 26px;
    height: 26px;
  }

  #app .bathroom-calculator .consultation-brief .header {
    width: 100%;
    font-size: 2.05rem;
    line-height: 1.05;
  }

  .bathroom-calculator .consultation-brief__copy {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .bathroom-calculator .consultation-price-card {
    padding: 1rem 1.05rem 1.05rem;
  }

  .bathroom-calculator .consultation-price-card strong {
    font-size: 2rem;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .bathroom-calculator .consultation-choice-grid {
    grid-template-columns: 1fr;
  }

  .bathroom-calculator .consultation-choice-card {
    min-height: 64px;
    padding: 0.8rem 0.85rem;
  }

  .bathroom-calculator .consultation-brief__assurance {
    grid-template-columns: 36px minmax(0, 1fr);
    font-size: 0.86rem;
  }

  .bathroom-calculator .confirmation-state {
    min-height: 0;
  }

  .bathroom-calculator .confirmation-state::before {
    display: none;
  }

  .bathroom-calculator .submitted-summary-state {
    min-height: 0;
  }

  .bathroom-calculator .submitted-status-row {
    margin-bottom: 1.45rem;
  }

  .bathroom-calculator .submitted-mark {
    width: 50px;
    height: 50px;
  }

  #app .bathroom-calculator .submitted-summary-state .header {
    width: 100%;
    font-size: 2.15rem;
    line-height: 1.03;
  }

  .bathroom-calculator .submitted-copy,
  .bathroom-calculator .confirmation-copy {
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .bathroom-calculator .submitted-price-card {
    padding: 1rem 1.05rem 1.05rem;
  }

  .bathroom-calculator .submitted-price-card strong {
    font-size: 2rem;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .bathroom-calculator .submitted-choice-grid {
    grid-template-columns: 1fr;
  }

  .bathroom-calculator .submitted-choice-grid article {
    min-height: 64px;
    padding: 0.8rem 0.85rem;
  }

  .bathroom-calculator .confirmation-graphic {
    min-height: 188px;
    margin-bottom: 1.45rem;
  }

  .bathroom-calculator .confirmation-blueprint {
    right: -2rem;
    width: 122%;
  }

  .bathroom-calculator .confirmation-title {
    font-size: 2.25rem;
    line-height: 1;
  }

  .bathroom-calculator .confirmation-status-card {
    padding: 1rem;
  }

  .bathroom-calculator .confirmation-status-head {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.72rem;
  }

  .bathroom-calculator .confirmation-status-badge {
    width: 44px;
    height: 44px;
  }

  .bathroom-calculator .confirmation-next {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .bathroom-calculator .confirmation-actions,
  .bathroom-calculator .confirmation-edit-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bathroom-calculator .bathroom-nav {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .bathroom-calculator .button--continue {
    width: 100%;
    flex: 0 0 auto;
  }

  .bathroom-calculator .navigation-back {
    width: fit-content;
    min-height: 48px;
    padding: 0 4px;
    align-self: center;
    background: transparent !important;
  }

  .bathroom-calculator .button--continue {
    min-height: 54px;
  }

  .bathroom-calculator .consultation-price-card strong,
  .bathroom-calculator .submitted-price-card strong {
    font-size: 1.8rem;
  }

  .bathroom-calculator .confirmation-email {
    grid-template-columns: 32px minmax(0, 1fr);
    padding-top: 0.85rem;
  }

  .bathroom-calculator .confirmation-title {
    font-size: 2rem;
  }
}

@media (max-width: 360px) {
  .bathroom-shell {
    width: calc(100vw - 12px);
    padding: 12px 0 34px;
  }

  #app .bathroom-calculator .page-header {
    padding: 0 0.55rem;
    margin-bottom: 0.4rem;
  }

  .bathroom-calculator .header-title {
    gap: 0.38rem;
    max-width: 100%;
    font-size: clamp(0.9rem, 6.2vw, 1.25rem);
    line-height: 1.08;
    white-space: normal;
  }

  .bathroom-calculator .calc-header-icon {
    width: 28px;
    height: 28px;
  }

  .bathroom-calculator .calc-header-icon svg {
    width: 17px;
    height: 17px;
  }

  .bathroom-calculator ul.step-counter {
    padding: 0.72rem 0 0.96rem;
    margin-bottom: 0.72rem;
  }

  .bathroom-calculator ul.step-counter .step:not(:first-of-type)::before {
    width: clamp(0.26rem, 1.9vw, 0.48rem);
    height: 1px;
  }

  .bathroom-calculator ul.step-counter .step button {
    width: clamp(1.18rem, 8.2vw, 1.42rem);
    height: clamp(1.18rem, 8.2vw, 1.42rem);
    border-width: 1.5px;
    font-size: clamp(0.72rem, 4.9vw, 0.92rem);
    line-height: 1;
  }

  .bathroom-calculator .parallel-containers .left-parallel > div,
  .bathroom-calculator .parallel-containers .right-parallel > div {
    padding: 1.08rem 1rem;
  }

  #app .bathroom-calculator .left-parallel .header,
  #app .bathroom-calculator .right-parallel .header {
    width: 100%;
    font-size: clamp(1.04rem, 7vw, 1.24rem);
    line-height: 1.14;
    margin-bottom: 1.25rem !important;
  }

  .bathroom-calculator .choice-list {
    gap: 0.78rem;
  }

  .bathroom-calculator .bathroom-choice {
    grid-template-columns: 28px 1fr;
    gap: 0.72rem;
    min-height: 31px;
  }

  .bathroom-calculator .bathroom-radio {
    width: 23px;
    height: 23px;
    border-width: 1.7px;
  }

  .bathroom-calculator .bathroom-choice.is-selected .bathroom-radio::after {
    width: 9px;
    height: 9px;
  }

  .bathroom-calculator .choice-copy strong {
    font-size: clamp(0.86rem, 5.9vw, 1rem);
    line-height: 1.08rem;
  }

  .bathroom-calculator .size-display {
    grid-template-columns: minmax(42px, auto) minmax(98px, 1fr);
    gap: 0.35rem 0.48rem;
    margin-bottom: 0.9rem;
  }

  .bathroom-calculator .size-display .header {
    padding-top: 0.15rem;
    font-size: clamp(1.05rem, 7.1vw, 1.42rem);
    white-space: nowrap !important;
  }

  .bathroom-calculator .size-visualizer {
    width: min(152px, 48vw);
  }

  .bathroom-calculator .size-visualizer img {
    height: clamp(76px, 29vw, 104px);
  }

  .bathroom-calculator .right-copy {
    max-width: none;
  }

  .bathroom-calculator .right-copy p {
    font-size: 0.88rem;
    line-height: 1.36rem;
  }

  .bathroom-calculator .button--continue {
    min-height: 50px;
    height: auto;
    padding: 0.75rem 0.85rem;
    gap: 0.9rem;
    font-size: 0.72rem;
    line-height: 0.9rem;
    white-space: normal;
  }

  .bathroom-calculator .navigation-back {
    min-height: 42px;
    padding: 0;
    font-size: 0.92rem;
  }
}

@media (max-width: 280px) {
  .bathroom-shell {
    width: calc(100vw - 8px);
    padding-top: 8px;
  }

  #app .bathroom-calculator .page-header {
    padding: 0 0.35rem;
    margin-bottom: 0.3rem;
  }

  .bathroom-calculator .header-title {
    gap: 0.3rem;
    font-size: clamp(0.76rem, 6.1vw, 0.9rem);
    line-height: 1.02;
  }

  .bathroom-calculator .calc-header-icon {
    width: 24px;
    height: 24px;
  }

  .bathroom-calculator .calc-header-icon svg {
    width: 15px;
    height: 15px;
  }

  .bathroom-calculator ul.step-counter .step:not(:first-of-type)::before {
    width: 0.2rem;
  }

  .bathroom-calculator ul.step-counter {
    padding: 0.68rem 0 0.96rem;
    margin-bottom: 0.62rem;
  }

  .bathroom-calculator ul.step-counter .step button {
    width: 1.08rem;
    height: 1.08rem;
    font-size: 0.66rem;
    border-width: 1.25px;
  }

  .bathroom-calculator .parallel-containers .left-parallel > div,
  .bathroom-calculator .parallel-containers .right-parallel > div {
    padding: 0.86rem 0.72rem;
  }

  #app .bathroom-calculator .left-parallel .header,
  #app .bathroom-calculator .right-parallel .header {
    font-size: 0.96rem;
    line-height: 1.12;
    margin-bottom: 1rem !important;
  }

  .bathroom-calculator .choice-list {
    gap: 0.68rem;
  }

  .bathroom-calculator .bathroom-choice {
    grid-template-columns: 24px 1fr;
    gap: 0.58rem;
    min-height: 28px;
  }

  .bathroom-calculator .bathroom-radio {
    width: 20px;
    height: 20px;
  }

  .bathroom-calculator .bathroom-choice.is-selected .bathroom-radio::after {
    width: 8px;
    height: 8px;
  }

  .bathroom-calculator .choice-copy strong {
    font-size: 0.82rem;
    line-height: 0.98rem;
  }

  .bathroom-calculator .size-display {
    grid-template-columns: minmax(36px, auto) minmax(82px, 1fr);
    gap: 0.24rem 0.34rem;
  }

  .bathroom-calculator .size-display .header {
    font-size: 0.98rem;
  }

  .bathroom-calculator .size-visualizer {
    width: min(132px, 47vw);
  }

  .bathroom-calculator .size-visualizer img {
    height: clamp(64px, 28vw, 84px);
  }

  .bathroom-calculator .right-copy p {
    font-size: 0.8rem;
    line-height: 1.22rem;
  }
}

@media (max-width: 220px) {
  .bathroom-shell {
    width: calc(100vw - 6px);
  }

  #app .bathroom-calculator .page-header {
    padding: 0 0.5rem;
  }

  .bathroom-calculator .header-title {
    gap: 0.24rem;
    font-size: 0.68rem;
  }

  .bathroom-calculator .calc-header-icon {
    width: 20px;
    height: 20px;
  }

  .bathroom-calculator .calc-header-icon svg {
    width: 13px;
    height: 13px;
  }

  .bathroom-calculator ul.step-counter .step:not(:first-of-type)::before {
    width: 0.12rem;
  }

  .bathroom-calculator ul.step-counter .step button {
    width: 0.96rem;
    height: 0.96rem;
    font-size: 0.58rem;
  }

  .bathroom-calculator .parallel-containers .left-parallel > div,
  .bathroom-calculator .parallel-containers .right-parallel > div {
    padding: 0.72rem 0.55rem;
  }

  #app .bathroom-calculator .left-parallel .header,
  #app .bathroom-calculator .right-parallel .header {
    font-size: 0.84rem;
  }

  .bathroom-calculator .choice-copy strong {
    font-size: 0.72rem;
    line-height: 0.9rem;
  }

  .bathroom-calculator .size-display {
    grid-template-columns: minmax(30px, auto) minmax(68px, 1fr);
  }

  .bathroom-calculator .size-display .header {
    font-size: 0.82rem;
  }

  .bathroom-calculator .size-visualizer {
    width: min(112px, 45vw);
  }
}

#app .bathroom-calculator.is-submitted .parallel-containers .left-parallel,
#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel.confirmation-panel {
  background:
    linear-gradient(90deg, rgba(251, 245, 235, 0.034) 1px, transparent 1px),
    linear-gradient(180deg, rgba(251, 245, 235, 0.03) 1px, transparent 1px),
    var(--bathroom-panel);
  background-size: 42px 42px;
}

.bathroom-calculator.is-submitted .submitted-summary-state,
.bathroom-calculator.is-submitted .confirmation-state--receipt {
  min-height: 560px;
}

.bathroom-calculator.is-submitted .submitted-summary-state {
  justify-content: flex-start;
  max-width: none;
}

.bathroom-calculator.is-submitted .submitted-status-row {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(250, 246, 237, 0.14);
}

.bathroom-calculator.is-submitted .submitted-mark {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  box-shadow: none;
}

.bathroom-calculator.is-submitted .submitted-mark svg {
  width: 22px;
  height: 22px;
}

#app .bathroom-calculator.is-submitted .submitted-summary-state .header {
  margin-bottom: 0.68rem !important;
  font-size: clamp(2.35rem, 3.1vw, 3.4rem);
  line-height: 0.98;
}

.bathroom-calculator.is-submitted .submitted-copy {
  max-width: 560px;
  margin-bottom: 1.1rem;
  font-size: 0.96rem;
  line-height: 1.45;
}

.bathroom-calculator.is-submitted .submitted-price-card {
  margin-bottom: 0.9rem;
  padding: 1rem 1.1rem 1.05rem;
  border-color: rgba(212, 231, 240, 0.34);
  background:
    linear-gradient(90deg, rgba(212, 231, 240, 0.18), transparent 2px),
    rgba(12, 38, 61, 0.32);
  box-shadow: none;
}

.bathroom-calculator.is-submitted .submitted-price-card strong {
  font-size: clamp(2rem, 3vw, 3rem);
}

.bathroom-calculator.is-submitted .submitted-choice-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.46rem;
}

.bathroom-calculator.is-submitted .submitted-choice-grid article,
.bathroom-calculator.is-submitted .submitted-choice-grid article:last-child:nth-child(odd) {
  grid-column: auto;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 0.42rem;
  min-height: 54px;
  padding: 0.58rem 0.56rem;
  box-shadow: none;
}

.bathroom-calculator.is-submitted .submitted-choice-icon {
  width: 22px;
  height: 22px;
}

.bathroom-calculator.is-submitted .submitted-choice-grid b {
  font-size: 0.58rem;
  line-height: 0.74rem;
}

.bathroom-calculator.is-submitted .submitted-choice-grid span:not(.submitted-choice-icon) {
  font-size: 0.82rem;
  line-height: 1rem;
}

.bathroom-calculator.is-submitted .submitted-seal {
  margin-top: 0.74rem;
  padding: 0.72rem 0;
  border-width: 1px 0 0;
  background: transparent;
  box-shadow: none;
}

.bathroom-calculator .submitted-process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(250, 246, 237, 0.13);
}

.bathroom-calculator .submitted-process-strip span {
  display: block;
  padding-right: 0.75rem;
  color: rgba(212, 231, 240, 0.84);
  font-family: var(--bathroom-font-control);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1rem;
  text-transform: uppercase;
}

.bathroom-calculator .confirmation-state--receipt {
  justify-content: flex-start;
  gap: 0;
}

.bathroom-calculator .confirmation-state--receipt:focus {
  outline: 0;
}

.bathroom-calculator .confirmation-state--receipt:focus-visible {
  outline: 2px solid rgba(250, 246, 237, 0.72);
  outline-offset: -8px;
}

.bathroom-calculator .confirmation-state--receipt::before {
  top: 0;
  bottom: 0;
  background: rgba(212, 231, 240, 0.22);
}

.bathroom-calculator .confirmation-hero {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(250, 246, 237, 0.14);
}

.bathroom-calculator .confirmation-state--receipt .confirmation-status-badge {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  border-color: rgba(237, 192, 138, 0.46);
  color: var(--bathroom-accent-soft);
  background:
    linear-gradient(135deg, rgba(237, 192, 138, 0.14), rgba(212, 231, 240, 0.045)),
    rgba(7, 28, 46, 0.32);
  box-shadow: none;
}

.bathroom-calculator .confirmation-state--receipt .confirmation-title {
  max-width: 520px;
  font-size: clamp(2.5rem, 4.4vw, 4.35rem);
  font-weight: 700;
  line-height: 0.94;
}

.bathroom-calculator .confirmation-state--receipt .confirmation-copy {
  max-width: 520px;
  margin: 1.1rem 0 1.15rem;
  color: rgba(250, 246, 237, 0.82);
  font-size: 1rem;
  line-height: 1.5;
}

.bathroom-calculator .confirmation-receipt-card {
  border-top: 1px solid rgba(250, 246, 237, 0.14);
  border-bottom: 1px solid rgba(250, 246, 237, 0.14);
}

.bathroom-calculator .confirmation-receipt-row {
  display: grid;
  gap: 0.16rem;
  padding: 0.82rem 0;
}

.bathroom-calculator .confirmation-receipt-row + .confirmation-receipt-row {
  border-top: 1px solid rgba(250, 246, 237, 0.1);
}

.bathroom-calculator .confirmation-receipt-row span,
.bathroom-calculator .confirmation-handoff article > span {
  color: var(--bathroom-accent-soft);
  font-family: var(--bathroom-font-control);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 0.92rem;
  text-transform: uppercase;
}

.bathroom-calculator .confirmation-receipt-row strong {
  color: var(--bathroom-paper-soft);
  font-size: 1.04rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.bathroom-calculator .confirmation-receipt-row small {
  color: rgba(250, 246, 237, 0.62);
  font-size: 0.78rem;
  line-height: 1.1rem;
}

.bathroom-calculator .confirmation-handoff {
  display: grid;
  gap: 0;
  margin-top: 1rem;
}

.bathroom-calculator .confirmation-handoff article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.78rem 0;
  border-bottom: 1px solid rgba(250, 246, 237, 0.1);
  background: linear-gradient(90deg, rgba(201, 138, 72, 0.08), transparent 46%);
}

.bathroom-calculator .confirmation-handoff b {
  display: block;
  color: var(--bathroom-paper-soft);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.18rem;
}

.bathroom-calculator .confirmation-handoff p {
  margin: 0.12rem 0 0;
  color: rgba(250, 246, 237, 0.66);
  font-size: 0.82rem;
  line-height: 1.18rem;
}

.bathroom-calculator .confirmation-state--receipt .confirmation-actions {
  margin-top: auto;
  padding-top: 1.2rem;
}

.bathroom-calculator .confirmation-state--receipt .confirmation-edit-button {
  min-height: 46px;
  border-color: rgba(212, 231, 240, 0.58);
  background: transparent;
  box-shadow: none;
}

@media (max-width: 768px) {
  .bathroom-calculator.is-submitted .submitted-summary-state,
  .bathroom-calculator.is-submitted .confirmation-state--receipt {
    min-height: 0;
  }

  .bathroom-calculator.is-submitted .submitted-choice-grid,
  .bathroom-calculator .submitted-process-strip {
    grid-template-columns: 1fr;
  }

  .bathroom-calculator.is-submitted .submitted-choice-grid article {
    min-height: 62px;
    padding: 0.78rem 0.85rem;
  }

  .bathroom-calculator .submitted-process-strip {
    gap: 0.45rem;
    margin-top: 1rem;
  }

  .bathroom-calculator .confirmation-hero {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.82rem;
  }

  .bathroom-calculator .confirmation-state--receipt .confirmation-status-badge {
    width: 46px;
    height: 46px;
  }

  .bathroom-calculator .confirmation-state--receipt .confirmation-title {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .bathroom-calculator .confirmation-handoff article {
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

/* Step option and submitted-state polish */
#app .bathroom-calculator:not(.is-submitted) .left-parallel .header {
  max-width: 520px;
  margin-bottom: 1.45rem !important;
  font-family: var(--bathroom-font-display) !important;
  font-size: clamp(1.45rem, 2.15vw, 2.05rem);
  font-weight: 600;
  line-height: 1.08;
}

.bathroom-calculator:not(.is-submitted) .choice-list {
  gap: 0;
  width: min(100%, 480px);
  max-width: 480px;
  border-top: 1px solid rgba(212, 231, 240, 0.16);
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice {
  position: relative;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.9rem;
  min-height: 50px;
  padding: 0.58rem 0.55rem 0.62rem 0.55rem;
  border-bottom: 1px solid rgba(212, 231, 240, 0.14);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: 0.7rem;
  left: 0;
  width: 2px;
  background: transparent;
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice:hover,
.bathroom-calculator:not(.is-submitted) .bathroom-choice:focus-visible {
  background: rgba(212, 231, 240, 0.055);
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected {
  background:
    linear-gradient(90deg, rgba(212, 231, 240, 0.16), rgba(212, 231, 240, 0.025) 72%);
  border-bottom-color: rgba(212, 231, 240, 0.28);
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected::before {
  background: var(--bathroom-brass-light);
}

.bathroom-calculator:not(.is-submitted) .bathroom-radio {
  position: relative;
  display: grid;
  place-items: center;
  place-self: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 1.5px solid rgba(212, 231, 240, 0.78);
  border-radius: 999px;
  background: rgba(12, 38, 61, 0.24);
  line-height: 0;
  overflow: hidden;
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice:hover .bathroom-radio,
.bathroom-calculator:not(.is-submitted) .bathroom-choice:focus-visible .bathroom-radio {
  border-color: var(--bathroom-brass-light);
  background: rgba(212, 231, 240, 0.12);
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected .bathroom-radio {
  border-color: var(--bathroom-brass-light);
  background: rgba(212, 231, 240, 0.16);
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected .bathroom-radio::after {
  content: "" !important;
  display: block !important;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--bathroom-brass-light);
}

.bathroom-calculator:not(.is-submitted) .choice-copy strong {
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-option);
  font-size: clamp(0.9rem, 1.12vw, 1rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
}

.bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected .choice-copy strong {
  font-weight: 500;
}

.bathroom-calculator.bathroom-step-1:not(.is-submitted) .bathroom-choice {
  min-height: 46px;
  padding-top: 0.48rem;
  padding-bottom: 0.52rem;
}

.bathroom-calculator.bathroom-step-1:not(.is-submitted) .choice-copy strong {
  font-size: clamp(0.86rem, 1.08vw, 0.95rem);
  font-weight: 400;
}

.bathroom-calculator:not(.is-submitted) .choice-copy span {
  max-width: 390px;
  color: rgba(250, 246, 237, 0.72);
  font-size: 0.88rem;
  line-height: 1.32;
}

.bathroom-calculator:not(.is-submitted) .right-copy {
  position: relative;
  max-width: 390px;
  padding-top: 0.15rem;
}

.bathroom-calculator:not(.is-submitted) .right-copy::before {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 0 0 1.05rem;
  background: var(--bathroom-panel);
}

#app .bathroom-calculator:not(.is-submitted) .right-copy .header {
  margin-bottom: 1.15rem !important;
  color: #102d49;
  font-family: var(--bathroom-font-control) !important;
  font-size: clamp(1.3rem, 2.05vw, 1.78rem);
  font-weight: 700;
  line-height: 1.08;
}

.bathroom-calculator:not(.is-submitted) .right-copy p {
  max-width: 36ch;
  color: #181915;
  font-size: clamp(1rem, 1.32vw, 1.1rem);
  font-weight: 400;
  line-height: 1.62;
}

#app .bathroom-calculator.is-submitted .parallel-containers:not(.navigation) {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(250, 246, 237, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(250, 246, 237, 0.022) 1px, transparent 1px),
    var(--bathroom-panel);
  background-size: 42px 42px;
}

#app .bathroom-calculator.is-submitted .parallel-containers .left-parallel,
#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel.confirmation-panel {
  background: transparent !important;
  background-size: auto !important;
}

#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel.confirmation-panel {
  position: relative;
  box-shadow: inset 1px 0 rgba(212, 231, 240, 0.22);
}

#app .bathroom-calculator.is-submitted .parallel-containers .right-parallel.confirmation-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(12, 38, 61, 0.08), rgba(250, 246, 237, 0.035));
}

.bathroom-calculator.is-submitted .confirmation-panel > div {
  position: relative;
  z-index: 1;
}

.bathroom-calculator.is-submitted .submitted-summary-state {
  min-height: 620px;
}

.bathroom-calculator .submitted-workboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(250, 246, 237, 0.12);
}

.bathroom-calculator .submitted-workboard article {
  position: relative;
  min-height: 112px;
  padding: 0.86rem 0.9rem 0.92rem;
  border: 1px solid rgba(212, 231, 240, 0.18);
  background:
    linear-gradient(180deg, rgba(250, 246, 237, 0.035), transparent 56%),
    rgba(7, 28, 46, 0.18);
}

.bathroom-calculator .submitted-workboard article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--bathroom-accent), rgba(237, 192, 138, 0.16));
}

.bathroom-calculator .submitted-workboard span,
.bathroom-calculator .submitted-process-strip span {
  display: block;
  color: var(--bathroom-accent-soft);
  font-family: var(--bathroom-font-control);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.84rem;
  text-transform: uppercase;
}

.bathroom-calculator .submitted-workboard strong,
.bathroom-calculator .submitted-process-strip strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--bathroom-paper-soft);
  font-family: var(--bathroom-font-body);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.18rem;
}

.bathroom-calculator .submitted-workboard p {
  margin: 0.45rem 0 0;
  color: rgba(250, 246, 237, 0.68);
  font-size: 0.8rem;
  line-height: 1.16rem;
}

.bathroom-calculator .submitted-process-strip {
  gap: 0.7rem;
  margin-top: 0.85rem;
  padding-top: 0;
  border-top: 0;
}

.bathroom-calculator .submitted-process-strip article {
  position: relative;
  min-height: 72px;
  padding: 0.74rem 0.8rem;
  border-top: 1px solid rgba(237, 192, 138, 0.32);
  background:
    linear-gradient(180deg, rgba(201, 138, 72, 0.11), transparent 58%),
    rgba(212, 231, 240, 0.025);
}

.bathroom-calculator .submitted-process-strip article::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 1px;
  background: var(--bathroom-accent);
}

@media (max-width: 768px) {
  #app .bathroom-calculator:not(.is-submitted) .left-parallel .header {
    margin-bottom: 1rem !important;
    font-size: clamp(1.05rem, 5.8vw, 1.34rem);
  }

  .bathroom-calculator:not(.is-submitted) .choice-list {
    width: 100%;
    max-width: none;
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-choice {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 0.64rem;
    height: 44px;
    min-height: 44px;
    padding: 0.5rem 0.15rem 0.52rem 0.35rem;
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-radio {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    overflow: hidden;
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected .bathroom-radio {
    background: rgba(212, 231, 240, 0.16);
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected .bathroom-radio::after {
    content: "" !important;
    display: block !important;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--bathroom-brass-light);
  }

  .bathroom-calculator:not(.is-submitted) .choice-copy strong {
    font-size: clamp(0.8rem, 4.15vw, 0.9rem);
    line-height: 1.14;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .bathroom-choice {
    height: 42px;
    min-height: 42px;
    padding-top: 0.42rem;
    padding-bottom: 0.44rem;
  }

  .bathroom-calculator:not(.is-submitted) .choice-copy span {
    font-size: 0.78rem;
    line-height: 1.22;
  }

  .bathroom-calculator:not(.is-submitted) .right-copy {
    max-width: none;
    padding-top: clamp(0.92rem, 4.8vw, 1.3rem);
  }

  .bathroom-calculator:not(.is-submitted) .right-copy::before {
    width: 34px;
    margin-bottom: 0.74rem;
  }

  #app .bathroom-calculator:not(.is-submitted) .right-copy .header {
    margin-bottom: 0.72rem !important;
    font-size: clamp(1.06rem, 5.4vw, 1.32rem);
  }

  .bathroom-calculator:not(.is-submitted) .right-copy p {
    max-width: none;
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .bathroom-calculator .submitted-workboard,
  .bathroom-calculator .submitted-process-strip {
    grid-template-columns: 1fr;
  }

  .bathroom-calculator .submitted-workboard article {
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7) {
    --mobile-question-panel-height: 272px;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) {
    --mobile-question-panel-height: 584px;
  }

  .bathroom-calculator.bathroom-step-2:not(.is-submitted),
  .bathroom-calculator.bathroom-step-4:not(.is-submitted) {
    --mobile-question-panel-height: 326px;
  }

  .bathroom-calculator.bathroom-step-3:not(.is-submitted),
  .bathroom-calculator.bathroom-step-5:not(.is-submitted) {
    --mobile-question-panel-height: 272px;
  }

  .bathroom-calculator.bathroom-step-6:not(.is-submitted) {
    --mobile-question-panel-height: 292px;
  }

  #app
    .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7)
    .parallel-containers
    .left-parallel {
    height: var(--mobile-question-panel-height);
    min-height: var(--mobile-question-panel-height);
    overflow: hidden;
  }

  .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7)
    .parallel-containers
    .left-parallel
    > div {
    height: 100%;
    min-height: 100%;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-2:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-4:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div {
    padding-bottom: 2.25rem;
  }

  .bathroom-calculator.bathroom-step-3:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-5:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-6:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div {
    padding-bottom: 2.15rem;
  }
}

@media (max-width: 360px) {
  .bathroom-calculator:not(.is-submitted) .right-copy {
    padding-top: 1.35rem;
  }
}

@media (max-width: 768px) {
  #app
    .bathroom-calculator.bathroom-step-1:not(.is-submitted)
    .parallel-containers
    .right-parallel
    > div {
    padding-top: clamp(1.85rem, 6.2vw, 2.25rem);
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-display {
    grid-template-columns: max-content minmax(142px, 174px);
    align-items: start;
    justify-content: space-between;
    gap: 0.68rem 0.85rem;
    margin-bottom: 1.35rem;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-display .header {
    padding-top: 0.26rem;
    font-family: var(--bathroom-font-display) !important;
    font-size: clamp(1.55rem, 7.6vw, 2.05rem);
    font-weight: 500;
    line-height: 0.96;
    white-space: nowrap !important;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-visualizer {
    width: clamp(142px, 42vw, 174px);
    max-width: 100%;
    justify-self: end;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-visualizer img {
    height: clamp(104px, 29vw, 132px);
  }
}

@media (max-width: 360px) {
  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-display {
    grid-template-columns: max-content minmax(126px, 152px);
    justify-content: space-between;
    gap: 0.58rem 0.72rem;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-display .header {
    padding-top: 0.28rem;
    font-size: clamp(1.42rem, 8.2vw, 1.72rem);
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-visualizer {
    width: clamp(126px, 42vw, 152px);
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-visualizer img {
    height: clamp(94px, 29vw, 114px);
  }
}

@media (max-width: 280px) {
  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-display {
    grid-template-columns: max-content minmax(102px, 116px);
    gap: 0.45rem;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-display .header {
    font-size: 1.28rem;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .size-visualizer {
    width: min(116px, 44vw);
  }
}

@media (max-width: 768px) {
  .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7) {
    --mobile-question-panel-height: 258px;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) {
    --mobile-question-panel-height: 512px;
  }

  .bathroom-calculator.bathroom-step-2:not(.is-submitted),
  .bathroom-calculator.bathroom-step-4:not(.is-submitted) {
    --mobile-question-panel-height: 304px;
  }

  .bathroom-calculator.bathroom-step-3:not(.is-submitted),
  .bathroom-calculator.bathroom-step-5:not(.is-submitted) {
    --mobile-question-panel-height: 248px;
  }

  .bathroom-calculator.bathroom-step-6:not(.is-submitted) {
    --mobile-question-panel-height: 286px;
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-choice {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0.72rem;
    height: auto;
    min-height: 50px;
    padding: 0.58rem 0.2rem 0.62rem 0.44rem;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .bathroom-choice {
    height: auto;
    min-height: 46px;
  }

  .bathroom-calculator.bathroom-step-6:not(.is-submitted) .bathroom-choice {
    min-height: 64px;
    padding-top: 0.68rem;
    padding-bottom: 0.72rem;
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-radio {
    width: 22px;
    height: 22px;
    align-self: center;
    justify-self: center;
  }

  .bathroom-calculator:not(.is-submitted) .choice-copy strong {
    font-family: var(--bathroom-font-option) !important;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 400 !important;
    line-height: 1.18;
  }

  .bathroom-calculator:not(.is-submitted) .bathroom-choice.is-selected .choice-copy strong {
    font-weight: 500 !important;
  }

  .bathroom-calculator.bathroom-step-6:not(.is-submitted) .choice-copy strong {
    max-width: 24ch;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted) .choice-copy strong {
    font-size: clamp(0.78rem, 3.9vw, 0.88rem);
  }

  .bathroom-calculator:not(.is-submitted) .choice-list {
    border-top-color: rgba(212, 231, 240, 0.2);
  }
}

@media (max-width: 360px) {
  .bathroom-calculator.bathroom-step-1:not(.is-submitted) {
    --mobile-question-panel-height: 504px;
  }

  .bathroom-calculator.bathroom-step-2:not(.is-submitted),
  .bathroom-calculator.bathroom-step-4:not(.is-submitted) {
    --mobile-question-panel-height: 298px;
  }

  .bathroom-calculator.bathroom-step-3:not(.is-submitted),
  .bathroom-calculator.bathroom-step-5:not(.is-submitted) {
    --mobile-question-panel-height: 244px;
  }

  .bathroom-calculator.bathroom-step-6:not(.is-submitted) {
    --mobile-question-panel-height: 282px;
  }
}

@media (max-width: 768px) {
  #app
    .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7)
    .parallel-containers:not(.navigation) {
    min-height: 0 !important;
  }

  #app
    .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7)
    .parallel-containers
    .left-parallel {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
  }

  .bathroom-calculator:not(.is-submitted):not(.bathroom-step-7)
    .parallel-containers
    .left-parallel
    > div {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 1.28rem !important;
  }

  .bathroom-calculator.bathroom-step-1:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div {
    padding-bottom: 1.18rem !important;
  }

  .bathroom-calculator.bathroom-step-2:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-3:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-4:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-5:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div,
  .bathroom-calculator.bathroom-step-6:not(.is-submitted)
    .parallel-containers
    .left-parallel
    > div {
    padding-bottom: 1.42rem !important;
  }
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted {
  display: block;
  position: relative;
  min-height: min(620px, calc(100vh - 96px));
  overflow: hidden;
  border: 1px solid rgba(250, 246, 237, 0.2);
  background:
    linear-gradient(90deg, rgba(250, 246, 237, 0.036) 1px, transparent 1px),
    linear-gradient(180deg, rgba(250, 246, 237, 0.032) 1px, transparent 1px),
    var(--bathroom-panel);
  background-size: 42px 42px, 42px 42px, auto;
  color: var(--bathroom-paper-soft);
  box-shadow: 0 34px 90px rgba(7, 28, 46, 0.28);
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-state--receipt {
  justify-content: center;
  min-height: inherit;
  max-width: 980px;
  padding: clamp(30px, 4.6vw, 56px);
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-state--receipt::before {
  top: 0;
  bottom: auto;
  left: clamp(26px, 4vw, 58px);
  width: 72px;
  height: 4px;
  background: var(--bathroom-accent);
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-hero {
  max-width: 800px;
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-title {
  max-width: 760px;
  font-size: clamp(2.75rem, 5vw, 5.3rem);
  line-height: 0.92;
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-copy {
  max-width: 660px;
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-receipt-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-receipt-row + .confirmation-receipt-row {
  border-top: 0;
  border-left: 1px solid rgba(250, 246, 237, 0.1);
  padding-left: 1.2rem;
}

#app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-handoff {
  max-width: 900px;
}

@media (max-width: 768px) {
  #app .bathroom-calculator.is-submitted .parallel-containers--submitted {
    min-height: min(600px, calc(100vh - 32px));
  }

  #app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-state--receipt {
    padding: 24px 20px;
  }

  #app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-hero {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.8rem;
  }

  #app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-status-badge {
    width: 42px;
    height: 42px;
  }

  #app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-title {
    font-size: clamp(2.28rem, 12vw, 3.45rem);
  }

  #app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-receipt-card {
    grid-template-columns: 1fr;
  }

  #app .bathroom-calculator.is-submitted .parallel-containers--submitted .confirmation-receipt-row + .confirmation-receipt-row {
    border-top: 1px solid rgba(250, 246, 237, 0.1);
    border-left: 0;
    padding-left: 0;
  }
}
