:root {
  --ink: #101426;
  --cream: #f5f0e7;
  --paper: #fffdf9;
  --gold: #b48440;
  --line: rgba(16, 20, 38, 0.17);
  --muted: #6e6a65;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 16px/1.55 var(--sans);
}
img,
video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
.shell {
  width: min(1140px, calc(100% - 48px));
  margin: auto;
}
.skip-link {
  position: fixed;
  z-index: 99;
  top: 8px;
  left: 8px;
  transform: translateY(-150%);
  padding: 8px 12px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus {
  transform: none;
}
.topbar {
  width: min(1220px, calc(100% - 48px));
  min-height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.brand {
  font: 600 1.18rem var(--serif);
  text-decoration: none;
}
.topbar nav {
  display: flex;
  gap: 24px;
}
.topbar a {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.top-cta {
  padding: 10px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
}
.eyebrow {
  margin: 0 0 14px;
  color: #9a6c24;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1,
h2 {
  margin: 0;
  font: 500 clamp(2.5rem, 5vw, 5.6rem) / 1.04 var(--serif);
  letter-spacing: -0.04em;
}
h1 em,
h2 em {
  display: block;
  color: var(--gold);
  font-style: italic;
}
.hero {
  padding: clamp(52px, 8vw, 108px) 0 84px;
  background: radial-gradient(
    circle at 94% 18%,
    rgba(208, 172, 93, 0.22),
    transparent 26rem
  );
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(38px, 7vw, 94px);
  align-items: center;
}
.lead {
  max-width: 520px;
  margin: 24px 0;
  color: var(--muted);
  font-size: 1.1rem;
}
.capacity {
  margin: 0 0 20px;
}
.hero-facts {
  display: flex;
  gap: 28px;
  margin-bottom: 26px;
}
.hero-facts span {
  display: grid;
  gap: 2px;
}
.hero-facts small {
  color: var(--muted);
  font-size: 0.76rem;
}
.button {
  min-height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  font: 700 0.88rem var(--sans);
  text-decoration: none;
  cursor: pointer;
}
.button-dark {
  background: var(--ink);
  color: white;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.quiet-link {
  display: block;
  margin-top: 16px;
  color: #625a51;
  font-size: 0.82rem;
}
.hero-photo {
  margin: 0;
}
.hero-photo img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  filter: grayscale(1);
}
.hero-photo figcaption {
  margin-top: 8px;
  color: var(--muted);
  font: italic 0.83rem var(--serif);
  text-align: right;
}
.intro-video-slot {
  padding: 82px 0;
  background: #e8dfd1;
}
.intro-video-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: center;
}
.intro-video-grid h2 {
  margin: 0;
  font-size: clamp(2.7rem, 4.8vw, 5rem);
}
.intro-video-grid > div:first-child > p:last-child {
  max-width: 500px;
  color: var(--muted);
}
.intro-phone {
  position: relative;
  width: 360px;
  margin: auto;
  padding: 11px;
  border: 6px solid #0b0e14;
  border-radius: 32px;
  background: #0b0e14;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
}
.intro-phone > i {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 58px;
  height: 6px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #242936;
}
.intro-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9/16;
  border-radius: 20px;
  background: #101426;
}
.intro-screen img,
.intro-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-fact {
  padding: 92px 0;
  background: var(--ink);
  color: #fff;
}
.voice-intro {
  text-align: center;
}
.voice-fact .eyebrow {
  color: #e2bd6a;
}
.voice-fact h2 {
  margin-inline: auto;
  font-size: clamp(3rem, 6vw, 6rem);
}
.voice-lead {
  max-width: 780px;
  margin: 26px auto 0;
  color: #dedfe4;
  font: 500 clamp(1.05rem, 1.55vw, 1.35rem) / 1.55 var(--serif);
}
.voice-lead strong {
  display: block;
  margin-top: 8px;
  color: #e2bd6a;
  font-style: italic;
}
.audio-samples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 980px;
  margin: 44px auto 0;
  text-align: left;
}
.audio-sample {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 13px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
}
.audio-sample > span {
  color: #e2bd6a;
  font: italic 1rem var(--serif);
}
.audio-sample strong,
.audio-sample small {
  display: block;
}
.audio-sample small {
  margin-top: 2px;
  color: #aeb3c0;
  font-size: 0.72rem;
}
.audio-sample button {
  width: 42px;
  height: 42px;
  border: 1px solid #e2bd6a;
  border-radius: 50%;
  background: transparent;
  color: #e2bd6a;
  cursor: pointer;
}
.audio-sample.is-playing {
  border-color: #e2bd6a;
  background: rgba(226, 189, 106, 0.08);
}
.invite {
  padding: 96px 0;
  background: #263148;
  color: #fff;
}
.invite-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.8fr) minmax(0, 1.35fr);
  gap: 52px;
  align-items: center;
}
.invite .shell {
  width: min(1400px, calc(100% - 64px));
}
.invite .tv {
  width: min(760px, 100%);
}
.invite .eyebrow,
.invite h2 em {
  color: #e2bd6a;
}
.invite p {
  max-width: 540px;
  color: #d8dbe1;
  font-size: 1.05rem;
}
.invite small {
  display: block;
  margin-top: 13px;
  color: #e2bd6a;
}
.tv-proof {
  margin: 0;
  text-align: center;
}
.tv {
  position: relative;
  width: min(620px, 100%);
  margin: auto;
  padding: 13px;
  border: 7px solid #0b0e14;
  border-radius: 19px;
  background: #0b0e14;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}
.tv::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -25px;
  left: 50%;
  width: 27%;
  height: 25px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: #0b0e14;
}
.tv-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 9px;
  background: #1a2030;
}
.tv-screen img,
.tv-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tv-screen > button,
.phone-screen > button,
.intro-screen > button,
.media-toggle {
  position: absolute;
  z-index: 3;
  left: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #f4f0e7;
  color: var(--ink);
  font-size: 1rem;
  cursor: pointer;
}
.tv-proof > p {
  margin: 36px 0 0;
  font-size: 0.78rem;
}
.live-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 105px 0;
}
.live-copy h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.8rem);
}
.live-copy p {
  max-width: 510px;
  color: var(--muted);
  font-size: 1.08rem;
}
.live-copy a {
  font-size: 0.88rem;
  font-weight: 700;
}
.live-proof .tv {
  width: min(600px, 100%);
}
.live-proof .tv-screen img {
  object-position: 50% 22%;
}
.phone-proof {
  margin: 0;
  text-align: center;
}
.phone {
  position: relative;
  width: min(330px, 100%);
  margin: auto;
  padding: 12px;
  border: 7px solid #0b0e14;
  border-radius: 34px;
  background: #0b0e14;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.25);
}
.phone > i {
  position: absolute;
  z-index: 4;
  top: 9px;
  left: 50%;
  width: 64px;
  height: 7px;
  transform: translateX(-50%);
  border-radius: 10px;
  background: #242936;
}
.phone-screen {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9/16;
  border-radius: 20px;
  background: #090b10;
}
.phone-screen img,
.phone-screen video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.phone-screen img {
  object-fit: cover;
  object-position: 50% 18%;
}
.phone-proof > p {
  margin: 14px 0 0;
  font-size: 0.78rem;
}
.package {
  padding: 98px 0;
  background: #e8dfd1;
}
.package-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.package h2 {
  font-size: clamp(2.8rem, 4.7vw, 4.8rem);
}
.package-lead {
  font-size: 1rem;
  font-weight: 700;
}
.menu-card {
  position: relative;
  padding: 40px 42px;
  background: #f2e5ca;
  box-shadow:
    inset 0 0 35px rgba(112, 58, 19, 0.13),
    0 20px 42px rgba(16, 20, 38, 0.12);
  clip-path: polygon(1% 0, 99% 1%, 100% 97%, 98% 100%, 2% 99%, 0 96%);
}
.menu-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 18px 5px rgba(92, 43, 14, 0.28);
  mix-blend-mode: multiply;
}
.menu-card header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
}
.menu-card header strong {
  font: italic 500 2rem var(--serif);
}
.menu-card header span,
.menu-card header small {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.menu-card dl {
  margin: 0;
}
.menu-card dl div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.menu-card dt {
  color: #9a6c24;
  font: italic 500 1.55rem var(--serif);
}
.menu-card dd {
  margin: 5px 0 0;
  color: #4e453b;
  font: 500 1.03rem/1.5 var(--serif);
}
.menu-card footer {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 18px;
  background: #171b2c;
  color: #f5ead5;
  font: 500 0.92rem/1.45 var(--serif);
}
.payment {
  grid-column: 1/-1;
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}
.together {
  padding: 105px 0;
}
.together-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.together figure {
  margin: 0;
}
.together figure img {
  width: 100%;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: 50% 50%;
  box-shadow: 0 24px 48px rgba(16, 20, 38, 0.14);
}
.together h2 {
  font-size: clamp(2.4rem, 4.3vw, 4.6rem);
}
ol {
  display: grid;
  gap: 22px;
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}
ol li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
}
ol span {
  font: 500 1.55rem var(--serif);
  color: var(--gold);
}
ol b {
  font-size: 1rem;
}
ol p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.freedom {
  padding: 70px 0;
  background: #d8b45d;
}
.freedom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  align-items: center;
}
.freedom h2 {
  font-size: clamp(2.4rem, 4.3vw, 4.5rem);
}
.freedom h2 em {
  color: #fff8eb;
}
.freedom-grid > p {
  margin: 0;
  font: 500 1.35rem/1.45 var(--serif);
}
.calendar {
  padding: 105px 0;
  background: var(--paper);
}
.calendar-grid {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 70px;
}
.calendar-grid > div > p:last-child {
  max-width: 530px;
  color: var(--muted);
}
.public-dates {
  margin-top: 30px;
}
.public-dates h3 {
  margin: 0 0 12px;
  font: 600 1rem var(--sans);
}
.public-date-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.public-date-list button,
.public-date-list span {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font: 700 0.76rem var(--sans);
}
.public-date-list button {
  cursor: pointer;
}
.public-date-list button[data-state="available"] {
  border-color: #6d9c7b;
}
.public-date-list button[data-state="pending"] {
  border-color: #c89b51;
}
.public-date-list button[data-state="booked"] {
  border-color: #b77c7c;
  opacity: 0.58;
  cursor: not-allowed;
}
.public-dates > p {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 13px;
  align-items: center;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}
