:root {
  --orange: #ee7211;
  --orange-dark: #d9490f;
  --cream: #fff7ef;
  --cream-2: #fdebdc;
  --black: #161616;
  --gray: #555;
  --border: #e6d6c8;
  --radius: 22px;
  --shadow: 0 18px 45px rgba(0, 0, 0, .12);
  --max: 1180px;
}


html {
  font-size: 90%;
}

@font-face {
  font-family: "Wild Mango";
  src:
    url("Wild Mango/WildMango.otf") format("opentype"),
    url("Wild Mango/WildMango.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Wild Mango Alt";
  src: url("Wild Mango/x Procreate Help/WildMangoAlt.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.font-wild-mango {
  font-family: "Wild Mango", cursive;
  font-weight: 400;
}

.font-wild-mango-alt {
  font-family: "Wild Mango Alt", "Wild Mango", cursive;
  font-weight: 400;
}

.text-creme,
.text-ludik-creme {
  color: #fff7ef;
}

.text-creme\/80,
.text-ludik-creme\/80 {
  color: rgba(255, 247, 239, .8);
}

.text-creme\/85,
.text-ludik-creme\/85 {
  color: rgba(255, 247, 239, .85);
}

.bg-creme,
.bg-ludik-creme {
  background-color: #fff7ef;
}

.text-sauge,
.text-ludik-sauge-dark {
  color: #5d7a63;
}

.bg-sauge,
.bg-ludik-sauge-dark {
  background-color: #5d7a63;
}

.bg-sauge\/10,
.bg-ludik-sauge-dark\/10 {
  background-color: rgba(93, 122, 99, .1);
}

.bg-sauge\/20,
.bg-ludik-sauge-dark\/20 {
  background-color: rgba(93, 122, 99, .2);
}

.text-orange,
.text-ludik-orange {
  color: #ee7211;
}

.bg-orange,
.bg-ludik-orange {
  background-color: #ee7211;
}

.bg-orange\/10,
.bg-ludik-orange\/10 {
  background-color: rgba(238, 114, 17, .1);
}

.bg-orange\/20,
.bg-ludik-orange\/20 {
  background-color: rgba(238, 114, 17, .2);
}

.border-orange,
.border-ludik-orange {
  border-color: #ee7211;
}

.text-mauve,
.text-ludik-purple {
  color: #9063cd;
}

.bg-mauve,
.bg-ludik-purple {
  background-color: #9063cd;
}

.bg-mauve\/10,
.bg-ludik-purple\/10 {
  background-color: rgba(144, 99, 205, .1);
}

.bg-mauve\/20,
.bg-ludik-purple\/20 {
  background-color: rgba(144, 99, 205, .2);
}

.border-mauve,
.border-ludik-purple {
  border-color: #9063cd;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter";
  color: var(--black);
  background: #f6f6f6;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  /*width: min(var(--max), calc(100% - 32px));*/
  /*margin: 22px auto;*/
  background: var(--cream);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.container {
  width: min(1330px, calc(100% - 40px));
  margin: 0 auto;
}

header {
  padding: 14px 0 12px;
}

.header-stack {
  display: grid;
  gap: 10px;
}

.tertiary-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 11px;
  font-weight: 800;
  color: #555;
  text-transform: uppercase;
}

.tertiary-menu a:hover {
  color: var(--orange-dark);
}

.tertiary-menu a.is-active,
.menu a.is-active:not(.btn),
.mobile-tertiary.is-active {
  color: #5d7a63;
}

.menu a.is-active:not(.btn) {
  text-decoration: underline;
  text-decoration-color: #5d7a63;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  width: clamp(112px, 19.6vw, 198px);
}

.logo img {
  width: 100%;
  height: auto;
}

/* .logo small {
      display: block;
      font-size: 12px;
      letter-spacing: 2px;
      text-align: center;
      margin-bottom: 8px;
    }

    .gogo span {
      display: block;
      font-size: 9px;
      letter-spacing: 2px;
      text-align: center;
      font-weight: 700;
      color: #555;
      border-top: 3px solid var(--orange);
      padding-top: 7px;
      margin-top: 8px;
    }*/

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 16px;
  font-family: "Wild Mango", cursive;
  font-weight: 400 !important;
}

.mobile-menu-divider,
.mobile-tertiary {
  display: none;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 26px;
  border-radius: 999px;
  border: 2px solid var(--orange);
  background: var(--orange);
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  line-height: 1.15;
}

.btn:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.menu .client-menu-icon {
  flex: 0 0 46px;
  width: 46px;
  min-height: 46px;
  padding: 0;
  border: 2px solid var(--orange);
  border-radius: 50%;
  background: transparent;
  color: var(--orange);
}

.menu .client-menu-icon:hover,
.menu .client-menu-icon:focus-visible,
.menu .client-menu-icon.is-active {
  border-color: var(--orange-dark);
  background: rgba(238, 114, 17, .08);
  color: var(--orange-dark);
}

.menu .client-menu-icon svg {
  width: 22px;
  height: 22px;
}

.btn.btn-secondary {
  background: transparent;
  border-color: #8b8b8b;
  color: #171717;
}

.btn.btn-secondary > .text-creme {
  color: currentColor;
}

.bg-ludik-black .btn.btn-secondary,
.bg-ludik-sage .btn.btn-secondary,
.bg-sauge .btn.btn-secondary,
.bg-quiz .btn.btn-secondary,
.quizy-showcase .btn.btn-secondary,
.packages-hero .btn.btn-secondary {
  border-color: rgba(255, 255, 255, .7);
  color: white;
}

.hamburger {
  display: none;
  border: 0;
  background: transparent;
  color: var(--black);
  font: inherit;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

h1 {
  margin: 0 0 24px;
  font-size: clamp(64px, 5vw, 54px);
  line-height: 1.05;
  letter-spacing: -1px;
  font-family: "Inter";
  font-weight: 600;
}

.orange {
  color: var(--orange);
}

.nowrap {
  white-space: nowrap;
}

.brush {
  width: 220px;
  height: 20px;
  background: url("images/ligne_peinture.png");
  border-radius: 999px;
  transform: rotate(-2deg);
  margin: 0 0 26px;
}

.lead {
  max-width: 360px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  font-weight: 400;
}

.actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.wave-section {
  background: var(--cream-2);
  border-top-left-radius: 50% 42px;
  border-top-right-radius: 50% 42px;
  padding: 42px 0 48px;
  position: relative;
}



.etapes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
}

.icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
}

.feature h3 {
  color: var(--orange);
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 18px;
}

.feature p {
  margin: 0;
  font-weight: 700;
  color: #333;
}

.orange-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 42px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.orange-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 42' preserveAspectRatio='none'%3E%3Cpath d='M-80 23 C80 -4 230 43 360 25 S590 6 720 22 S940 43 1080 13 S1280 21 1280 21' fill='none' stroke='%23ee7211' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.events {
  padding: 8px 0 34px;
}

.events h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.home-event-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.event-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: #fffaf5;
  min-height: 100px;
}

.event-img {
  background: linear-gradient(135deg, #1c1c1c, #f45a16);
}

.cms-img {
  background-position: center;
  background-size: cover;
}

.event-info {
  padding: 12px;
}

.event-info h3 {
  margin: 0 0 6px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.15;
}

.event-info p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.35;
  color: #333;
}

.cms-rich-content {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #333;
}

.cms-rich-content p,
.cms-rich-content ul,
.cms-rich-content ol,
.cms-rich-content blockquote {
  margin: 0 0 10px;
}

.cms-rich-content h2,
.cms-rich-content h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.2;
}

.cms-rich-content ul,
.cms-rich-content ol {
  padding-left: 20px;
}

.cms-rich-content a {
  color: var(--orange-dark);
  font-weight: 900;
  text-decoration: underline;
}

.event-list.full-width-events {
  grid-template-columns: 1fr;
}

.event-list.full-width-events .event-card {
  width: 100%;
  grid-template-columns: minmax(240px, 34%) 1fr;
  min-height: 260px;
}

.event-list.full-width-events .event-img {
  min-height: 260px;
}

.event-list.full-width-events .event-info {
  padding: 22px;
}

.event-list.full-width-events .event-info h3 {
  font-size: 24px;
  line-height: 1.1;
}

.date {
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.mini-btn {
  padding: 6px 9px;
  font-size: 10px;
  min-height: auto;
  border-radius: 6px;
}

.center {
  text-align: center;
  margin-top: 18px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--orange-dark);
}

.breadcrumb span[aria-current="page"] {
  color: #333;
}

.cms-archive {
  padding-top: 24px;
  min-height: 420px;
}

.cms-archive h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 32px;
}

