/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/font-1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/font-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/font-3.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/font-4.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/font-5.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/font-6.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/font-7.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/font-8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --cream: #fffbee;
  --ink: #23271c;
  --yellow: #f7cd46;
  --green: #315447;
  --line: #dedfd0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans',Arial,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,input,select,textarea {
  font: inherit;
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}
.header {
  height: 104px;
  max-width: 1440px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-family: 'Manrope',sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
}
.brand span {
  display: block;
  font: 10px 'DM Sans',sans-serif;
  letter-spacing: 3px;
  margin-top: 9px;
}
nav {
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: var(--ink);
  color: var(--cream);
  padding: 20px 27px;
  border-radius: 100px;
  font-weight: 600;
  border: 1px solid var(--ink);
  transition: transform .2s,background .2s;
}
.button:hover {
  background: var(--green);
  transform: translateY(-2px);
}
.button.small {
  padding: 14px 23px;
  font-size: 13px;
}
.hero {
  max-width: 1440px;
  margin: auto;
  padding: 36px 5% 78px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 45px;
  align-items: center;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  display: flex;
  gap: 9px;
  align-items: center;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
h1,h2,h3,p {
  margin: 0;
}
h1 {
  font-family: 'Manrope',sans-serif;
  font-size: clamp(48px,5.5vw,82px);
  line-height: 1.08;
  letter-spacing: -5px;
  font-weight: 800;
  margin: 31px 0 24px;
}
em {
  font-family: Georgia,serif;
  font-weight: 400;
  letter-spacing: -3px;
}
h1 em {
  position: relative;
  z-index: 1;
}
h1 em:after {
  content: '';
  position: absolute;
  background: var(--yellow);
  height: 17px;
  left: 0;
  right: 0;
  bottom: 3px;
  z-index: -1;
  transform: rotate(-3deg);
}
.hero-copy>p {
  font-size: 17px;
  line-height: 1.8;
  color: #68705e;
  margin-bottom: 29px;
}
.hero-notes {
  font-size: 10px;
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  color: #717463;
}
.hero-visual {
  position: relative;
  aspect-ratio: 1/1.08;
  background: var(--yellow);
  border-radius: 180px 180px 28px 28px;
  padding: 13px;
  transform: rotate(2deg);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 170px 170px 20px 20px;
  display: block;
}
.photo-label {
  position: absolute;
  bottom: 28px;
  left: -22px;
  padding: 14px 20px;
  background: var(--cream);
  transform: rotate(-7deg);
  box-shadow: 0 5px 15px #0001;
  font: italic 17px Georgia;
}
.seal {
  position: absolute;
  right: -19px;
  top: 29px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  border: 1px dashed var(--ink);
  outline: 7px solid var(--yellow);
  background: var(--yellow);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font: 700 40px 'Manrope';
  transform: rotate(10deg);
  line-height: 1.1;
}
.seal span {
  font: 9px 'DM Sans';
  letter-spacing: 1px;
  margin-top: 5px;
}
.ribbon {
  display: flex;
  justify-content: space-around;
  gap: 25px;
  overflow: hidden;
  white-space: nowrap;
  background: var(--yellow);
  padding: 24px 20px;
  align-items: center;
  font-size: 23px;
}
.ribbon span {
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 700;
}
.section {
  padding: 95px 7%;
  max-width: 1440px;
  margin: auto;
}
h2 {
  font: 700 clamp(36px,4vw,58px)/1.12 'Manrope';
  letter-spacing: -2.5px;
  margin: 20px 0 25px;
}
.intro {
  text-align: center;
  max-width: 920px;
}
.intro .eyebrow {
  justify-content: center;
}
.intro p {
  max-width: 590px;
  margin: auto;
  color: #68705e;
  line-height: 1.9;
  font-size: 16px;
}
.booking {
  background: #e7ebd9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.booking p {
  line-height: 1.8;
  color: #626c5e;
}
.booking-card {
  padding: 40px;
  background: var(--cream);
  border-radius: 25px;
}
.booking-card h3 {
  font: 700 27px 'Manrope';
  letter-spacing: -1px;
}
.booking-card p {
  margin: 16px 0 24px;
}
@media (max-width:700px) {
  .header {
    height: 85px;
    padding: 0 6%;
  }
  .brand {
    font-size: 23px;
  }
  nav>a:not(.button) {
    display: none;
  }
  nav {
    gap: 12px;
  }
  .button.small {
    padding: 12px 16px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 24px 6% 53px;
    gap: 37px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -3.5px;
  }
  .hero-visual {
    max-width: 440px;
    width: 92%;
    margin: 0 auto;
    aspect-ratio: 1.08;
  }
  .hero-copy>p {
    font-size: 16px;
  }
  .eyebrow {
    font-size: 9px;
  }
  .seal {
    width: 85px;
    height: 85px;
    font-size: 33px;
  }
  .photo-label {
    font-size: 14px;
    left: -10px;
  }
  .ribbon {
    justify-content: flex-start;
    gap: 28px;
    padding: 17px;
  }
  .ribbon span {
    font-size: 10px;
  }
  .section {
    padding: 65px 6%;
  }
  .booking {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .booking-card {
    padding: 25px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
:root {
  --cream: #fffaf4;
  --ink: #3d1953;
  --yellow: #ffd448;
  --green: #7d409a;
  --line: #ddcde6;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.language {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 11px;
}
.language button {
  padding: 5px 2px;
  background: none;
  border: 0;
  color: inherit;
  opacity: .55;
}
.language button[aria-pressed=true] {
  font-weight: 800;
  opacity: 1;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4d2268;
  letter-spacing: -1px;
}
.brand>img {
  width: 53px;
  height: 53px;
  object-fit: cover;
  border-radius: 50%;
}
.brand .brand-text {
  font: 800 24px/1 'Manrope';
  letter-spacing: -1px;
  margin: 0;
}
.brand small {
  display: block;
  font: 9px 'DM Sans';
  letter-spacing: 3px;
  margin-top: 8px;
}
.hero {
  max-width: 1360px;
  padding: 50px 5% 68px;
  background: #552674;
  color: var(--cream);
  border-radius: 30px;
  margin: 0 auto 20px;
  gap: 38px;
}
.hero .eyebrow {
  color: #f0d4ff;
}
.hero .dot {
  background: var(--yellow);
}
h1 {
  font-size: clamp(54px,5.8vw,84px);
  font-weight: 800;
  letter-spacing: -4px;
  line-height: 1.03;
}
h1 em {
  font-family: 'Manrope';
  font-weight: 800;
  font-style: normal;
  letter-spacing: -4px;
  color: var(--yellow);
}
h1 em:after {
  display: none;
}
.hero-copy>p {
  color: #e7d3ef;
  font-size: 17px;
}
.hero .button {
  background: var(--yellow);
  border-color: var(--yellow);
  color: #3d1953;
}
.hero .button:hover {
  background: #ffe279;
}
.hero-notes {
  color: #e2c5ef;
}
.hero-visual {
  border-radius: 44% 44% 26px 26px;
  transform: rotate(3deg);
  aspect-ratio: 1/1.04;
  padding: 10px;
}
.hero-visual img {
  border-radius: 43% 43% 20px 20px;
}
.photo-label {
  color: var(--ink);
  font: 700 13px 'DM Sans';
  transform: rotate(-7deg);
}
.seal {
  color: var(--ink);
  top: 32px;
  right: -10px;
}
.ribbon {
  background: #eadbf2;
  padding: 20px;
  gap: 34px;
  margin-top: 25px;
}
.ribbon span {
  display: flex;
  gap: 38px;
  align-items: center;
  font-size: 11px;
  letter-spacing: 2px;
}
.ribbon b {
  font-size: 24px;
  line-height: 1;
  color: #8c51af;
}
h2 em {
  color: #8a4ca7;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  letter-spacing: -2.5px;
}
.intro p {
  color: #7a6982;
}
.features {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 1238px;
  margin: 0 auto 50px;
  padding: 0 4%;
  gap: 50px;
}
.features article {
  border-top: 1px solid #ddcce9;
  padding-top: 24px;
}
.features article>span {
  font-size: 11px;
  color: #8b6aa3;
}
.features h3 {
  font: 800 22px 'Manrope';
  letter-spacing: -.7px;
  margin: 19px 0 13px;
}
.features p {
  font-size: 14px;
  line-height: 1.8;
  color: #776984;
}
.cats {
  display: grid;
  grid-template-columns: 1.1fr 1fr .7fr;
  align-items: center;
  gap: 28px;
}
.cats p {
  line-height: 1.8;
  color: #776984;
}
.text-link {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  margin-top: 25px;
}
.little-note {
  font: italic 18px Georgia;
  transform: rotate(-6deg);
  margin-top: 45px;
  color: #8f44b8;
}
.cat-photo {
  margin: 0;
  padding: 10px 10px 18px;
  background: white;
  box-shadow: 0 12px 30px #4e1e6814;
}
.cat-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cat-main {
  transform: rotate(-5deg);
}
.cat-main img {
  aspect-ratio: .9;
}
.cat-small {
  transform: rotate(6deg);
  margin-top: 120px;
}
.cat-small img {
  aspect-ratio: .76;
}
.cat-photo figcaption {
  font: italic 12px Georgia;
  margin-top: 13px;
  text-align: center;
}
.reviews {
  background: #f1e8f7;
  border-radius: 32px;
  margin-top: 30px;
  margin-bottom: 65px;
  max-width: 1280px;
}
.reviews-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.review-source>span {
  display: block;
  font-weight: 800;
  font-size: 21px;
  margin-bottom: 12px;
}
.review-source a {
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
  margin-top: 30px;
}
.review-grid article {
  background: #fffdf8;
  border-radius: 18px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.quote-mark {
  font: 55px Georgia;
  color: #9a65b7;
  line-height: .8;
}
.review-grid article>p {
  font-size: 14px;
  line-height: 1.8;
  flex: 1;
  margin: 10px 0 30px;
}
.review-person {
  display: flex;
  gap: 10px;
  align-items: center;
}
.avatar {
  background: #ecdeef;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 10px;
}
.review-person strong {
  font-size: 12px;
  display: block;
}
.review-person small {
  font-size: 10px;
  color: #837488;
  display: block;
  margin-top: 4px;
}
.review-disclaimer {
  font-size: 10px;
  color: #87788f;
  margin-top: 22px;
}
.booking {
  background: #f0e3f6;
  border-radius: 34px;
  max-width: 1280px;
  align-items: center;
}
.booking p {
  color: #7a6982;
}
.ticket-copy>p {
  max-width: 440px;
}
.category-tabs {
  display: flex;
  background: #eadcf1;
  padding: 5px;
  border-radius: 10px;
  gap: 3px;
  margin: 25px 0;
}
.category-tabs button {
  border: 0;
  border-radius: 7px;
  background: none;
  color: #725283;
  font-size: 11px;
  font-weight: 700;
  padding: 13px 10px;
  flex: 1;
}
.category-tabs button[aria-pressed=true] {
  background: white;
  color: var(--ink);
  box-shadow: 0 2px 6px #502c6b11;
}
.ticket-prices {
  display: flex;
  gap: 50px;
  margin: 28px 0 35px;
}
.ticket-prices small {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}
.ticket-prices strong {
  font: 800 43px 'Manrope';
  letter-spacing: -2px;
}
.ticket-prices strong span {
  font: 500 14px 'DM Sans';
  letter-spacing: 0;
  margin-left: 4px;
}
.ticket-copy h4 {
  font-size: 13px;
  margin: 20px 0 15px;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.check-list li {
  font-size: 13px;
  display: flex;
  gap: 12px;
  margin: 15px 0;
}
.check-list span {
  color: #9861af;
}
.ticket-copy p.extra {
  font-size: 11px;
  line-height: 1.7;
  max-width: 370px;
  margin-top: 25px;
}
.visit-invite {
  padding: 38px;
  border-radius: 24px;
  background: white;
  text-align: center;
  box-shadow: 0 15px 50px #5c287410;
}
.visit-invite>img {
  width: 125px;
  height: 125px;
  border: 6px solid var(--yellow);
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 25px;
}
.visit-invite .eyebrow {
  justify-content: center;
  font-size: 9px;
}
.visit-invite h3 {
  font: 800 29px/1.15 'Manrope';
  letter-spacing: -1px;
  margin: 15px 0;
}
.visit-invite p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 310px;
  margin: 0 auto 24px;
}
.visit-invite small {
  display: block;
  color: #917b9c;
  font-size: 10px;
  margin-top: 16px;
}
.booking-dialog {
  border: 0;
  padding: 0;
  background: #fffdfa;
  border-radius: 23px;
  max-height: 90dvh;
  width: min(510px,calc(100vw - 26px));
  max-width: 510px;
  color: var(--ink);
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 30px 100px #1b06284f;
}
.booking-dialog .booking-card {
  padding: 30px;
  border-radius: 0;
  background: #fffdfa;
}
.booking-dialog h3 {
  padding-right: 25px;
  font-size: 26px;
}
.dialog-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #ecdff1;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  z-index: 2;
}
.card-tag {
  letter-spacing: 2px;
  font-size: 9px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #92729f;
}
.booking-card>p {
  font-size: 13px;
  margin: 13px 0 24px;
  line-height: 1.7;
}
.guest-picker {
  border: 0;
  padding: 0;
  margin: 0;
}
.guest-picker legend {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin: 0 0 14px;
}
.guest-picker legend>span {
  font-weight: 400;
  color: #8a7692;
}
.guest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  font-size: 13px;
}
.stepper {
  display: flex;
  gap: 15px;
  align-items: center;
}
.stepper button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #ddcde6;
  background: white;
  color: #572676;
  font-size: 21px;
}
.stepper button:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.stepper output {
  font-size: 14px;
  min-width: 18px;
  text-align: center;
}
.field {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 16px 0;
  color: #4a2b5b;
}
.field>span {
  float: right;
  font-weight: 400;
  font-size: 10px;
  color: #8d7899;
}
.field input,.field textarea,.field select {
  display: block;
  width: 100%;
  padding: 14px;
  border: 1px solid #dfd1e5;
  background: #fffdfa;
  border-radius: 10px;
  font-size: 14px;
  margin-top: 8px;
  outline: none;
  color: #33203f;
}
.field input:focus,.field textarea:focus {
  border-color: #8755a6;
  box-shadow: 0 0 0 3px #8755a622;
}
.total {
  padding: 21px 0;
  border-top: 1px dashed #d4bfde;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 23px;
}
.total>span {
  font-size: 12px;
  font-weight: 700;
}
.total small {
  display: block;
  font-size: 9px;
  font-weight: 400;
  color: #8a7692;
  margin-top: 7px;
}
.total>strong {
  font-size: 21px;
  white-space: nowrap;
  letter-spacing: -.5px;
}
.total>strong small {
  display: inline;
  font-size: 10px;
  color: inherit;
}
.book-submit,.whatsapp-button {
  width: 100%;
  font-size: 14px;
  padding: 17px;
}
.button:disabled {
  opacity: .5;
  cursor: wait;
}
.booking-card p.form-privacy {
  font-size: 10px;
  line-height: 1.6;
  color: #8a7894;
  text-align: center;
  margin: 15px 0 0;
}
.form-privacy button {
  border: 0;
  background: none;
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-error {
  background: #fbe6e6;
  border-radius: 8px;
  padding: 12px;
  font-size: 12px !important;
  color: #9a2938 !important;
  margin: 10px 0 !important;
}
.success {
  text-align: center;
  padding: 20px 0;
}
.success-icon {
  width: 65px;
  height: 65px;
  background: #e4d5ef;
  border-radius: 50%;
  font-size: 32px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
}
.success>small {
  display: block;
  margin: 15px;
}
.success .button {
  margin-top: 20px;
  font-size: 13px;
}
.location {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.location p {
  font-size: 14px;
  color: #796684;
  line-height: 1.8;
  max-width: 410px;
}
.address {
  margin: 28px 0;
}
.address strong {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.address p {
  font-size: 13px;
}
.map-card {
  border-radius: 20px;
  overflow: hidden;
  border: 8px solid #e9d9f1;
  background: #eadff1;
  height: 370px;
  position: relative;
}
.map-card iframe {
  border: 0;
  width: 100%;
  height: 100%;
  filter: saturate(.7);
}
.map-caption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  background: #fffaf4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px;
  font-size: 9px;
  letter-spacing: 1px;
  border-radius: 8px;
}
.map-caption>span:last-child {
  margin-left: auto;
  font-size: 18px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  padding-top: 40px;
}
.faq h2 {
  font-size: 40px;
}
.faq details {
  border-bottom: 1px solid #decde5;
  padding: 20px 0;
}
.faq summary {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary>span {
  font-size: 24px;
  font-weight: 400;
}
.faq details[open] summary>span {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 13px;
  color: #796684;
  line-height: 1.8;
  padding-top: 16px;
  max-width: 500px;
}
.closing {
  background: var(--yellow);
  text-align: center;
  padding: 68px 6%;
}
.closing>span {
  font-size: 42px;
}
.closing h2 {
  margin: 10px 0 28px;
  font-size: 46px;
}
.closing .button {
  background: var(--ink);
  color: #fff9ef;
}
footer {
  padding: 40px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 24px;
}
footer>p {
  text-align: right;
  font-size: 13px;
}
footer>div {
  display: flex;
  gap: 23px;
  font-size: 11px;
  flex-wrap: wrap;
}
footer button {
  border: 0;
  padding: 0;
  background: none;
  color: inherit;
  font-size: 11px;
  cursor: pointer;
}
footer>small {
  text-align: right;
  font-size: 10px;
  color: #8a7594;
}
.mobile-book {
  display: none;
}
.privacy-dialog {
  border: 0;
  border-radius: 20px;
  max-width: 560px;
  padding: 35px;
  background: #fffaf4;
  color: var(--ink);
}
.privacy-dialog h3 {
  font-size: 23px;
}
.privacy-dialog p {
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
}
.privacy-dialog::backdrop,.booking-dialog::backdrop {
  background: #240536b8;
  backdrop-filter: blur(6px);
}
.cookie-consent {
  position: fixed;
  z-index: 60;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: min(920px,calc(100vw - 32px));
  padding: 20px 22px;
  background: #fffaf4;
  border: 1px solid #d7c1e1;
  border-radius: 18px;
  box-shadow: 0 18px 60px #32134138;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.cookie-consent>div:first-child {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.cookie-consent>div:first-child>span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: #f1e2f7;
  border-radius: 50%;
  font-size: 20px;
}
.cookie-consent h2 {
  font-size: 16px;
  letter-spacing: -.3px;
  margin: 0 0 6px;
}
.cookie-consent p {
  max-width: 560px;
  font-size: 11px;
  line-height: 1.65;
  color: #806c8c;
}
.cookie-consent p button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0;
  background: none;
  color: #68427d;
  font: inherit;
  cursor: pointer;
}
.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.cookie-actions .button {
  white-space: nowrap;
  font-size: 10px;
  padding: 13px 18px;
}
.cookie-necessary {
  white-space: nowrap;
  border: 1px solid #d5bce2;
  border-radius: 50px;
  padding: 12px 17px;
  background: #fff;
  color: #673d7d;
  font-size: 10px;
  cursor: pointer;
}
@media (max-width:1100px) {
  .header nav {
    display: none;
  }
  .header-actions {
    gap: 15px;
  }
  .hero {
    margin: 0 15px 20px;
  }
  .reviews,.booking {
    margin-left: 20px;
    margin-right: 20px;
  }
  .brand .brand-text {
    font-size: 21px;
  }
  .brand>img {
    width: 45px;
    height: 45px;
  }
  .header .button.small {
    font-size: 11px;
    padding: 13px 16px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .cats {
    gap: 20px;
  }
  .hero-notes {
    gap: 7px;
    font-size: 9px;
  }
}
@media (max-width:700px) {
  .header {
    height: 82px;
  }
  .brand .brand-text {
    font-size: 18px;
  }
  .brand>img {
    width: 41px;
    height: 41px;
  }
  .brand small {
    font-size: 8px;
  }
  .header .button.small {
    display: none;
  }
  .header-actions {
    gap: 9px;
  }
  .hero {
    padding: 32px 7% 42px;
    margin: 0 12px 15px;
    gap: 30px;
    border-radius: 22px;
  }
  .hero h1 {
    font-size: 58px;
    letter-spacing: -3px;
    margin: 23px 0 20px;
  }
  .hero h1 em {
    letter-spacing: -3px;
  }
  .hero-copy>p {
    font-size: 14px;
  }
  .hero .button {
    padding: 16px 21px;
    font-size: 13px;
  }
  .hero-notes {
    font-size: 8px;
    gap: 9px;
  }
  .hero-visual {
    width: 90%;
    aspect-ratio: 1.06;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 7%;
    margin-bottom: 10px;
  }
  .features h3 {
    font-size: 21px;
    margin: 13px 0 9px;
  }
  .features p {
    font-size: 13px;
  }
  .intro h2 {
    font-size: 34px;
  }
  .intro {
    padding-top: 53px;
    padding-bottom: 40px;
  }
  .intro p {
    font-size: 14px;
  }
  .cats {
    grid-template-columns: 1fr 1fr;
    padding-top: 55px;
    gap: 19px;
  }
  .cats-copy {
    grid-column: 1/-1;
  }
  .cats h2 {
    margin: 17px 0;
  }
  .little-note {
    display: none;
  }
  .cat-small {
    margin: 55px 0 0;
  }
  .cat-photo figcaption {
    font-size: 10px;
    line-height: 1.4;
  }
  .reviews {
    margin: 15px 12px 30px;
    padding: 38px 6%;
    border-radius: 22px;
  }
  .reviews-heading {
    display: block;
  }
  .review-source {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
  }
  .review-source>span {
    font-size: 16px;
    margin: 0;
  }
  .review-source a {
    font-size: 10px;
  }
  .review-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }
  .review-grid article {
    padding: 22px;
  }
  .review-grid article>p {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .booking {
    margin: 0 12px;
    padding: 35px 6%;
    gap: 30px;
    border-radius: 22px;
  }
  .ticket-copy h2 {
    font-size: 37px;
  }
  .ticket-copy>p {
    font-size: 13px;
  }
  .ticket-prices {
    gap: 50px;
  }
  .visit-invite {
    padding: 30px 22px;
  }
  .visit-invite h3 {
    font-size: 25px;
  }
  .location {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .map-card {
    height: 310px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-top: 0;
  }
  .faq h2 {
    font-size: 32px;
  }
  .faq summary {
    font-size: 13px;
  }
  .closing {
    padding: 50px 6%;
  }
  .closing h2 {
    font-size: 34px;
  }
  .closing .button {
    font-size: 13px;
  }
  footer {
    padding: 35px 6% 110px;
    gap: 25px;
  }
  footer>p {
    font-size: 11px;
    max-width: 130px;
    justify-self: end;
  }
  footer>div {
    gap: 15px;
    flex-wrap: wrap;
  }
  footer>small {
    font-size: 9px;
  }
  .mobile-book {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fffaf4f5;
    border-top: 1px solid #e5d6ed;
    backdrop-filter: blur(12px);
    padding: 12px 5% calc(12px + env(safe-area-inset-bottom));
    align-items: center;
    justify-content: space-between;
    z-index: 20;
    gap: 15px;
  }
  .mobile-book>span {
    font-size: 12px;
    font-weight: 700;
  }
  .mobile-book small {
    display: block;
    font-size: 8px;
    color: #8a7794;
    font-weight: 400;
    margin-top: 5px;
  }
  .mobile-book .button.small {
    font-size: 11px;
    padding: 12px 16px;
    gap: 10px;
  }
  .booking-dialog .booking-card {
    padding: 25px;
  }
  .booking-dialog h3 {
    font-size: 23px;
  }
  .booking-dialog .card-tag {
    font-size: 8px;
    margin-bottom: 12px;
  }
  .booking-dialog .field input {
    padding: 12px;
  }
  .booking-dialog .field {
    margin: 13px 0;
  }
  .privacy-dialog {
    width: calc(100vw - 26px);
    padding: 25px;
  }
  .cookie-consent {
    bottom: 82px;
    width: calc(100vw - 24px);
    padding: 18px;
    display: block;
  }
  .cookie-consent>div:first-child {
    gap: 12px;
  }
  .cookie-consent h2 {
    font-size: 15px;
  }
  .cookie-consent p {
    font-size: 10px;
  }
  .cookie-actions {
    margin-top: 15px;
    justify-content: flex-end;
  }
  .cookie-actions .button,.cookie-necessary {
    font-size: 9px;
    padding: 12px 14px;
  }
}
.admin-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: #f6f0fa;
  color: #542775;
}
.admin-login {
  min-height: 100vh;
  background: #eee4f4;
  padding: 55px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.login-brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.login-brand>span {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.5px;
}
.login-brand small {
  display: block;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 6px;
  color: #9983a7;
}
.admin-login form {
  width: min(430px,100%);
  background: #fffdfa;
  margin-top: 30px;
  padding: 36px;
  border-radius: 23px;
  box-shadow: 0 16px 60px #5623740a;
}
.admin-login h1 {
  font-size: 32px;
  letter-spacing: -1.5px;
  margin: 20px 0 10px;
  line-height: 1.2;
}
.admin-login p {
  font-size: 13px;
  line-height: 1.7;
  color: #8d759b;
}
.admin-login .button {
  margin-top: 12px;
}
.back-site {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 11px;
  color: #8c739a;
}
.admin-shell {
  min-height: 100vh;
  background: #f6f2f8;
  display: flex;
}
.admin-sidebar {
  width: 245px;
  padding: 30px 22px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ece3f0;
}
.admin-sidebar .login-brand>span {
  font-size: 16px;
}
.admin-sidebar .login-brand img {
  width: 42px;
  height: 42px;
}
.admin-sidebar .login-brand small {
  font-size: 9px;
}
.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 45px;
}
.admin-nav button {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 0;
  background: none;
  color: #8b729c;
  text-align: left;
  padding: 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
}
.admin-nav button>span {
  font-size: 18px;
}
.admin-nav button.active {
  background: #eee2f6;
  color: #60247f;
}
.admin-nav b {
  margin-left: auto;
  font-size: 9px;
  background: #834ba0;
  color: white;
  padding: 3px 6px;
  border-radius: 10px;
}
.sidebar-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 10px;
  padding: 20px 12px 0;
}
.sidebar-bottom a {
  color: #8c7599;
}
.sidebar-bottom button {
  border: 0;
  background: none;
  color: #54366b;
  text-align: left;
  padding: 0;
  font-size: 11px;
  margin-top: 15px;
}
.admin-main {
  margin-left: 245px;
  width: calc(100% - 245px);
  padding: 40px 4%;
  max-width: 1600px;
}
.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.admin-top .eyebrow {
  font-size: 9px;
}
.admin-top h1 {
  font-size: 34px;
  letter-spacing: -1.5px;
  margin: 13px 0 0;
  line-height: 1.2;
}
.admin-profile {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.admin-profile>span {
  display: grid;
  place-items: center;
  background: #eadff1;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 13px;
  font-weight: 700;
}
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 23px;
}
.admin-toolbar p {
  font-size: 12px;
  color: #8c7b97;
}
.admin-toolbar>div {
  display: flex;
  gap: 8px;
}
.admin-toolbar select,.admin-toolbar button,.lead-heading select,.pagination button {
  background: #fff;
  border: 1px solid #e4d8eb;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 11px;
  color: #654575;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 17px;
  margin-bottom: 25px;
}
.metrics article {
  padding: 22px;
  background: white;
  border: 1px solid #ede5f1;
  border-radius: 13px;
}
.metrics article>span {
  font-size: 11px;
  color: #947fa1;
}
.metrics strong {
  display: block;
  font: 800 36px 'Manrope';
  letter-spacing: -1.5px;
  margin: 17px 0 9px;
}
.metrics small {
  display: block;
  font-size: 9px;
  color: #aa99b3;
  line-height: 1.6;
}
.admin-panel {
  background: #fff;
  border: 1px solid #ebe2f0;
  border-radius: 16px;
  padding: 26px;
  margin-bottom: 24px;
  min-width: 0;
}
.admin-panel h2 {
  font-size: 16px;
  letter-spacing: -.4px;
  margin: 0 0 18px;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 18px;
}
.panel-heading h2 {
  margin: 0;
}
.panel-heading>span {
  font-size: 10px;
  color: #9c8aa7;
}
.empty-state {
  min-height: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.empty-state>span {
  font-size: 36px;
  color: #c9aed9;
  margin-bottom: 15px;
}
.empty-state h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.empty-state p {
  font-size: 11px;
  line-height: 1.7;
  color: #a28caf;
  max-width: 310px;
}
.admin-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.admin-hint {
  font-size: 11px;
  color: #9681a3;
  line-height: 1.85;
  margin: 12px 0 22px;
}
.variant-row,.source-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #f1eaf5;
}
.variant-row strong,.source-row strong {
  font-size: 12px;
  font-weight: 600;
}
.variant-row small,.source-row small {
  display: block;
  font-size: 10px;
  color: #a18dad;
  margin-top: 7px;
}
.variant-row>b {
  font-size: 24px;
  color: #8345a3;
}
.source-row>b {
  font-size: 17px;
}
.admin-value {
  padding: 22px 28px;
  border-radius: 13px;
  background: #eadcf3;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.admin-value>span {
  font-size: 11px;
}
.admin-value>strong {
  font-size: 22px;
  margin-left: auto;
}
.admin-value>small {
  font-size: 10px;
  flex-basis: 100%;
  color: #91769f;
}
.bar-chart {
  height: 220px;
  display: flex;
  gap: 6px;
  align-items: flex-end;
  padding: 10px 0;
  overflow: auto;
}
.bar-chart>div {
  flex: 1;
  min-width: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bar-chart i {
  background: #9c66ba;
  display: block;
  border-radius: 4px 4px 0 0;
  min-height: 3px;
}
.bar-chart small {
  font-size: 8px;
  margin-top: 10px;
  color: #a393ad;
}
.bar-chart span {
  font-size: 9px;
  margin-bottom: 8px;
  color: #87509f;
}
.booking-list {
  padding: 8px 25px;
}
.lead-card {
  padding: 25px 0;
  border-bottom: 1px solid #ece3f1;
}
.lead-card:last-child {
  border: 0;
}
.lead-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.lead-id {
  font-size: 9px;
  color: #ac95b8;
  letter-spacing: 1px;
}
.lead-heading h3 {
  font-size: 20px;
  margin: 8px 0 5px;
}
.lead-heading a {
  font-size: 12px;
  color: #9461ae;
}
.lead-details {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin: 24px 0;
}
.lead-details>span {
  font-size: 11px;
  overflow-wrap: anywhere;
}
.lead-details small {
  display: block;
  font-size: 9px;
  color: #a28caf;
  margin-bottom: 8px;
}
.lead-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  color: #a491ad;
}
.delivery {
  display: flex;
  align-items: center;
  gap: 10px;
}
.delivery.sent {
  color: #40805a;
}
.delivery.failed {
  color: #b54c57;
}
.delivery button {
  border: 1px solid #e4d2ed;
  border-radius: 7px;
  background: #f7f0fb;
  padding: 6px 10px;
  font-size: 9px;
  color: #8750a2;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 11px;
}
.pagination button:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.settings-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr;
  gap: 24px;
  align-items: start;
}
.settings-language {
  border-top: 1px solid #eee5f3;
  margin-top: 27px;
  padding-top: 23px;
}
.settings-language h3 {
  font-size: 14px;
}
.settings-preview {
  background: #eadcf3;
  text-align: center;
  padding: 35px 25px;
}
.settings-preview .eyebrow {
  justify-content: center;
  font-size: 8px;
}
.settings-preview h3 {
  font-size: 24px;
  margin: 25px 0;
}
.settings-preview .button {
  font-size: 11px;
  pointer-events: none;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.message-preview {
  background: white;
  border-radius: 0 15px 15px 15px;
  padding: 19px;
  font-size: 12px;
  color: #856a94;
  line-height: 1.7;
  text-align: left;
  margin: 28px 0 20px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.settings-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin: 25px 0;
}
.secondary-button {
  border: 1px solid #d5bce2;
  border-radius: 50px;
  padding: 13px 18px;
  font-size: 11px;
  color: #673d7d;
  background: white;
}
.secondary-button:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.connection {
  padding: 6px 9px;
  border-radius: 30px;
  background: #f0e5f6;
  font-size: 9px !important;
}
.connection.on {
  background: #e5f4eb;
  color: #448563 !important;
}
.telegram-guide {
  background: #ebe0f2;
}
.telegram-guide h3 {
  font-size: 23px;
  letter-spacing: -.6px;
  margin: 20px 0;
}
.telegram-guide ol {
  padding-left: 20px;
  color: #856795;
  font-size: 12px;
  line-height: 1.85;
}
.telegram-guide li {
  padding-left: 5px;
  margin-bottom: 18px;
}
.telegram-guide a {
  text-decoration: underline;
}
.admin-notice {
  padding: 15px 20px;
  background: #e8f4eb;
  color: #447750;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}
.admin-notice.error {
  background: #fae9eb;
  color: #a44151;
}
.integration-card {
  padding: 19px 20px;
  margin: 0 0 14px;
  border: 1px solid #eee3f3;
  border-radius: 13px;
  background: #fdfafd;
}
.integration-card>strong {
  display: block;
  font-size: 13px;
  color: #69427e;
  margin-bottom: 13px;
}
.integration-card .field {
  margin: 0;
}
.field select {
  width: 100%;
  height: 48px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid #dfd1e5;
  border-radius: 10px;
  background: #fffdfa;
  color: #33203f;
  font: inherit;
}
.field select:focus {
  outline: 0;
  border-color: #8755a6;
  box-shadow: 0 0 0 3px #8755a622;
}
@media (max-width:1100px) {
  .admin-sidebar {
    width: 205px;
    padding: 25px 16px;
  }
  .admin-main {
    margin-left: 205px;
    width: calc(100% - 205px);
    padding: 32px 3%;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .admin-top h1 {
    font-size: 28px;
  }
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .admin-two {
    grid-template-columns: 1fr;
  }
  .admin-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .lead-details {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:700px) {
  .admin-shell {
    display: block;
  }
  .admin-sidebar {
    position: static;
    width: 100%;
    padding: 20px 5% 12px;
    border-bottom: 1px solid #e2d2e9;
  }
  .admin-sidebar .login-brand img {
    width: 35px;
    height: 35px;
  }
  .admin-nav {
    flex-direction: row;
    margin-top: 19px;
    gap: 5px;
    overflow: auto;
  }
  .admin-nav button {
    font-size: 10px;
    gap: 6px;
    padding: 10px;
    white-space: nowrap;
  }
  .admin-nav button>span {
    display: none;
  }
  .admin-nav b {
    display: none;
  }
  .sidebar-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 2px 0;
    gap: 18px;
    font-size: 9px;
  }
  .sidebar-bottom button {
    margin: 0;
    font-size: 9px;
  }
  .admin-main {
    margin: 0;
    width: 100%;
    padding: 25px 5%;
  }
  .admin-top {
    margin-bottom: 25px;
  }
  .admin-top h1 {
    font-size: 26px;
  }
  .admin-profile {
    display: none;
  }
  .admin-top .eyebrow {
    font-size: 8px;
  }
  .metrics {
    gap: 10px;
  }
  .metrics article {
    padding: 17px 15px;
  }
  .metrics article>span {
    font-size: 10px;
  }
  .metrics strong {
    font-size: 30px;
    margin: 15px 0 7px;
  }
  .metrics small {
    font-size: 8px;
  }
  .admin-panel {
    padding: 22px 18px;
  }
  .admin-panel h2 {
    font-size: 14px;
  }
  .panel-heading>span {
    font-size: 8px;
  }
  .admin-toolbar p {
    font-size: 10px;
  }
  .admin-toolbar select,.admin-toolbar button {
    font-size: 10px;
  }
  .admin-hint {
    font-size: 10px;
  }
  .admin-value {
    padding: 20px;
  }
  .admin-value>strong {
    margin: 0;
  }
  .lead-heading h3 {
    font-size: 18px;
  }
  .lead-heading select {
    font-size: 9px;
    max-width: 140px;
  }
  .lead-details {
    gap: 20px;
  }
  .lead-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .admin-login form {
    padding: 28px;
  }
  .admin-login h1 {
    font-size: 29px;
  }
  .settings-buttons .button {
    font-size: 11px;
    padding: 14px 18px;
  }
  .admin-nav button.active {
    background: #ead9f4;
  }
}
.booking-dialog,.privacy-dialog {
  margin: auto;
}
.date-control {
  position: relative;
  height: 48px;
  margin-top: 8px;
  border: 1px solid #dfd1e5;
  background: #fffdfa;
  border-radius: 10px;
  overflow: hidden;
}
.date-control:focus-within {
  border-color: #8755a6;
  box-shadow: 0 0 0 3px #8755a622;
}
.date-display {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 48px 0 14px;
  color: #8d7899;
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
}
.date-display.has-value {
  color: #33203f;
}
.field .date-control input {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: transparent;
  box-shadow: none;
  cursor: pointer;
}
.field .date-control input:focus {
  border: 0;
  box-shadow: none;
}
.date-control input::-webkit-datetime-edit {
  opacity: 0;
}
.date-control input::-webkit-calendar-picker-indicator {
  opacity: 1;
  cursor: pointer;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
