:root {
  --pink: #f2a9bb;
  --pink-deep: #ea94ab;
  --cream: #f8f3e9;
  --lavender: #eee6f4;
  --text: #8a5f70;
  --card: rgba(255, 255, 255, 0.9);
  --hero-image: url("assets/liyah-background.jpg");
  --custom-cursor: url("assets/custom-cursor-main.png");
  --custom-cursor-hover: url("assets/custom-cursor-hover.png");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Nunito", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--lavender);
  min-height: 100vh;
}

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

.site-bg {
  background-image:
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.18)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(234, 148, 171, 0.28);
}

.nav-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: "Parisienne", cursive;
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--pink-deep);
  line-height: 1;
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--pink);
  color: #fff;
  border-radius: 12px;
  padding: 0.4rem 0.65rem;
  font-weight: 800;
}

nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-weight: 700;
  color: #7d5766;
}

nav a:hover,
nav a.active {
  background: #f9d8e2;
}

.btn {
  display: inline-block;
  border: none;
  border-radius: 999px;
  background: var(--pink-deep);
  color: #fff;
  font-weight: 800;
  padding: 0.85rem 1.45rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 22px rgba(234, 148, 171, 0.35);
}

.btn:hover {
  transform: translateY(-2px);
}

main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1rem;
}

.card {
  background: var(--card);
  border: 1px solid rgba(242, 169, 187, 0.35);
  border-radius: 28px;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(145, 91, 109, 0.12);
}

h1,
h2,
h3 {
  color: var(--pink-deep);
  margin-top: 0;
}

h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  margin-bottom: 1rem;
}

.section-title {
  margin-bottom: 0.8rem;
}

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

ul.clean {
  margin: 0;
  padding-left: 1.1rem;
  line-height: 1.7;
}

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

.price-table td,
.price-table th {
  padding: 0.6rem 0.5rem;
  border-bottom: 1px dashed rgba(234, 148, 171, 0.4);
}

.price-table th {
  text-align: left;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(234, 148, 171, 0.45);
  border-radius: 12px;
  padding: 0.68rem 0.75rem;
  background: #fff;
  font: inherit;
  color: #684954;
}

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

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

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

.order-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.order-note {
  margin: 0;
  padding: 0.6rem 0.85rem;
  border-radius: 12px;
  background: #f9dce4;
  color: #9f4c68;
  font-weight: 800;
  max-width: 330px;
  text-align: right;
}

footer {
  background: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(234, 148, 171, 0.3);
}

.footer-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.3rem 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-brand {
  font-family: "Parisienne", cursive;
  font-size: 2rem;
  color: var(--pink-deep);
}

.footer-item {
  line-height: 1.6;
}

.confirm-note {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  line-height: 1.6;
}

.badge {
  display: inline-block;
  background: #f9dce4;
  color: #9f4c68;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

@media (max-width: 860px) {
  .hero,
  .grid-2,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .order-head {
    flex-direction: column;
  }

  .order-note {
    text-align: left;
    max-width: 100%;
  }

  .nav-toggle {
    display: inline-block;
  }

  nav {
    display: none;
    width: 100%;
    padding-top: 0.65rem;
  }

  nav.open {
    display: flex;
    justify-content: flex-start;
  }

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

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: var(--custom-cursor) 14 14, auto;
  }

  a,
  button,
  input[type="submit"],
  input[type="button"],
  select,
  label[for],
  summary,
  .btn {
    cursor: var(--custom-cursor-hover) 12 12, pointer;
  }
}