.archive-grid {
  grid-template-columns: repeat(2, 1fr);
}

.content-page {
  padding: 24px 0 58px;
  min-height: 460px;
}

.content-page h1 {
  max-width: 820px;
  margin-bottom: 24px;
}

.content-page p {
  font-weight: 700;
  color: #333;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 28px;
  align-items: start;
}

.content-section {
  margin-top: 42px;
}

.inner-page {
  position: relative;
}

.inner-hero {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 26px;
  align-items: stretch;
  /*padding: 24px;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: #fff1e6;*/
  overflow: hidden;
  position: relative;
}


.inner-hero>* {
  position: relative;
  z-index: 1;
}

.inner-hero h1 {
  max-width: 720px;
}

.inner-hero p {
  max-width: 680px;
  font-weight: 800;
}

.inner-hero-media {
  min-height: 280px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .12);
}

.inner-hero-media .photo-placeholder {
  min-height: 280px;
  height: 100%;
}

.inner-hero-dark {
  background: #171717;
  color: white;
  border-color: transparent;
}

.inner-hero-dark h1,
.inner-hero-dark p {
  color: white;
}

.inner-hero-dark .eyebrow {
  color: var(--orange);
}

.inner-hero-dark::before {
  opacity: .9;
}

.inner-hero-dark .photo-placeholder {
  border-color: rgba(255, 255, 255, .22);
  background:
    linear-gradient(135deg, rgba(238, 114, 17, .44), rgba(94, 163, 64, .25)),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .08) 12px, rgba(255, 255, 255, .14) 12px, rgba(255, 255, 255, .14) 24px);
  color: white;
}

.inner-hero-warm {
  background: #fff4ea;
}

.inner-split {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 24px;
  align-items: start;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.info-panel {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
}

.info-panel h2 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.info-panel p,
.info-panel ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.info-panel li+li {
  margin-top: 8px;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  font-weight: 900;
}

.quizy-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 30px;
}

.quizy-stat-card {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 285px;
  padding: 28px 18px 32px;
  border: 4px solid var(--orange);
  border-radius: 18px;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, .08), transparent 28%),
    linear-gradient(155deg, rgba(255, 255, 255, .08), transparent 44%),
    #2d2630;
  color: white;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.quizy-stat-card img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin-bottom: 18px;
}

.quizy-stat-card strong {
  display: block;
  color: var(--orange);
  font-size: clamp(58px, 7vw, 78px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.quizy-stat-card span {
  display: block;
  margin-top: 6px;
  color: white;
  font-size: clamp(18px, 2.4vw, 25px);
  font-weight: 900;
  text-transform: uppercase;
}

.quizy-stat-card.is-players {
  border-color: #9063cd;
}

.quizy-stat-card.is-players strong {
  color: #9063cd;
}

.quizy-stat-card.is-time {
  border-color: #facf1e;
}

.quizy-stat-card.is-time strong {
  color: #facf1e;
}

.quizy-page {
  --quizy-dark: #171717;
  --quizy-yellow: #facf1e;
  --quizy-green: #9063cd;
}

.quizy-video-section {
  margin-top: 24px;
  border: 4px solid var(--quizy-dark);
  border-radius: 8px;
  background: var(--quizy-dark);
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .18);
}

.quizy-promo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--quizy-dark);
}

.quizy-hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
  /*padding: 30px;
      border-radius: 8px;
      background: var(--quizy-dark);
      color: white;*/
  overflow: hidden;
  position: relative;
}

/*.quizy-hero::before {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 8px;
      background: linear-gradient(90deg, var(--orange),var(--orange), var(--quizy-yellow), var(--quizy-green), var(--quizy-green));
    }*/

.quizy-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 12px 0;
}

.quizy-hero .eyebrow,
.quizy-highlight .eyebrow,
.quizy-themes-section .eyebrow {
  color: var(--orange);
}

.quizy-hero h1 {
  max-width: 620px;
  /*color: white;*/
}

/*.quizy-hero p {
      color: rgba(255,255,255,.88);
    }

    .quizy-hero .btn.btn-secondary {
      color: white;
      border-color: rgba(255,255,255,.72);
    }*/

.quizy-hero-media {
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  /*background: #000;*/
}

.quizy-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.quizy-score-card {
      position: absolute;
      right: 16px;
      bottom: 16px;
      display: grid;
      gap: 2px;
      min-width: 104px;
      padding: 12px 14px;
      border: 2px solid rgba(255,255,255,.75);
      border-radius: 8px;
      background: rgba(238,114,17,.92);
      color: white;
      box-shadow: 0 14px 30px rgba(0,0,0,.25);
      text-transform: uppercase;
    }
    .quizy-score-card span {
      font-size: 11px;
      font-weight: 900;
    }

    .quizy-score-card strong {
      font-size: 28px;
      line-height: 1;
    }*/


.quizy-page .quizy-stats {
  margin-top: 18px;
}

.quizy-highlight {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #1f1f1f;
  color: white;
}

.quizy-highlight h2 {
  color: white;
}

.quizy-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quizy-feature-list div {
  padding: 13px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  font-weight: 900;
}

.quizy-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.quizy-step {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
  position: relative;
  overflow: hidden;
}

.quizy-step span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--orange);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.quizy-step h2 {
  margin-bottom: 8px;
}

.quizy-step p {
  margin: 0;
}

.quizy-step.is-featured {
  background: var(--orange);
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 16px 34px rgba(217, 73, 15, .24);
}

.quizy-step.is-featured span,
.quizy-step.is-featured p {
  color: white;
}

.quizy-audience {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 26px;
  align-items: start;
}

.quizy-custom {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 26px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #171717;
  color: white;
  position: relative;
  overflow: hidden;
}

.quizy-custom::before {
  content: "EXTRA";
  position: absolute;
  right: 18px;
  top: 14px;
  color: rgba(255, 255, 255, .08);
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
}

.quizy-custom h2,
.quizy-custom p {
  color: white;
  position: relative;
  z-index: 1;
}

.quizy-custom .eyebrow {
  color: var(--quizy-yellow);
}

.quizy-custom-card {
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
}

.quizy-custom-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 18px;
  font-weight: 800;
}

.quizy-audience-card,
.quizy-warning {
  padding: 22px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.quizy-audience-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-weight: 900;
}

.quizy-audience-card li {
  padding-left: 18px;
  position: relative;
}

.quizy-audience-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.quizy-themes-section {
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
  overflow: hidden;
}

.quizy-themes-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.carousel-controls {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}

.carousel-btn {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}

.carousel-btn svg {
  pointer-events: none;
}

.carousel-btn:hover,
.carousel-btn:focus-visible {
  background: var(--orange);
  color: white;
  outline: 0;
}

.quizy-theme-carousel {
  --theme-gap: 14px;
  display: flex;
  gap: var(--theme-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 2px;
  padding: 2px 2px 10px;
  scrollbar-width: none;
}

.quizy-theme-carousel::-webkit-scrollbar {
  display: none;
}



.quizy-theme-slide {
  flex: 0 0 calc((100% - (var(--theme-gap) * 3)) / 4);
  scroll-snap-align: start;
  overflow: hidden;
}

.quizy-theme-slide img {
  display: block;
  width: 100%;
    border-radius:5px;
}

.home-quiz-carousel {
  min-width: 0;
}

.home-quiz-carousel .quizy-theme-carousel {
  --theme-gap: 14px;
  padding-bottom: 2px;
}

.home-quiz-carousel .quizy-theme-slide {
  flex-basis: 80%;
}

@media (min-width: 900px) {
  .home-quiz-carousel .quizy-theme-slide {
    flex-basis: calc((80% - (var(--theme-gap) * 2)) / 2);
  }
}

.home-quiz-carousel .carousel-btn {
  background: transparent;
  color: white;
  border-color: rgba(255, 255, 255, .5);
}

.home-quiz-carousel .carousel-btn:hover,
.home-quiz-carousel .carousel-btn:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
}

.quizy-v2-theme-carousel {
  min-width: 0;
}

.quizy-v2-theme-carousel .quizy-theme-carousel {
  --theme-gap: 14px;
  padding-bottom: 2px;
}

.quizy-v2-theme-carousel .quizy-theme-slide {
  flex-basis: 78%;
}

@media (min-width: 700px) {
  .quizy-v2-theme-carousel .quizy-theme-slide {
    flex-basis: calc((100% - (var(--theme-gap) * 2)) / 3);
  }
}

@media (min-width: 1100px) {
  .quizy-v2-theme-carousel .quizy-theme-slide {
    flex-basis: calc((100% - (var(--theme-gap) * 4)) / 5);
  }
}

.ceramic-model-carousel {
  min-width: 0;
}

