/* V4 closing composition only: native controls on the existing midnight surface. */
.review.theme-v4 .section.nb-section,
.review.theme-v4 .section.nb-trial,
.review.theme-v4 .nb-footer {
  --ink:#f5f2ee;
  --muted:#c4c2dc;
  --accent:#b39af0;
  --line:#b39af040;
  --paper:#171c37;
  color: var(--ink);
  background: #0b0e28;
}
.review.theme-v4 .section.nb-section {
  padding-block: 52px 34px;
  container: closing / inline-size;
}
.review.theme-v4 .section.nb-section > .wrap {
  inline-size: min(1152px, calc(100% - 112px));
  border: 0;
  padding: 0;
}
.nb-section .nb-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 56px;
}
.nb-section .nb-copy {
  padding-block-start: 24px;
}
.nb-section .nb-kicker {
  color: var(--accent);
  text-transform: uppercase;
  font: 500 13px/1.6 var(--body);
  letter-spacing: .22em;
  margin-block-end: 20px;
}
.review.theme-v4 .nb-section h2 {
  margin: 0;
  font: 400 clamp(38px, 4.6vw, 64px)/1.08 var(--title);
  letter-spacing: -.035em;
  text-wrap: balance;
  max-inline-size: 460px;
}
.nb-section .nb-lead {
  max-inline-size: 34ch;
  color: var(--muted);
  margin-block-start: 28px;
  font: 400 18px/1.55 var(--body);
}
.nb-section .nb-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-block-start: 32px;
  font-size: 17px;
  color: var(--muted);
}
.nb-section .nb-meta > span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nb-section .nb-meta .icon {
  inline-size: 25px;
  block-size: 25px;
  color: var(--accent);
  flex-shrink: 0;
}
.nb-section .nb-panel {
  min-inline-size: 0;
  padding: 28px 30px 18px;
  background:
    linear-gradient(
      145deg,
      #171c37,
      #11162d);
  border: 1px solid #b39af077;
  border-radius: 10px;
  box-shadow: 0 14px 38px -26px #0008;
  font-size: 17px;
}
.review.theme-v4 .nb-section .nb-panel h3 {
  font: 400 clamp(27px, 2.5vw, 36px)/1.18 var(--title);
  letter-spacing: -.025em;
  margin: 0;
}
.nb-section .booking-progress {
  display: flex;
  align-items: start;
  gap: 24px;
  padding: 0 0 20px;
  margin: 20px 0;
  border-block-end: 1px solid var(--line);
  list-style: none;
  color: var(--muted);
  font-size: 16px;
}
.nb-section .booking-progress li {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-inline-size: 0;
}
.nb-section .booking-progress b {
  display: grid;
  place-items: center;
  inline-size: 32px;
  block-size: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: #292d4b;
  color: var(--muted);
  font-weight: 500;
}
.nb-section .booking-progress [aria-current] {
  color: var(--ink);
}
.nb-section .booking-progress [aria-current] b {
  background: var(--accent);
  color: #0b0e28;
}
.nb-section .nb-availability {
  min-block-size: 310px;
}
.nb-section [data-booking-message]:empty {
  display: none;
}
.nb-section [data-booking-message] {
  color: var(--muted);
  line-height: 1.55;
  margin-block: 14px;
}
.nb-section .nb-range {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
  margin-block-end: 14px;
}
.nb-section .nb-range strong {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
.nb-section .nb-range button {
  display: grid;
  place-items: center;
  min-block-size: 40px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
}
.nb-section [data-booking-previous] .icon {
  transform: rotate(180deg);
}
.nb-section .booking-dates {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}
.nb-section .date-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-inline-size: 0;
  min-block-size: 76px;
  block-size: auto;
  padding: 10px 4px;
  border: 1px solid #b39af066;
  border-radius: 6px;
  background: #11162d;
  color: var(--ink);
  font-size: 16px;
  cursor: pointer;
}
.nb-section .date-choice strong {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}
.nb-section .date-choice[aria-pressed=true] strong {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.nb-section .date-choice span {
  max-inline-size: 100%;
}
.nb-section .date-choice[aria-pressed=true],
.nb-section .time-choice[aria-pressed=true] {
  background: var(--accent);
  color: #0b0e28;
  border-color: var(--accent);
}
.review.theme-v4 .nb-section [data-booking-day] {
  font: 400 17px/1.5 var(--body);
  margin-block: 18px 10px;
  min-block-size: 25px;
}
.nb-section .booking-times {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-block-size: 102px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  margin: 0;
  padding: 3px;
  scrollbar-color: #9580cb #171c37;
}
.nb-section .time-choice {
  min-inline-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-block-size: 44px;
  padding: 8px 12px;
  border: 1px solid #b39af066;
  border-radius: 5px;
  background: #11162d;
  color: var(--ink);
  font: 400 17px/1.4 var(--body);
  cursor: pointer;
}
.nb-section .time-choice[aria-pressed=true]::after {
  content: "";
  inline-size: 10px;
  block-size: 6px;
  border-inline-start: 2px solid currentColor;
  border-block-end: 2px solid currentColor;
  transform: rotate(-45deg);
  flex: 0 0 10px;
}
.nb-section .nb-hours-hint {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin-block: 8px 0;
}
.nb-section .nb-zone {
  display: block;
  padding-block: 14px;
  border-block-end: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.nb-section .nb-zone select {
  display: block;
  inline-size: 100%;
  min-inline-size: 0;
  min-block-size: 44px;
  margin-block-start: 5px;
  background: #11162d;
  color: var(--ink);
  border: 1px solid #b39af066;
  border-radius: 5px;
  padding: 8px 10px;
  font: 400 16px/1.4 var(--body);
  color-scheme: dark;
}
.nb-section .nb-selection {
  margin-block: 14px;
  min-block-size: 25px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
}
.review.theme-v4 .nb-section .nb-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  inline-size: 100%;
  min-block-size: 48px;
  padding: 12px 16px;
  background: #b39af0;
  border: 1px solid #b39af0;
  border-radius: 5px;
  color: #0b0e28;
  font: 500 17px/1.4 var(--body);
  box-shadow: none;
  transform: none;
  cursor: pointer;
}
.nb-section button:disabled {
  opacity: .5;
  cursor: default;
}
.nb-section .nb-load-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nb-section .nb-text-link,
.nb-section .nb-contact {
  color: var(--accent);
  background: none;
  border: 0;
  padding: 8px 0;
  font: 400 16px/1.5 var(--body);
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}
.nb-section .nb-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  inline-size: fit-content;
  margin: 10px auto 0;
}
.nb-section .nb-contact .icon {
  inline-size: 18px;
  block-size: 18px;
}
.nb-section .booking-form {
  margin: 0;
}
.nb-section .nb-summary {
  padding-block-end: 14px;
  border-block-end: 1px solid var(--line);
  line-height: 1.6;
  font-size: 17px;
  margin-block: 0;
}
.nb-section .nb-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
  margin-block: 14px 18px;
}
.nb-section .nb-fields label {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-inline-size: 0;
  font: 400 16px/1.5 var(--body);
}
.nb-section .nb-fields label:nth-child(n+3) {
  grid-column: 1/-1;
}
.nb-section .nb-fields input {
  inline-size: 100%;
  min-inline-size: 0;
  min-block-size: 46px;
  border: 1px solid #b39af066;
  border-radius: 5px;
  background: #0f142c;
  color: var(--ink);
  padding: 10px 12px;
  font: 400 17px/1.5 var(--body);
}
.nb-section .nb-fields input[aria-invalid=true] {
  border-color: #eca5a5;
}
.nb-section .nb-fields small {
  font-size: 14px;
  color: #f0b3b3;
}
.nb-section .nb-required {
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
  margin-block-end: 16px;
}
.nb-section [data-form-status] {
  color: var(--muted);
  margin-block-start: 16px;
  line-height: 1.6;
}
.nb-section [data-form-status]:empty {
  display: none;
}
.nb-section .nb-confirmation {
  padding-block: 20px;
  line-height: 1.6;
}
.nb-section [data-confirmation-status] {
  font-size: 23px;
}
.nb-section [data-confirmed-time] {
  margin-block-start: 16px;
  color: var(--muted);
}
.nb-section .nb-test-notice {
  font-size: 14px;
  color: var(--muted);
  padding-block: 10px;
}
.nb-section :is(button, a, input, select):focus-visible {
  outline: 2px solid #d6c3ff;
  outline-offset: 3px;
}
.nb-section .nb-fallback {
  color: var(--muted);
  line-height: 1.6;
}
.review.theme-v4 .section.nb-trial {
  padding: 0;
  container: trial / inline-size;
}
.review.theme-v4 .section.nb-trial > .wrap {
  inline-size: min(1152px, calc(100% - 112px));
  border-block: 1px solid var(--line);
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.review.theme-v4 .nb-trial h2 {
  font: 400 clamp(28px, 2.8vw, 38px)/1.2 var(--title);
  letter-spacing: -.025em;
  margin: 0;
}
.nb-trial p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  margin-block-start: 6px;
}
.review.theme-v4 .nb-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-shrink: 0;
  min-block-size: 48px;
  padding: 12px 22px;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  border-radius: 5px;
  font: 400 17px/1.4 var(--body);
  box-shadow: none;
  transform: none;
}
.review.theme-v4 .nb-footer {
  padding-block: 34px 20px;
  border-block-start: 0;
  container: footer / inline-size;
}
.review.theme-v4 .nb-footer > .wrap {
  inline-size: min(1152px, calc(100% - 112px));
}
.nb-footer .nb-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .85fr .95fr 1.1fr;
  gap: 32px;
  align-items: start;
}
.nb-footer .nb-footer-grid > div > p {
  margin-block-start: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--muted);
  max-inline-size: 25ch;
}
.review.theme-v4 .nb-footer h3 {
  font: 500 15px/1.5 var(--body);
  margin: 0 0 8px;
  color: var(--accent);
}
.nb-footer nav a {
  display: block;
  padding-block: 4px;
  color: var(--muted);
  font: 400 15px/1.5 var(--body);
}
.nb-footer nav a .icon {
  display: none;
}
.nb-footer .nb-copyright {
  border-block-start: 1px solid var(--line);
  margin-block-start: 26px;
  padding-block-start: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.nb-footer a:focus-visible,
.nb-trial a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}
@media (hover: hover) {
  .nb-section :is(.date-choice, .time-choice):not([aria-pressed=true]):hover {
    background: #272849;
  }
  .review.theme-v4 .nb-section .nb-primary:not(:disabled):hover {
    background: #c5b0ff;
    border-color: #c5b0ff;
  }
  .review.theme-v4 .nb-secondary:hover {
    background: #171c37;
  }
  .nb-footer a:hover {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .nb-section button,
  .nb-trial a,
  .nb-footer a {
    transition:
      background-color 180ms ease,
      color 180ms ease,
      border-color 180ms ease;
  }
}
@container closing (min-width:1041px) {
  .review.theme-v4 .nb-section h2:lang(fr) {
    white-space: pre-line;
  }
}
@container closing (max-width:1040px) {
  .nb-section .nb-layout {
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: 30px;
  }
  .review.theme-v4 .nb-section h2 {
    font-size: 44px;
  }
  .nb-section .nb-panel {
    padding: 24px 22px 16px;
  }
  .nb-section .nb-copy {
    padding-block-start: 8px;
  }
  .nb-section .nb-meta {
    gap: 12px;
  }
}
@container closing (max-width:760px) {
  .nb-section .nb-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .review.theme-v4 .nb-section h2 {
    font-size: clamp(34px, 7.5cqi, 42px);
    max-inline-size: 20ch;
  }
  .nb-section .nb-lead {
    margin-block-start: 18px;
  }
  .nb-section .nb-meta {
    margin-block-start: 18px;
    gap: 24px;
  }
}
@container closing (max-width:600px) {
  .review.theme-v4 .section.nb-section > .wrap {
    inline-size: calc(100% - 40px);
  }
  .nb-section .nb-panel {
    padding: 22px 16px 14px;
  }
  .nb-section .nb-kicker {
    font-size: 12px;
    letter-spacing: .18em;
  }
  .review.theme-v4 .nb-section .nb-panel h3 {
    font-size: 28px;
  }
  .nb-section .booking-progress {
    gap: 14px;
    font-size: 15px;
  }
  .nb-section .booking-progress li {
    gap: 8px;
  }
  .nb-section .nb-fields {
    grid-template-columns: minmax(0, 1fr);
  }
  .nb-section .booking-dates {
    gap: 6px;
  }
  .nb-section .date-choice {
    font-size: 14px;
    min-block-size: 68px;
  }
}
@container closing (max-width:359px) {
  .nb-section .booking-dates {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nb-section .booking-progress {
    gap: 10px;
    flex-direction: column;
  }
  .nb-section .time-choice {
    padding-inline: 6px;
  }
}
@container trial (max-width:760px) {
  .review.theme-v4 .section.nb-trial > .wrap {
    display: grid;
    justify-content: stretch;
    gap: 18px;
  }
  .nb-trial .nb-secondary {
    justify-self: start;
  }
}
@container trial (max-width:600px) {
  .review.theme-v4 .section.nb-trial > .wrap {
    inline-size: calc(100% - 40px);
  }
}
@container footer (max-width:980px) {
  .nb-footer .nb-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nb-footer .nb-footer-grid > div {
    grid-column: 1/-1;
  }
}
@container footer (max-width:600px) {
  .review.theme-v4 .nb-footer > .wrap {
    inline-size: calc(100% - 40px);
  }
  .nb-footer .nb-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .nb-footer nav:last-child {
    grid-column: 1/-1;
  }
}
