:root {
  --rose-50: #fff0f6;
  --rose-100: #ffd7e8;
  --rose-200: #f3a8c9;
  --rose-500: #e85c96;
  --rose-700: #b72d69;
  --ink: #fff7fb;
  --muted: #e6cbd7;
  --cream: #160d15;
  --panel: #241421;
  --panel-strong: #321a2b;
  --sage: #9bb58d;
  --gold: #f1c678;
  --line: rgba(255, 215, 232, 0.24);
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at top left, #3a1d31 0, #160d15 34%, #0f0b10 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(18, 10, 17, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--rose-700), var(--rose-500));
  box-shadow: 0 10px 28px rgba(232, 92, 150, 0.26);
  font-family: Georgia, serif;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.96rem;
}

.site-nav a {
  text-decoration: none;
  font-weight: 850;
}

.demo-products-nav-link {
  color: var(--gold);
}

.nav-cta {
  padding: 9px 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose-700), var(--rose-500));
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(232, 92, 150, 0.28);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--panel);
  color: var(--ink);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 6vw, 82px) 44px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 7, 13, 0.96), rgba(20, 8, 17, 0.94) 49%, rgba(35, 14, 29, 0.28) 54%, rgba(35, 14, 29, 0.08));
}

.hero-image {
  position: absolute;
  inset: 0 0 0 54%;
  width: 46%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: radial-gradient(circle at 75% 40%, #321a2b, #160d15 62%);
  filter: saturate(1.2) contrast(1.08) brightness(0.98);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  max-width: min(570px, 43vw);
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--rose-200);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  font-weight: 900;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.55rem, 5vw, 4.75rem);
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.38);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

h3 {
  font-size: 1.28rem;
}

p {
  margin: 0;
}

.hero-content p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 16px;
  color: #ffe8f1;
  font-size: clamp(1.06rem, 2vw, 1.28rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
  text-decoration: none;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose-700), var(--rose-500));
  box-shadow: 0 16px 34px rgba(232, 92, 150, 0.24);
}

.button.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.section {
  padding: clamp(30px, 4.5vw, 58px) clamp(20px, 5vw, 72px);
}

.intro,
.faq-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: var(--panel);
}

.intro > p,
.faq-preview p,
.lead-copy {
  color: var(--muted);
  font-size: 1.13rem;
  font-weight: 700;
}

.sample-note {
  margin-top: 14px;
  color: var(--rose-100);
  font-weight: 850;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  background: #1c101a;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 12px;
  align-items: end;
}

.image-stack img,
.feature-image,
.gallery-grid img,
.gallery-showcase img {
  border: 2px solid rgba(255, 215, 232, 0.3);
  box-shadow: var(--shadow);
  filter: saturate(1.18) contrast(1.08) brightness(1.04);
}

.image-stack img,
.feature-image {
  width: 100%;
  border-radius: 8px;
  object-fit: contain;
  background: #160d15;
}

.feature-image {
  width: auto;
  max-width: 100%;
  max-height: 560px;
  aspect-ratio: auto;
  justify-self: center;
}

.image-stack img:first-child {
  aspect-ratio: 4 / 5;
}

.image-stack img:last-child {
  aspect-ratio: 3 / 4;
  margin-bottom: 22px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  color: var(--muted);
  font-weight: 850;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sage);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.package-preview,
.how-it-works {
  background: var(--panel);
}

.cards,
.steps,
.details-grid,
.menu-columns,
.faq-list {
  display: grid;
  gap: 14px;
}

.cards.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cards.three,
.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.steps article,
.detail-card,
.contact-panel,
.booking-form,
.faq-list details {
  min-height: 100%;
  padding: 20px;
  background: var(--panel-strong);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}

.package-card .price,
.detail-card .price,
.estimate-total {
  margin: 14px 0 12px;
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 900;
}

.card p,
.split p,
.steps p,
.detail-card p,
.detail-card li,
.faq-list p {
  color: var(--muted);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--rose-200);
  font-weight: 950;
}

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

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: var(--panel-strong);
}