.ceramic-model-carousel .quizy-theme-carousel {
  --theme-gap: 14px;
  padding-bottom: 2px;
}

.ceramic-model-carousel .quizy-theme-slide {
  flex-basis: 78%;
}

@media (min-width: 640px) {
  .ceramic-model-carousel .quizy-theme-slide {
    flex-basis: calc((100% - var(--theme-gap)) / 2);
  }
}

@media (min-width: 900px) {
  .ceramic-model-carousel .quizy-theme-slide {
    flex-basis: calc((100% - (var(--theme-gap) * 3)) / 4);
  }
}

@media (min-width: 1200px) {
  .ceramic-model-carousel .quizy-theme-slide {
    flex-basis: calc((100% - (var(--theme-gap) * 5)) / 6);
  }
}

.quizy-warning {
  border-left: 6px solid var(--orange);
}

.quizy-page {
  background: #fffaf5;
}

.quizy-showcase {
  margin-top: 16px;
  padding: 54px 0 82px;
  background:
    radial-gradient(circle at 82% 16%, rgba(144, 99, 205, .45), transparent 24%),
    radial-gradient(circle at 68% 82%, rgba(238, 114, 17, .28), transparent 28%),
    linear-gradient(135deg, #050407 0%, #111018 48%, #050407 100%);
  color: white;
  overflow: hidden;
  position: relative;
}

.quizy-showcase::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 58px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 58' preserveAspectRatio='none'%3E%3Cpath d='M0 21 C170 69 310 14 500 39 S880 56 1200 12 L1200 58 L0 58 Z' fill='%23fffaf5'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
}

.quizy-showcase-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.quizy-showcase-copy h1 {
  max-width: 620px;
  color: white;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .98;
  text-transform: uppercase;
}

.quizy-showcase-copy h1 span {
  color: var(--orange);
}

.quizy-showcase-copy p {
  max-width: 560px;
  color: rgba(255, 255, 255, .88);
}

.quizy-showcase-copy .btn.btn-secondary {
  color: white;
  border-color: rgba(255, 255, 255, .78);
}

.quizy-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 18px;
}

.quizy-mini-points strong {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quizy-note {
  padding-left: 18px;
  border-left: 4px solid var(--orange);
  font-weight: 900;
}

.quizy-hero-video-wrap {
  min-height: 450px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #050407;
  box-shadow: 0 28px 58px rgba(0, 0, 0, .45);
}

.quizy-hero-video-wrap::before,
.quizy-hero-video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.quizy-hero-video-wrap::before {
  background:
    linear-gradient(90deg, #050407 0%, rgba(5, 4, 7, .45) 18%, transparent 42%),
    radial-gradient(circle at center, transparent 42%, rgba(5, 4, 7, .86) 100%);
}

.quizy-hero-video-wrap::after {
  box-shadow: inset 0 0 82px 42px rgba(5, 4, 7, .96);
}

.quizy-hero-video {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
  display: block;
  opacity: .96;
}

.quizy-stats-ribbon {
  margin-top: -48px;
  padding: 24px;
  border-radius: 18px;
  background: white;
  box-shadow: 0 22px 50px rgba(0, 0, 0, .16);
  position: relative;
  z-index: 3;
}

.quizy-stats-ribbon .quizy-stat-card {
  min-height: 128px;
  grid-template-columns: 76px auto;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 18px;
  padding: 12px 24px;
  border: 0;
  border-right: 1px solid #edd9c9;
  border-radius: 0;
  background: transparent;
  color: #171717;
  box-shadow: none;
  text-align: left;
}

.quizy-stats-ribbon .quizy-stat-card:last-child {
  border-right: 0;
}

.quizy-stats-ribbon .quizy-stat-card img {
  width: 66px;
  height: 66px;
  margin: 0;
}

.quizy-stats-ribbon .quizy-stat-card strong {
  font-size: clamp(46px, 5vw, 64px);
}

.quizy-stats-ribbon .quizy-stat-card span {
  color: #171717;
  font-size: 13px;
}

.quizy-audience-grid>.eyebrow,
.quizy-audience-grid>h2,
.quizy-steps-showcase>.eyebrow,
.quizy-steps-showcase>h2 {
  text-align: center;
}

.quizy-card-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.quizy-card-row article {
  min-height: 170px;
  padding: 22px;
  border: 1px solid #f0d8c4;
  border-radius: 12px;
  background: white;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.quizy-icon-placeholder,
.quizy-love-grid span {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  border: 1px dashed currentColor;
  border-radius: 50%;
  color: var(--orange);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.quizy-card-row h3,
.quizy-steps-line h3,
.quizy-love-grid h3 {
  margin: 0 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.quizy-card-row p,
.quizy-steps-line p,
.quizy-love-grid p {
  margin: 0;
}

.quizy-steps-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 18px;
  align-items: start;
}

.quizy-steps-line article {
  display: grid;
  grid-template-columns: 118px 44px 1fr;
  gap: 16px;
  align-items: center;
}

.quizy-steps-line img {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
}

.quizy-steps-line span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #6334b5;
  color: white;
  font-weight: 900;
}

.quizy-love-band {
  padding: 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #170726, #2f0d55 58%, #171717);
  color: white;
}

.quizy-love-band h2,
.quizy-love-grid h3,
.quizy-love-grid p {
  color: white;
}

.quizy-love-band>h2 {
  text-align: center;
  margin-bottom: 18px;
}

.quizy-love-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.quizy-love-grid span {
  color: #facf1e;
}

.quizy-themes-layout {
  display: grid;
  grid-template-columns: .35fr 1fr;
  gap: 24px;
  align-items: center;
}

.quizy-themes-intro p:last-child {
  font-family: cursive;
  font-size: 18px;
}

.quizy-themes-layout .carousel-controls {
  justify-content: flex-end;
  margin-bottom: 12px;
}

.quizy-offer-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 28px;
  align-items: stretch;
}

.quizy-offer-grid .quizy-custom {
  grid-template-columns: 1fr .72fr;
  min-height: 330px;
  padding: 28px;
  border-radius: 14px;
}

.quizy-custom img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.quizy-custom ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 22px;
  padding-left: 18px;
  color: white;
  font-weight: 900;
}

.quizy-pricing-card {
  height: 100%;
  padding: 28px;
  border-radius: 14px;
  background: white;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .1);
}

.quizy-review-strip {
  display: grid;
  grid-template-columns: .55fr repeat(3, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 14px;
  background: #fff1e6;
}

.quizy-review-strip h2 {
  margin: 0;
}

.quizy-review-strip strong {
  color: var(--orange);
  letter-spacing: 0;
}

.quizy-bottom-cta {
  margin-top: 42px;
  padding: 52px 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 7, .96), rgba(5, 4, 7, .72)),
    url("images/image_cover_site-quizy.png") center / cover no-repeat;
  color: white;
}

.quizy-bottom-cta h2,
.quizy-bottom-cta p {
  max-width: 620px;
  color: white;
}

.ceramic-page {
  --ceramic-green: #7f752e;
  --ceramic-pink: #f7b7a3;
  --ceramic-ink: #222;
}

.ceramic-hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}


.ceramic-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 12px 0 24px;
}

.ceramic-hero h1 {
  max-width: 560px;
}

.ceramic-hero .handwritten-word {
  color: var(--orange);
}

.ceramic-hero-media {
  min-height: 430px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .16);
}

.ceramic-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ceramic-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 28px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 42px max(34px, calc((100vw - 1040px) / 2 + 34px)) 50px;
  border-top-left-radius: 50% 38px;
  border-top-right-radius: 50% 38px;
  background: var(--cream-2);
  position: relative;
  overflow: visible;
}

.ceramic-stats::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 42px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 42' preserveAspectRatio='none'%3E%3Cpath d='M-80 27 C80 0 230 47 360 29 S590 10 720 26 S940 47 1080 17 S1280 25 1280 25 L1280 42 L-80 42 Z' fill='%23fff7ef'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 1;
}

.ceramic-stats::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 42px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 42' preserveAspectRatio='none'%3E%3Cpath d='M-80 23 C80 -4 230 43 360 25 S590 6 720 22 S940 43 1080 13 S1280 21 1280 21' fill='none' stroke='%23ee7211' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 2;
}

.ceramic-stats .feature {
  position: relative;
  z-index: 3;
}

.ceramic-highlight {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: var(--ceramic-green);
  color: white;
}

.ceramic-highlight h2,
.ceramic-highlight p {
  color: white;
}

.ceramic-highlight .eyebrow {
  color: #ffe1d2;
}