.state-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38734d;
}
.state-pending {
  background: #b07b20;
}
.state-booked {
  background: #943e3e;
}
.date-checker,
.lead-form {
  display: grid;
  gap: 11px;
  padding: 25px;
  background: #eee5d7;
  border: 1px solid var(--line);
}
label {
  font-size: 0.78rem;
  font-weight: 700;
}
input {
  min-height: 46px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(16, 20, 38, 0.25);
  background: #fff;
  font: 1rem var(--sans);
}
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}
.availability-result {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #8c8378;
  background: rgba(255, 255, 255, 0.55);
  color: #554f49;
  font-size: 0.84rem;
}
.availability-result[data-state="available"] {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 104px;
  padding: 16px 18px;
  border: 2px solid #6d9c7b;
  background: #f5fbf6;
  color: #245838;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}
.availability-result[data-state="available"]::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #38734d;
  color: #fff;
  font: 800 3.2rem/1 var(--sans);
}
.availability-result[data-state="pending"] {
  border-color: #b07b20;
  color: #76500d;
}
.availability-result[data-state="booked"] {
  border-color: #943e3e;
  color: #792c2c;
}
.date-appointment-link {
  width: 100%;
  margin-top: 10px;
  justify-content: center;
}
.date-appointment-link[hidden] {
  display: none;
}
.appointment-panel {
  max-width: 720px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #f0e8db;
}
.appointment-panel p {
  margin-top: 0;
}
[hidden] {
  display: none !important;
}
.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.chemistry {
  padding: 100px 0;
}
.chemistry > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
}
.slot-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0 15px;
}
.slot-list button {
  display: flex;
  gap: 14px;
  min-height: 47px;
  padding: 0 15px;
  border: 1px solid var(--line);
  background: var(--paper);
  font: 700 0.84rem var(--sans);
  cursor: pointer;
}
.slot-list button.is-selected {
  background: var(--ink);
  color: #fff;
}
.lead-form {
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}
.lead-form .consent,
.lead-form .button,
.lead-form .form-note {
  grid-column: 1/-1;
}
.consent {
  display: flex;
  gap: 8px;
  font-weight: 400;
}
.consent input {
  min-height: auto;
  width: 16px;
}
.faq {
  padding: 98px 0;
  background: #e8dfd1;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.faq h2 {
  font-size: clamp(2.5rem, 4.3vw, 4.6rem);
}
details {
  border-top: 1px solid var(--line);
}
details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  position: relative;
  padding: 18px 32px 18px 0;
  font: 600 1.05rem var(--serif);
  cursor: pointer;
}
summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--gold);
}
details[open] summary:after {
  content: "–";
}
details p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.9rem;
}
.other {
  padding: 72px 0;
  background: var(--ink);
  color: #fff;
}
.other p {
  color: #e2bd6a;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.other h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}
.other h2 em {
  color: #e2bd6a;
}
.other a {
  display: inline-block;
  margin-top: 20px;
  color: #e2bd6a;
  font-size: 0.86rem;
  font-weight: 700;
}
footer {
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #d8dce5;
}
footer .shell {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  font-size: 0.75rem;
}
.mobile-cta {
  display: none;
}
@media (max-width: 760px) {
  .shell,
  .topbar {
    width: calc(100% - 32px);
  }
  .topbar {
    min-height: 70px;
    gap: 8px;
  }
  .topbar nav {
    display: none;
  }
  .top-cta {
    padding: 9px 11px;
    font-size: 0;
  }
  .top-cta:after {
    content: "Dátumok";
    font-size: 0.75rem;
  }
  .hero {
    padding: 40px 0 60px;
  }
  .hero-grid,
  .intro-video-grid,
  .invite-grid,
  .live-proof,
  .package-layout,
  .together-grid,
  .freedom-grid,
  .calendar-grid,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }
  .hero-facts {
    flex-direction: column;
    gap: 14px;
  }
  .voice-fact,
  .intro-video-slot,
  .invite,
  .package,
  .together,
  .calendar,
  .chemistry,
  .faq {
    padding: 70px 0;
  }
  .intro-video-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
  .intro-video-grid > div:first-child > p:last-child {
    margin-inline: auto;
  }
  .intro-phone {
    width: min(300px, 84vw);
  }
  .availability-result[data-state="available"] {
    grid-template-columns: 58px 1fr;
    gap: 13px;
    min-height: 90px;
    padding: 14px;
  }
  .availability-result[data-state="available"]::before {
    width: 58px;
    height: 58px;
    font-size: 2.6rem;
  }
  .invite .shell {
    width: calc(100% - 32px);
  }
  .live-proof {
    padding: 70px 0;
  }
  .audio-samples {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .tv {
    width: 100%;
    padding: 8px;
    border-width: 4px;
    border-radius: 12px;
  }
  .tv::after {
    bottom: -16px;
    height: 16px;
  }
  .phone {
    width: min(290px, 82vw);
  }
  .package-layout {
    align-items: start;
  }
  .menu-card {
    padding: 30px 24px;
  }
  .freedom {
    padding: 65px 0;
  }
  .lead-form {
    grid-template-columns: 1fr;
  }
  .button {
    width: 100%;
  }
  .mobile-cta {
    position: fixed;
    z-index: 30;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: rgba(16, 20, 38, 0.97);
    color: #fff;
    font-size: 0.72rem;
  }
  .mobile-cta a {
    padding: 10px 13px;
    background: #d8b45d;
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
  }
  body {
    padding-bottom: 60px;
  }
  footer .shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}