.package-card h2,
.package-card h3 {
  max-width: 100%;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  overflow-wrap: break-word;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.proof-strip span {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
  color: var(--muted);
  font-weight: 900;
}

.proof-strip strong {
  display: block;
  color: var(--gold);
  font-size: 1.35rem;
}

.steps span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.testimonial-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: linear-gradient(135deg, #38152b, #7d214d);
  color: #fff;
}

.testimonial-band blockquote {
  margin: 0;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}

.testimonial-band p {
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.25;
}

.testimonial-band cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-weight: 800;
}

.faq-preview {
  background: #1c101a;
}

.final-cta {
  text-align: center;
  background: var(--panel);
}

.final-cta p {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--muted);
}

.final-cta .hero-actions {
  justify-content: center;
}

.final-cta h2 {
  font-size: clamp(2rem, 3.5vw, 3.15rem);
}

.page-hero {
  padding: clamp(42px, 6vw, 64px) clamp(20px, 5vw, 72px) clamp(22px, 3.2vw, 34px);
  background: linear-gradient(135deg, #321a2b, #160d15);
}

.page-hero h1 {
  max-width: 1100px;
  font-size: clamp(2.45rem, 4.8vw, 4.25rem);
}

.page-hero p {
  max-width: 760px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.14rem;
  font-weight: 700;
}

.details-grid,
.menu-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card ul {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.compare-table {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel-strong);
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

th,
td {
  padding: 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

th {
  color: var(--rose-200);
  font-size: 0.72rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

td {
  color: var(--muted);
  font-weight: 700;
}

.estimate {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(160px, 0.7fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: end;
  text-align: left;
}

.field {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 215, 232, 0.32);
  border-radius: 8px;
  padding: 10px 12px;
  font: 800 0.95rem/1.25 Inter, Arial, sans-serif;
  color: var(--ink);
  background: #160d15;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.estimate-total {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(241, 198, 120, 0.32);
  border-radius: 8px;
  background: rgba(241, 198, 120, 0.08);
  font-size: 1rem;
  line-height: 1.2;
}

.form-status,
.small-note {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 750;
}

.faq-list summary {
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 1.18rem;
  font-weight: 800;
}

.faq-list p {
  margin-top: 12px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}

.gallery-showcase {
  display: block;
  columns: 4 250px;
  column-gap: 18px;
}

.gallery-showcase img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  break-inside: avoid;
  margin: 0 0 18px;
  background:
    linear-gradient(var(--panel-strong), var(--panel-strong)) padding-box,
    linear-gradient(135deg, var(--rose-200), var(--gold), var(--rose-500)) border-box;
  border: 2px solid transparent;
  border-radius: 10px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 28px clamp(20px, 5vw, 72px);
  color: #fff;
  background: #100910;
}

.site-footer a {
  display: block;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 980px) {
  .cards.four,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro,
  .split,
  .split.reverse,
  .faq-preview,
  .contact-layout,
  .details-grid,
  .menu-columns,
  .estimate {
    grid-template-columns: 1fr;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(14, 7, 13, 0.9), rgba(35, 14, 29, 0.7));
  }

  .hero-image {
    inset: 0;
    width: 100%;
    object-position: right center;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
  }

  .brand {
    gap: 8px;
    min-width: 0;
    font-size: 1.08rem;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .site-nav {
    position: absolute;
    inset: 76px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: var(--panel-strong);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: 74vh;
    padding-inline: 18px;
  }

  .hero-content {
    max-width: 54vw;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(14, 7, 13, 0.86), rgba(35, 14, 29, 0.58));
  }

  .hero-image {
    inset: 0;
    width: 100%;
    object-position: right center;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.1rem);
    overflow-wrap: break-word;
  }

  h2 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    overflow-wrap: break-word;
  }

  .hero-content p:not(.eyebrow) {
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .steps,
  .testimonial-band,
  .cards.four,
  .cards.three,
  .gallery-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 480px) {
  .hero-content {
    max-width: calc(100vw - 36px);
  }

  h1 {
    font-size: 1.78rem;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 1rem;
  }
}