.ceramic-process-section {
  margin-top: 48px;
  margin-bottom: 54px;
  padding: 34px 28px 0;
  border-radius: 8px;
  background: #7f8f72;
  color: white;
  overflow: visible;
  position: relative;
}

.ceramic-process-section>h2,
.ceramic-process-section .eyebrow {
  color: white;
}

.ceramic-process-section>h2 {
  max-width: 560px;
  margin-bottom: 18px;
}

.ceramic-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  transform: translateY(28px);
}

.ceramic-step {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .14);
}

.ceramic-step span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--ceramic-green);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.ceramic-step h2 {
  margin-bottom: 8px;
  font-size: 18px;
  color: var(--black);
}

.ceramic-step p {
  margin: 0;
}

.ceramic-step:nth-child(even) {
  transform: translateY(-18px);
}

.ceramic-step.is-featured {
  background: var(--orange);
  color: white;
  transform: translateY(-28px);
  box-shadow: 0 16px 34px rgba(217, 73, 15, .22);
}

.ceramic-step.is-featured span,
.ceramic-step.is-featured h2,
.ceramic-step.is-featured p {
  color: white;
}

.ceramic-audience {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 26px;
  align-items: start;
}

.ceramic-audience-card {
  padding: 22px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.ceramic-audience-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-weight: 900;
}

.ceramic-audience-card li {
  padding-left: 18px;
  position: relative;
}

.ceramic-audience-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ceramic-green);
}

.ceramic-extra {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #171717;
  color: white;
}

.ceramic-extra h2,
.ceramic-extra p {
  color: white;
}

.ceramic-extra .eyebrow {
  color: var(--ceramic-pink);
}

.packages-page {
  --package-dark: #171717;
  --package-green: #7f752e;
  --package-yellow: #facf1e;
}

.packages-hero {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: var(--package-dark);
  color: white;
  position: relative;
  overflow: hidden;
}

.packages-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--orange), var(--package-yellow), var(--package-green));
}

.packages-hero h1,
.packages-hero p {
  color: white;
}

.packages-hero .btn.btn-secondary {
  color: white;
  border-color: rgba(255, 255, 255, .7);
}

.packages-hero-media {
  min-height: 340px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, .08);
}

.packages-hero-media>.photo-placeholder {
  min-height: 340px;
  border-color: rgba(255, 255, 255, .24);
  background:
    linear-gradient(135deg, rgba(238, 114, 17, .45), rgba(94, 163, 64, .28)),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .08) 12px, rgba(255, 255, 255, .13) 12px, rgba(255, 255, 255, .13) 24px);
  color: white;
}

.packages-hero-card {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: min(210px, calc(100% - 32px));
  padding: 22px;
  border-radius: 8px;
  background: rgba(23, 23, 23, .82);
  border: 1px solid rgba(255, 255, 255, .22);
  text-align: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

.photo-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  min-height: 190px;
  padding: 18px;
  border: 1px dashed #d7b89f;
  border-radius: 8px;
  background: repeating-linear-gradient(-45deg,
      #fffaf5,
      #fffaf5 12px,
      #fff2e8 12px,
      #fff2e8 24px);
  color: #7a5a45;
  text-align: center;
}

.photo-placeholder strong {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-placeholder span {
  max-width: 260px;
  font-size: 12px;
  font-weight: 800;
}

.signature-photo-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  align-items: stretch;
  padding: 0;
}

.signature-photo-band .photo-placeholder {
  min-height: 260px;
  aspect-ratio: 4 / 3;
  border: 0;
  color: white;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .12);
}

.signature-photo-band .photo-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(23, 23, 23, .2), rgba(23, 23, 23, .72)),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .14) 12px, rgba(255, 255, 255, .22) 12px, rgba(255, 255, 255, .22) 24px);
  z-index: 0;
}

.signature-photo-band .photo-placeholder strong,
.signature-photo-band .photo-placeholder span {
  position: relative;
  z-index: 1;
}

.quizy-photo-band .photo-placeholder {
  background: #171717;
}

.quizy-photo-band .photo-placeholder::before {
  background:
    linear-gradient(135deg, rgba(238, 114, 17, .72), rgba(23, 23, 23, .82)),
    repeating-linear-gradient(-45deg, rgba(250, 207, 30, .18), rgba(250, 207, 30, .18) 12px, rgba(144, 99, 205, .24) 12px, rgba(144, 99, 205, .24) 24px);
}

.ceramic-photo-band .photo-placeholder {
  background: #7f752e;
}

.ceramic-photo-band .photo-placeholder::before {
  background:
    linear-gradient(135deg, rgba(94, 163, 64, .75), rgba(217, 73, 15, .58)),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .18) 12px, rgba(255, 241, 230, .3) 12px, rgba(255, 241, 230, .3) 24px);
}

.signature-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-radius: 8px;
  color: white;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .16);
}

.signature-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background: url("images/ligne_peinture.png") center / 420px auto repeat;
  pointer-events: none;
}

.signature-cta>* {
  position: relative;
  z-index: 1;
}

.signature-cta h2,
.signature-cta p {
  color: white;
}

.signature-cta p {
  margin-bottom: 0;
}

.signature-cta .eyebrow {
  color: #ffe1d2;
}

.quizy-signature-cta {
  background: linear-gradient(135deg, #171717, #3b2760 56%, #d9490f);
}

.ceramic-signature-cta {
  background: linear-gradient(135deg, #7f752e, #d9490f 72%);
}

.packages-hero-card span {
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.packages-hero-card strong {
  display: block;
  margin: 8px 0;
  color: var(--package-yellow);
  font-size: 48px;
  line-height: 1;
}

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

.package-card,
.package-detail {
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

.package-card {
  display: grid;
  align-content: start;
}

.package-photo {
  margin: -20px -20px 16px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.package-photo .photo-placeholder {
  min-height: 170px;
  border: 0;
  border-radius: 0;
}

.package-photo img {
  display: block;
  width: 100%;
  min-height: 170px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.package-card.is-featured {
  background: var(--orange);
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 16px 34px rgba(217, 73, 15, .24);
}

.package-card.is-featured .package-photo .photo-placeholder {
  background:
    linear-gradient(135deg, rgba(23, 23, 23, .38), rgba(250, 207, 30, .22)),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .16) 12px, rgba(255, 255, 255, .24) 12px, rgba(255, 255, 255, .24) 24px);
  color: white;
}

.package-card.is-featured p,
.package-card.is-featured strong,
.package-card.is-featured li {
  color: white;
}

.package-tag {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(238, 114, 17, .12);
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card.is-featured .package-tag {
  background: rgba(255, 255, 255, .18);
  color: white;
}

.package-card strong {
  display: block;
  margin: 14px 0;
  color: var(--orange);
  font-size: 20px;
  font-weight: 900;
}

.package-card ul,
.package-detail ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  font-weight: 800;
}

.package-audience {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.package-audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.package-audience-list div {
  padding: 12px;
  border-radius: 8px;
  background: #fff4ea;
  font-weight: 900;
}

.package-photo-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  gap: 14px;
}

.package-photo-band .photo-placeholder:nth-child(1) {
  min-height: 250px;
}

.package-photo-band .photo-placeholder:nth-child(2) {
  min-height: 210px;
  align-self: end;
}

.package-photo-band .photo-placeholder:nth-child(3) {
  min-height: 230px;
}

.package-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.package-detail {
  background: white;
}

.package-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: var(--package-green);
  color: white;
}

.package-cta h2,
.package-cta p {
  color: white;
}

.package-cta .eyebrow {
  color: #fff1d0;
}

.info-parking {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.info-callout {
  padding: 20px;
  border-radius: 8px;
  background: #171717;
  color: white;
}

.info-callout h2,
.info-callout li {
  color: white;
}

.info-callout ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  font-weight: 800;
}

.parking-details {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 24px;
  align-items: stretch;
}

.parking-holidays,
.parking-app {
  padding: 22px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: white;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.parking-holidays ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  margin: 0;
  padding-left: 18px;
  color: #333;
  font-weight: 700;
}

.parking-app {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: center;
  background: #171717;
  color: white;
}

.parking-app h2,
.parking-app p {
  color: white;
}

.parking-app .eyebrow {
  color: #facf1e;
}

.parking-app-icon {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.store-buttons a {
  display: inline-flex;
  line-height: 0;
}

.store-buttons img {
  width: auto;
  height: 42px;
  max-width: 150px;
  border-radius: 6px;
  object-fit: contain;
}

.contact-app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.contact-app-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 10px 16px;
  border: 2px solid #171717;
  border-radius: 8px;
  background: transparent;
  color: #171717;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.contact-app-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: currentColor;
  flex: 0 0 auto;
}

.contact-app-icon i {
  font-size: 24px;
}

.contact-app-button small,
.contact-app-button strong {
  display: block;
  line-height: 1;
}

.contact-app-button small {
  margin-bottom: 3px;
  color: currentColor;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .78;
}

.contact-app-button strong {
  color: currentColor;
  font-size: 17px;
  font-weight: 1000;
}

.contact-app-button:hover,
.contact-app-button:focus-visible {
  background: #171717;
  color: white;
  border-color: #171717;
}

.contact-parking-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--orange);
  font-weight: 900;
  text-decoration: none;
}

.contact-parking-link:hover,
.contact-parking-link:focus-visible {
  color: #171717;
}

.info-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.info-step {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
}

.info-step span {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--orange);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.info-step h2 {
  margin-bottom: 8px;
  font-size: 18px;
}

.info-step p {
  margin: 0;
}

.info-step.is-featured {
  background: var(--orange);
  color: white;
  box-shadow: 0 16px 34px rgba(217, 73, 15, .22);
}

.info-step.is-featured span,
.info-step.is-featured p {
  color: white;
}

.info-client-space {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #7f752e;
  color: white;
}

.info-client-space h2,
.info-client-space p {
  color: white;
}

.info-client-space .eyebrow {
  color: #fff1d0;
}

.booking-section {
  scroll-margin-top: 24px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.booking-section h2,
.booking-card h2 {
  margin: 0 0 16px;
  font-size: 24px;
  text-transform: uppercase;
}

.pricing-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

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

.pricing-card {
  padding: 16px;
  border-radius: 8px;
  background: #fff4ea;
  border: 1px solid rgba(238, 114, 17, .25);
}

.pricing-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #555;
}

.pricing-card strong {
  display: block;
  color: var(--orange);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.pricing-card p {
  margin: 8px 0 0;
  font-size: 12px;
}

.pricing-card.is-featured {
  background: var(--orange);
  color: white;
}

.pricing-card.is-featured span,
.pricing-card.is-featured strong,
.pricing-card.is-featured p {
  color: white;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.booking-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
}

.booking-card-head .eyebrow {
  margin-bottom: 6px;
}

.bookeo-embed {
  min-height: 520px;
  border: 1px dashed #d7b89f;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.bookeo-embed iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}

.bookeo-placeholder {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 22px;
  color: #7a5a45;
  font-weight: 900;
  text-align: center;
  background: repeating-linear-gradient(-45deg,
      #fffaf5,
      #fffaf5 12px,
      #fff2e8 12px,
      #fff2e8 24px);
}

.client-page {
  padding: 34px 0 58px;
  min-height: 520px;
}

.client-auth,
.client-account-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 28px;
  align-items: start;
}

.client-form {
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
}

.delivery-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.delivery-fields[hidden] {
  display: none;
}

.client-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.client-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.client-orders,
.bisque-list,
.admin-bisque-list {
  display: grid;
  gap: 16px;
}

.client-order-card,
.bisque-card,
.admin-bisque-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffaf5;
}

.client-order-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.client-reservation-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  max-width: 360px;
  text-align: right;
}

.client-reservation-actions > .admin-badge {
  grid-column: 1 / -1;
  justify-self: end;
}

.client-reservation-actions form { margin: 0; }
.client-reservation-actions .btn:disabled {
  border-color: #e8e5e0;
  background: #f5f3f0;
  color: #b9b4ad;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8' fill='white' stroke='%23d93025' stroke-width='2.5'/%3E%3Cpath d='M6.5 17.5 17.5 6.5' stroke='%23d93025' stroke-width='2.5'/%3E%3C/svg%3E") 12 12, not-allowed;
  opacity: .72;
}

.client-cancellation-notice {
  grid-column: 1 / -1;
  padding: 9px 11px;
  border: 1px solid #e9a14d;
  border-radius: 7px;
  background: #fff0dc;
  color: #874716;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .client-reservation-actions {
    justify-content: flex-start;
    max-width: none;
    text-align: left;
  }

  .client-reservation-actions > .admin-badge {
    justify-self: start;
  }
}

.client-order-card h2,
.bisque-card h2,
.admin-bisque-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.client-order-card p,
.bisque-card p,
.admin-bisque-card p {
  margin: 0 0 8px;
  font-weight: 700;
  color: #333;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill.is-broken {
  background: #9b1c1c;
}

.status-pill.status-registered {
  background: #6b7280;
}

.status-pill.status-in_progress {
  background: #2563eb;
}

.status-pill.status-kiln {
  background: #c2410c;
}

.status-pill.status-ready {
  background: #15803d;
}

.status-pill.status-shipping {
  background: #7c3aed;
}

.status-pill.status-picked_up {
  background: #334155;
}

.status-pill.status-broken {
  background: #9b1c1c;
}

.bisque-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 16px 0 12px;
  padding: 0;
  list-style: none;
}

.bisque-progress.is-delivery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bisque-progress-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #7a7068;
  text-align: center;
}

.bisque-progress-step::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 50%;
  height: 3px;
  background: #ded4ca;
}

.bisque-progress-step::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  right: 0;
  height: 3px;
  background: #ded4ca;
}

.bisque-progress-step:first-child::before,
.bisque-progress-step:last-child::after {
  display: none;
}

.bisque-progress-step.is-complete::before,
.bisque-progress-step.is-complete::after,
.bisque-progress-step.is-current::before {
  background: var(--orange);
}

.bisque-progress-dot {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  aspect-ratio: 1;
  border: 2px solid #ded4ca;
  border-radius: 50%;
  background: #fffaf5;
  color: #7a7068;
  font-size: 13px;
  font-weight: 900;
}

.bisque-progress-step.is-complete .bisque-progress-dot,
.bisque-progress-step.is-current .bisque-progress-dot {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}

.bisque-progress-step.is-current .bisque-progress-dot {
  box-shadow: 0 0 0 4px rgba(238, 114, 17, .18);
}

.bisque-progress-label {
  max-width: 120px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.bisque-progress-step.is-complete,
.bisque-progress-step.is-current {
  color: #2f261f;
}

.tracking-link {
  display: block;
  margin: 6px auto 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--orange);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.tracking-link:hover,
.tracking-link:focus-visible {
  color: #171717;
}

.tracking-link:focus-visible {
  outline: 2px solid rgba(238, 114, 17, .25);
  outline-offset: 3px;
  border-radius: 4px;
}

.tracking-modal {
  position: fixed;
  inset: 0;
  z-index: 600;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(23, 23, 23, .72);
}

.tracking-modal[hidden] {
  display: none;
}

.tracking-modal-card {
  position: relative;
  width: min(440px, 100%);
  border-radius: 8px;
  padding: 26px;
  background: #fffaf5;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.tracking-modal-card h2 {
  margin: 0 0 18px;
  font-size: 28px;
}

.tracking-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: white;
  color: #171717;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.tracking-modal-close:hover,
.tracking-modal-close:focus-visible {
  border-color: var(--orange);
  color: var(--orange);
}

.tracking-details {
  display: grid;
  gap: 14px;
  margin: 0;
}

.tracking-details div {
  display: grid;
  gap: 5px;
}

.tracking-details dt {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #6f6258;
}

.tracking-details dd {
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.delivery-label {
  display: inline-flex;
  width: fit-content;
  margin: 8px 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: #171717;
  color: white;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.bisque-photo-grid,
.admin-bisque-photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bisque-photo-grid img,
.admin-bisque-photos img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.admin-bisque-photos figure {
  margin: 0;
}

.admin-bisque-photos figcaption {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  color: #555;
}

.admin-photo-visibility {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 900;
  text-transform: none;
}

.admin-photo-visibility input {
  width: auto;
}

.admin-status-form {
  grid-template-columns: 180px 1fr auto;
  align-items: end;
}

.admin-form select {
  width: 100%;
  border: 1px solid #cfc7bf;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  font-size: 16px;
  background: #fff;
}

.testimonial {
  background: var(--orange);
  color: white;
  padding: 28px 0;
  position: relative;
}

.testimonial .container {
  display: grid;
  grid-template-columns: .55fr 1.55fr .7fr;
  gap: 28px;
  align-items: center;
}

.testimonial h3 {
  margin: 0;
  text-transform: uppercase;
}

.testimonial-list {
  display: grid;
  gap: 14px;
}

.testimonial-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px 16px;
  align-items: center;
}

.testimonial-avatar {
  grid-row: span 2;
  width: 64px;
  aspect-ratio: 1;
  border: 3px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
  object-fit: cover;
  background: white;
  color: var(--orange-dark);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.testimonial-avatar-fallback {
  display: grid;
  place-items: center;
  font-size: 24px;
  font-weight: 900;
}

.testimonial-card blockquote {
  margin: 0;
  font-weight: 800;
  line-height: 1.35;
}

.testimonial-card cite {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: .92;
}

.social {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.social-icons a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 255, 255, .85);
  border-radius: 999px;
  color: white;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.social-icons a:hover {
  background: white;
  color: var(--orange-dark);
  transform: translateY(-2px);
}

.social-icons svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.social-icons i {
  font-size: 17px;
  line-height: 1;
}

footer {
  padding: 24px 0 14px;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.footer-logo {
  width: clamp(150px, 20vw, 210px);
}

.footer-main .footer-client-button {
  width: auto;
}

.footer-social-icons {
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr 1.4fr;
  gap: 34px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 22px;
}

footer h4 {
  margin: 0 0 8px;
  font-size: 13px;
  text-transform: uppercase;
}

footer p,
footer li {
  margin: 0;
  font-size: 12px;
  color: #333;
  font-weight: 700;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}



@media (max-width: 900px) {
  .page {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .container {
    width: min(430px, calc(100% - 36px));
  }

  header {
    padding-top: 30px;
  }

  .header-stack {
    gap: 14px;
  }

  .tertiary-menu {
    display: none;
  }

  .nav {
    position: relative;
    flex-wrap: wrap;
  }

  .menu {
    display: none;
    width: 100%;
    padding: 18px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fffaf5;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
  }

  .menu.is-open {
    display: grid;
    gap: 14px;
  }

  .mobile-menu-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 2px 0;
    background: var(--border);
  }

  .mobile-tertiary {
    display: block;
    color: #555;
    font-size: 12px;
  }

  .menu .btn {
    margin-top: 4px;
  }

  .menu .client-menu-icon {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .logo {
    width: clamp(150px, 52vw, 240px);
  }

  h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .lead {
    font-size: 15px;
    max-width: none;
  }

  .actions {
    display: grid;
    gap: 10px;
  }

  .btn {
    width: 100%;
    min-height: 44px;
  }

  .wave-section {
    padding-top: 44px;
    padding-bottom: 56px;
    border-top-left-radius: 50% 24px;
    border-top-right-radius: 50% 24px;
  }

  .feature {
    grid-template-columns: 52px 1fr;
  }

  .feature h3 {
    font-size: 15px;
  }

  .feature p {
    font-size: 14px;
  }

  .orange-line {
    bottom: -14px;
    height: 34px;
  }

  .wave-section::after {
    bottom: -14px;
    height: 34px;
  }

  .event-list {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }

  .home-event-list {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .event-card {
    min-width: 210px;
    scroll-snap-align: start;
    grid-template-columns: 82px 1fr;
  }

  .home-event-list .event-card {
    min-width: 0;
  }

  .archive-grid {
    display: grid;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .archive-grid .event-card {
    min-width: 0;
  }

  .full-width-events .event-card {
    grid-template-columns: 1fr;
  }

  .events h2 {
    font-size: 22px;
  }

  .center .btn {
    width: 100%;
    background: transparent;
    color: var(--black);
    border-color: #777;
  }

  .content-page {
    padding-top: 34px;
  }

  .content-grid,
  .card-grid,
  .booking-grid,
  .inner-hero,
  .inner-split,
  .quizy-stats,
  .quizy-hero,
  .quizy-showcase-grid,
  .quizy-highlight,
  .quizy-feature-list,
  .quizy-step-grid,
  .quizy-audience,
  .quizy-custom,
  .quizy-card-row,
  .quizy-steps-line,
  .quizy-love-grid,
  .quizy-themes-layout,
  .quizy-offer-grid,
  .quizy-review-strip,
  .signature-photo-band,
  .signature-cta,
  .ceramic-hero,
  .ceramic-stats,
  .ceramic-highlight,
  .ceramic-step-grid,
  .ceramic-audience,
  .pricing-section,
  .pricing-grid,
  .packages-hero,
  .package-grid,
  .package-audience,
  .package-audience-list,
  .package-detail-grid,
  .package-photo-band,
  .info-parking,
  .parking-details,
  .parking-holidays ul,
  .info-process-grid {
    grid-template-columns: 1fr;
  }

  .quizy-hero {
    padding: 18px;
  }

  .quizy-hero-media {
    min-height: 260px;
  }

  .quizy-showcase {
    padding: 34px 0 72px;
  }

  .quizy-showcase-grid {
    gap: 26px;
  }

  .quizy-showcase-copy h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .quizy-hero-video-wrap,
  .quizy-hero-video {
    min-height: 280px;
  }

  .quizy-stats-ribbon {
    margin-top: -36px;
    padding: 16px;
  }

  .quizy-stats-ribbon .quizy-stat-card {
    grid-template-columns: 64px 1fr;
    justify-content: start;
    min-height: 96px;
    padding: 14px 8px;
    border-right: 0;
    border-bottom: 1px solid #edd9c9;
  }

  .quizy-stats-ribbon .quizy-stat-card:last-child {
    border-bottom: 0;
  }

  .quizy-stats-ribbon .quizy-stat-card img {
    width: 54px;
    height: 54px;
  }

  .quizy-card-row,
  .quizy-love-grid {
    gap: 12px;
  }

  .quizy-steps-line article {
    grid-template-columns: 88px 38px 1fr;
    gap: 12px;
  }

  .quizy-steps-line img {
    width: 88px;
  }

  .quizy-themes-layout .carousel-controls {
    justify-content: flex-start;
  }

  .quizy-offer-grid .quizy-custom {
    grid-template-columns: 1fr;
  }

  .quizy-review-strip {
    align-items: start;
  }

  .quizy-video-section {
    margin-top: 18px;
    border-width: 3px;
  }

  .quizy-stat-card {
    min-height: 230px;
    padding: 24px 16px 28px;
  }

  .quizy-stat-card img {
    width: 96px;
    height: 96px;
  }

  .quizy-stats-ribbon .quizy-stat-card {
    min-height: 96px;
    padding: 14px 8px;
  }

  .quizy-stats-ribbon .quizy-stat-card img {
    width: 54px;
    height: 54px;
  }

  .quizy-themes-header {
    align-items: start;
  }

  .quizy-theme-carousel {
    --theme-gap: 12px;
  }

  .quizy-theme-slide {
    flex-basis: calc((100% - var(--theme-gap)) / 2);
  }

  .signature-photo-band .photo-placeholder,
  .signature-photo-band .photo-placeholder:nth-child(2),
  .signature-photo-band .photo-placeholder:nth-child(3) {
    min-height: 190px;
    align-self: stretch;
  }

  .signature-cta {
    padding: 22px;
  }

  .quizy-step.is-featured {
    transform: none;
  }

  .ceramic-hero {
    padding: 18px;
  }

  .ceramic-hero-media {
    min-height: 260px;
  }

  .ceramic-process-section {
    margin-top: 34px;
    margin-bottom: 28px;
    padding: 28px 18px 22px;
  }

  .ceramic-step-grid {
    transform: none;
  }

  .ceramic-step:nth-child(even),
  .ceramic-step.is-featured {
    transform: none;
  }

  .ceramic-stats {
    gap: 24px;
    padding: 44px max(18px, calc((100vw - 430px) / 2 + 18px)) 54px;
    border-top-left-radius: 50% 24px;
    border-top-right-radius: 50% 24px;
  }

  .ceramic-stats .feature {
    grid-template-columns: 52px 1fr;
  }

  .ceramic-stats::after {
    bottom: -14px;
    height: 34px;
  }

  .ceramic-stats::before {
    bottom: -14px;
    height: 34px;
  }

  .ceramic-step.is-featured {
    transform: none;
  }

  .ceramic-extra {
    display: grid;
  }

  .package-card.is-featured {
    transform: none;
  }

  .package-cta {
    display: grid;
  }

  .info-client-space {
    display: grid;
  }

  .parking-app {
    grid-template-columns: 1fr;
  }

  .parking-app-icon {
    width: 74px;
    height: 74px;
  }

  .client-auth,
  .client-account-grid,
  .client-title-row,
  .client-order-card,
  .admin-status-form {
    grid-template-columns: 1fr;
  }

  .client-title-row {
    display: grid;
  }

  .client-actions {
    justify-content: stretch;
  }

  .bisque-photo-grid,
  .admin-bisque-photos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bisque-progress {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bisque-progress.is-delivery {
    grid-template-columns: 1fr;
  }

  .bisque-progress-step {
    grid-template-columns: 30px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .bisque-progress-step::before,
  .bisque-progress-step::after {
    left: 14px;
    right: auto;
    width: 3px;
    height: calc(50% + 8px);
  }

  .bisque-progress-step::before {
    top: -8px;
  }

  .bisque-progress-step::after {
    top: 22px;
  }

  .bisque-progress-label {
    max-width: none;
  }

  .tracking-link {
    margin-right: 0;
    margin-left: 0;
  }

  .bookeo-embed,
  .bookeo-embed iframe,
  .bookeo-placeholder {
    min-height: 460px;
  }

  .testimonial .container {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .testimonial-card {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-avatar {
    grid-row: auto;
  }


}

body.admin-body {
  min-height: 100vh;
  background: #f3f0ec;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 16px;
  line-height: 1.45;
}

body.admin-body *,
body.admin-body input,
body.admin-body select,
body.admin-body textarea,
body.admin-body button,
body.admin-body table {
  font-family: "Inter", Arial, sans-serif !important;
}

.admin-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}

.admin-sidebar {
  background: #171717;
  color: #fff;
  padding: 24px;
}

.admin-brand {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.admin-nav {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.admin-nav a,
.admin-link-button {
  color: #fff;
  text-decoration: none;
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  padding: 10px 0;
  cursor: pointer;
}

.admin-main {
  padding: 34px;
  max-width: 1180px;
  width: 100%;
}

.admin-title-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.admin-title-row h1 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 30px;
}

.admin-title-row p {
  margin: 0;
  color: #555;
  font-weight: 700;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
}

.admin-stat {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--black);
  text-decoration: none;
}

.admin-stat strong {
  font-size: 40px;
  color: var(--orange);
}

.admin-table-wrap,
.login-panel,
.admin-editor,
.admin-filter-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: middle;
}

.admin-table input[type="text"] {
  width: 100%;
  border: 1px solid #cfc7bf;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
  font-size: 16px;
}

.admin-table th {
  font-size: 15px;
}

.admin-table small {
  display: block;
  color: #777;
  margin-top: 4px;
}

.admin-bisque-status-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  min-width: 280px;
}

.admin-bisque-status-row {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.admin-bisque-status-row>span:first-child {
  color: #555;
  font-size: 15px;
  font-weight: 800;
}

.admin-bisque-status-row.is-archived>span:first-child {
  color: #777;
}

.admin-bisque-status-row.is-archived .status-pill {
  background: #777;
}

.admin-archive-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}

.admin-archive-row p {
  margin: 0;
  color: #555;
  font-weight: 800;
}

.admin-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.admin-actions a,
.admin-actions button {
  border: 0;
  background: transparent;
  color: var(--orange-dark);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

.admin-badge {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eee;
  color: #444;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-badge.is-live {
  background: #e6f6e9;
  color: #176b2c;
}

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

.admin-filter-form {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: end;
  margin-bottom: 18px;
  padding: 18px;
}

.admin-sku-table {
  margin-top: 22px;
}

.delivery-admin-panel {
  margin-bottom: 22px;
}

.delivery-admin-panel h2 {
  margin: 0 0 8px;
}

.admin-filter-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.admin-editor {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px;
}

.admin-form label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.admin-field-label {
  margin-bottom: 7px;
  font-weight: 900;
}

.admin-form input,
.admin-form textarea {
  width: 100%;
  border: 1px solid #cfc7bf;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  font-size: 16px;
  background: #fff;
}

.admin-form input[readonly],
.readonly-field {
  background: #eee8e1;
  color: #6b625a;
  cursor: not-allowed;
}

.password-field {
  position: relative;
  display: block;
}

.password-field input {
  padding-right: 72px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  min-width: 50px;
  border: 1px solid #cfc7bf;
  border-radius: 5px;
  padding: 6px 8px;
  background: #fff8f1;
  color: #3b3028;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.password-toggle:hover,
.password-toggle:focus-visible,
.password-toggle.is-visible {
  border-color: var(--orange);
  color: var(--orange);
}

.password-toggle:focus-visible {
  outline: 2px solid rgba(238, 114, 17, .25);
  outline-offset: 2px;
}

.rich-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px;
  border: 1px solid #cfc7bf;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: #fff8f1;
}

.rich-editor-toolbar button {
  border: 1px solid var(--border);
  border-radius: 5px;
  background: white;
  padding: 6px 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.rich-editor {
  min-height: 190px;
  padding: 12px;
  border: 1px solid #cfc7bf;
  border-radius: 0 0 6px 6px;
  background: white;
  font-weight: 700;
}

.rich-editor:focus {
  outline: 2px solid rgba(238, 114, 17, .25);
  outline-offset: 2px;
}

.rich-editor-source {
  display: none;
}

.admin-full {
  grid-column: 1 / -1;
}

.admin-check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px;
}

.admin-check input {
  width: auto;
}

.admin-current-image {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
  color: #555;
}

.admin-current-image img {
  width: 92px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.admin-current-image img.is-round,
.admin-thumb-round {
  border-radius: 50%;
}

.admin-thumb-round {
  width: 48px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid var(--border);
}

.admin-form-actions {
  display: flex;
  justify-content: flex-end;
}

.admin-alert,
.admin-success {
  padding: 12px 14px;
  border-radius: 6px;
  font-weight: 800;
  margin: 0 0 16px;
}

.admin-alert {
  background: #ffe7e0;
  color: #8c220b;
}

.admin-success {
  background: #e7f7e9;
  color: #176b2c;
}

.login-panel {
  width: min(420px, calc(100% - 32px));
  margin: 12vh auto;
  padding: 26px;
}

.login-panel h1 {
  margin: 0 0 18px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
  }

  .admin-main {
    padding: 22px;
  }

  .admin-title-row,
  .admin-archive-row,
  .admin-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-editor,
  .admin-filter-form,
  .admin-stats {
    grid-template-columns: 1fr;
  }

  .admin-filter-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.text-ludik-orange {
  color: var(--orange);
}
.bg-ludik-sage {
  background:#5d7a63;
}
.bg-ludik-black {
  background:var(--black);
}
.wave {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-top-left-radius: 50% 42px;
  border-top-right-radius: 50% 42px;
}

.bg-ludik-sage.wave::after {
 content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    height: 200px;
    background: #5d7a63;
    pointer-events: none;
    z-index: 0;
}
.bg-ludik-sage.wavenoafter::after {
  display:none;
}

.bg-ludik-black.wave > * {
  position: relative;
  z-index: 2;
}

.bg-ludik-black.wave::after {
 content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    height: 200px;
    background: #161616;
    pointer-events: none;
    z-index: 0;
}

.shape-triangle-yellow {
  width: 82px;
  height: 74px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 82 74' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 8 L74 66 L8 66 Z' fill='none' stroke='%23ffd11a' stroke-width='10' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.navmenu  {
  z-index: 100;
  width: 100%;
  left: 0px;
  z-index:200;
  top:0px;
}
.bg-quiz {
  background: radial-gradient(circle at 82% 16%, rgba(144, 99, 205, .45), transparent 24%), radial-gradient(circle at 68% 82%, rgba(238, 114, 17, .28), transparent 28%), linear-gradient(135deg, #050407 0%, #111018 48%, #050407 100%);
}

.reservation-page>p {
  max-width: 760px;
}

.client-quiz-history {
  margin-top: 36px;
}

.reservation-shell {
  display: grid;
  gap: 18px;
  margin-top: 30px;
  padding: clamp(18px, 3vw, 30px);
  border: 2px solid rgba(238, 114, 17, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(255, 247, 239, .96)),
    #fffaf5;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
  position: relative;
  overflow: hidden;
}

.reservation-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--orange), #facf1e, #5d7a63, #9063cd);
}

.reservation-shell-quizy {
  border-color: rgba(144, 99, 205, .28);
}

.reservation-form-intro {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 8px;
  background: #171717;
  color: #fff7ef;
}

.reservation-shell-quizy .reservation-form-intro {
  background: #171717;
}

.reservation-shell-ceramique .reservation-form-intro {
  background: #5d7a63;
}

.reservation-form-icon {
  display: grid;
  place-items: center;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: var(--orange);
}

.reservation-form-icon svg {
  width: 28px;
  height: 28px;
}

.reservation-form-intro strong {
  display: block;
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 900;
  line-height: 1;
}

.reservation-form-intro p {
  margin: 6px 0 0;
  color: rgba(255, 247, 239, .82);
  font-weight: 700;
}

.reservation-step-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0 2px;
}

.reservation-step-number {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.reservation-step-card strong {
  display: block;
  font-size: 20px;
  font-weight: 900;
}

.reservation-step-card p {
  margin: 3px 0 0;
  color: #66584d;
  font-size: 14px;
  font-weight: 800;
}

.reservation-slot-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.reservation-slot-card {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  gap: 12px !important;
  align-items: start;
  min-height: 112px;
  padding: 16px;
  border: 2px solid #ead9c9;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  text-transform: none !important;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.reservation-slot-card:hover {
  border-color: var(--orange);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}

.reservation-slot-card input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  box-shadow: none;
}

.reservation-slot-card:has(input:checked) {
  border-color: var(--orange);
  background: #fff4ea;
  box-shadow: inset 0 0 0 2px rgba(238, 114, 17, .13);
}

.reservation-slot-card.is-full {
  opacity: .52;
  cursor: not-allowed;
}

.reservation-slot-card strong {
  display: block;
  color: #171717;
  font-size: 17px;
  font-weight: 900;
}

.reservation-slot-card small {
  display: block;
  margin-top: 7px;
  color: #66584d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.reservation-activity-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.reservation-activity-toggle label {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 18px;
  border: 2px solid var(--border);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.reservation-activity-toggle label.is-selected,
.reservation-activity-toggle label:has(input:checked) {
  border-color: var(--orange);
  box-shadow: inset 0 0 0 2px rgba(238, 114, 17, .12);
}

.reservation-activity-toggle input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.reservation-activity-toggle span {
  font-size: 22px;
  font-weight: 900;
}

.reservation-activity-toggle small {
  color: #555;
  font-weight: 800;
}

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

.reservation-shell label {
  display: grid;
  gap: 7px;
  color: #241f1b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.reservation-shell input,
.reservation-shell select,
.reservation-shell textarea {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 14px 15px;
  background: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  color: #171717;
  box-shadow: inset 0 0 0 1px #ead9c9;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.reservation-shell input:hover,
.reservation-shell select:hover,
.reservation-shell textarea:hover {
  background: #fffdf9;
  box-shadow: inset 0 0 0 1px #d9c0aa;
}

.reservation-shell input:focus,
.reservation-shell select:focus,
.reservation-shell textarea:focus {
  outline: 0;
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(238, 114, 17, .16);
}

.reservation-shell textarea {
  resize: vertical;
  min-height: 116px;
}

.reservation-shell:has(input[value="ceramique"]:checked) [data-activity-field="quizy"],
.reservation-shell:has(input[value="quizy"]:checked) [data-activity-field="ceramique"] {
  display: none;
}

.reservation-notes {
  grid-column: 1 / -1;
}

.reservation-submit-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(238, 114, 17, .09);
}

.reservation-submit-row p {
  margin: 0;
  color: #3d352d;
  font-size: 14px;
  font-weight: 800;
}

.reservation-submit-row .btn {
  flex: 0 0 auto;
  box-shadow: 0 12px 24px rgba(238, 114, 17, .24);
}

.reservation-success,
.reservation-alert {
  display: grid;
  gap: 4px;
  margin: 18px 0 0;
  padding: 15px 17px;
  border-radius: 8px;
  font-weight: 800;
  border: 2px solid transparent;
}

.reservation-success {
  border-color: rgba(93, 122, 99, .28);
  background: #edf7ee;
  color: #176b2c;
}

.reservation-alert {
  border-color: rgba(238, 114, 17, .24);
  background: #fff0e8;
  color: #8c220b;
}

.reservation-confirmation-summary {
  display: grid;
  gap: 7px;
  margin: 10px 0 4px;
}

.reservation-confirmation-summary > div {
  display: grid;
  grid-template-columns: minmax(130px, .7fr) 1fr;
  gap: 12px;
  padding-top: 7px;
  border-top: 1px solid rgba(23, 107, 44, .18);
}

.reservation-confirmation-summary dt {
  font-weight: 700;
  opacity: .78;
}

.reservation-confirmation-summary dd {
  margin: 0;
  font-weight: 900;
}

.admin-reservation-list {
  display: grid;
  gap: 16px;
}

.admin-reservation-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.admin-reservation-summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  grid-column: 1 / -1;
}

.admin-reservation-summary h2 {
  margin: 8px 0 4px;
  font-size: 24px;
}

.admin-reservation-summary p,
.admin-reservation-details p {
  margin: 0;
}

.admin-reservation-summary small {
  display: block;
  margin-top: 4px;
  color: #666;
  font-weight: 800;
}

.admin-reservation-time {
  display: grid;
  align-content: start;
  justify-items: end;
  min-width: 140px;
}

.admin-reservation-time strong {
  color: var(--orange);
  font-size: 20px;
}

.admin-reservation-details {
  display: grid;
  gap: 8px;
  align-content: start;
}

.admin-reservation-form {
  align-content: start;
}

.admin-program-panel {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
}

.admin-program-panel h2 {
  margin: 0;
  color: #0f3a72;
  font-size: 22px;
}

.admin-program-panel h3,
.admin-program-panel p {
  margin: 0;
}

.admin-week-table-wrap {
  overflow-x: auto;
}

.admin-week-table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
  border: 2px solid #2862a3;
  table-layout: fixed;
  background: #fff;
}

.admin-week-table th,
.admin-week-table td {
  width: 14.285%;
  border: 1px solid #b9c7d8;
  vertical-align: top;
}

.admin-week-table th {
  display: table-cell;
  padding: 7px 9px;
  background: #2862a3;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.admin-week-table td {
  min-height: 160px;
  height: 160px;
  padding: 6px;
  background: #f8fafc;
}

.admin-week-add {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #48b33f;
  color: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.admin-week-add:hover,
.admin-week-add:focus-visible {
  background: #2f9129;
  outline: 2px solid rgba(72, 179, 63, .28);
}

.admin-time-chip,
.admin-empty-slot {
  display: grid;
  clear: both;
  gap: 2px;
  width: 100%;
  margin: 0 0 6px;
  padding: 8px;
  border: 1px solid #d7e0ea;
  border-radius: 4px;
  background: #fff;
  color: #202020;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.admin-week-table td > .admin-time-chip,
.admin-week-table td > .admin-empty-slot {
  display: grid;
}

.admin-time-chip small,
.admin-empty-slot {
  color: #5f6b78;
  font-size: 12px;
  font-weight: 800;
}

.admin-time-chip-button {
  width: 100%;
  border: 0;
  border: 1px solid #d7e0ea;
  background: #fff;
  cursor: pointer;
}

.admin-time-chip-button:hover,
.admin-time-chip-button:focus-visible {
  background: #eef6ff;
  outline: 0;
}

.admin-week-table-edit {
  margin-top: 10px;
}

.admin-program-tools {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.admin-copy-button {
  border: 1px solid #b9c1cc;
  border-radius: 4px;
  background: #e5e7eb;
  color: #1f2937;
  padding: 7px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.admin-copy-button::before {
  content: "↳";
  margin-right: 6px;
  color: #2862a3;
}

.admin-copy-button:hover,
.admin-copy-button:focus-visible {
  background: #d7dce3;
  outline: 2px solid rgba(40, 98, 163, .2);
}

.admin-program-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-weekly-row-grid {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.admin-weekly-row {
  display: grid;
  grid-template-columns: 1fr 130px 170px;
  gap: 8px;
}

.admin-time-modal {
  position: fixed;
  inset: 0;
  z-index: 700;
  display: none;
  place-items: center;
  padding: 20px;
  background: rgba(23, 23, 23, .62);
}

.admin-time-modal.is-open {
  display: grid;
}

.admin-time-modal-card {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(380px, 100%);
  padding: 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .35);
}

.admin-time-modal-card h2,
.admin-time-modal-card p {
  margin: 0;
}

.admin-time-modal-card label {
  display: grid;
  gap: 7px;
  font-weight: 900;
}

.admin-time-modal-card input {
  width: 100%;
  border: 1px solid #cfc7bf;
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  font-size: 16px;
}

.admin-time-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.admin-copy-modal-card {
  width: min(680px, 100%);
  align-items: start;
}

.admin-copy-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  min-height: 260px;
}

.admin-copy-layout select {
  width: 100%;
  border: 1px solid #9db7a5;
  border-radius: 5px;
  padding: 8px 10px;
  background: #f6fff7;
  font: inherit;
}

.admin-copy-day-list {
  display: grid;
  gap: 6px;
  margin-top: 8px;
}

.admin-copy-day-list label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 700;
}

.admin-copy-day-list input {
  width: auto;
}

.admin-copy-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 900px) {
  .container.client-page {
    box-sizing: border-box;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .reservation-activity-toggle,
  .reservation-form-grid,
  .admin-reservation-card {
    grid-template-columns: 1fr;
  }

  .reservation-form-intro {
    grid-template-columns: 48px 1fr;
    padding: 13px;
  }

  .reservation-form-icon {
    width: 48px;
  }

  .reservation-submit-row,
  .admin-reservation-summary {
    display: grid;
  }

  .admin-reservation-time {
    justify-items: start;
  }
}
