:root {
  --bg: linear-gradient(180deg, #fff8fc 0%, #fff9f2 42%, #f9f3ee 100%);
  --text: #1c1917;
  --muted: #57534e;
  --soft: #78716c;
  --rose: #fb7185;
  --rose-soft: #fff7fb;
  --card: rgba(255,255,255,0.82);
  --card-border: rgba(255,255,255,0.7);
  --shadow: 0 18px 50px rgba(251, 113, 133, 0.10);
  --gradient: linear-gradient(to right, #ffc5dc, #ffe09e, #efd7ff);
  --dark-gradient: linear-gradient(180deg, #1a1717, #332627);
  --radius: 2rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 4rem 0; }
.page-bg { position: fixed; inset: 0; pointer-events: none; z-index: -2; overflow: hidden; }
.bg-blob { position: absolute; border-radius: 999px; filter: blur(60px); }
.blob-1 { left: -8%; top: 0; width: 18rem; height: 18rem; background: rgba(255,216,233,0.6); }
.blob-2 { right: -10%; top: 5rem; width: 20rem; height: 20rem; background: rgba(234,216,255,0.55); }
.blob-3 { bottom: 3rem; left: 33%; width: 18rem; height: 18rem; background: rgba(255,230,184,0.45); }
.blob-4 { left: 2.5rem; top: 8rem; width: 6rem; height: 6rem; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.6); backdrop-filter: blur(5px); }
.blob-5 { right: 3rem; top: 34rem; width: 4rem; height: 4rem; background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.6); backdrop-filter: blur(5px); }
.site-header {
  position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 0;
}
.eyebrow {
  margin: 0 0 .75rem; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .35em; color: var(--rose);
}
.eyebrow.small { font-size: 11px; margin-bottom: .25rem; }
.brand, h1, h2, h3, .site-footer h3 { font-family: 'Cormorant Garamond', Georgia, serif; }
.brand { font-size: 2rem; font-weight: 700; line-height: 1; }
.nav { display: flex; gap: 2rem; }
.nav a { font-size: .95rem; text-transform: capitalize; color: #44403c; transition: color .2s ease; }
.nav a:hover { color: var(--rose); }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.menu-toggle {
  display: none; border: 1px solid #d6d3d1; background: rgba(255,255,255,0.7); border-radius: 999px; padding: .55rem .8rem; cursor: pointer;
}
.mobile-nav {
  display: none; flex-direction: column; gap: 1rem; padding: 0 1rem 1rem; border-top: 1px solid rgba(255,255,255,0.5);
}
.mobile-nav.open { display: flex; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  min-height: 3rem; padding: 0 1.5rem; border-radius: 999px; font-weight: 600; border: 1px solid transparent; transition: transform .2s ease, opacity .2s ease, background .2s ease;
}
.btn:hover { opacity: .96; }
.btn-gradient { background: var(--gradient); color: #1c1917; box-shadow: 0 10px 30px rgba(244, 114, 182, .18); }
.btn-dark { background: linear-gradient(to right, #171414, #3a2d2d); color: #fff; }
.btn-outline { background: rgba(255,255,255,0.82); border-color: #d6d3d1; color: #292524; }
.hero {
  position: relative; overflow: hidden; border-radius: 2.5rem; padding: 3rem 1rem 4rem; margin-top: 1rem;
}
.hero-image, .hero-overlay, .hero-soft-overlay { position: absolute; inset-inline: 0; top: 0; height: 72%; }
.hero-image {
  background: center/cover no-repeat url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?auto=format&fit=crop&w=1600&q=80');
}
.hero-overlay {
  background: linear-gradient(180deg, rgba(255,248,252,0.30) 0%, rgba(255,249,242,0.50) 45%, rgba(249,243,238,0.92) 82%, rgba(249,243,238,1) 100%);
}
.hero-soft-overlay { background: rgba(255,255,255,0.10); backdrop-filter: blur(1px); }
.hero-grid {
  position: relative; z-index: 2; display: grid; gap: 2.5rem; align-items: center; grid-template-columns: 1.05fr .95fr;
}
.pill-badge {
  display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1rem; padding: .7rem 1rem;
  border-radius: 999px; border: 1px solid #d6d3d1; background: rgba(255,255,255,0.8); color: var(--rose); font-size: .75rem; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}
.hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 5.5rem); line-height: 1.02; }
.hero-text, .section-text { color: var(--muted); font-size: 1.05rem; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.tag-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.tag-row span {
  background: rgba(255,255,255,0.85); box-shadow: 0 4px 12px rgba(0,0,0,.04); color: var(--rose); font-size: .78rem; padding: .45rem .8rem; border-radius: 999px; font-weight: 500;
}
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.soft-card {
  background: rgba(255,255,255,0.85); border: 1px solid var(--card-border); border-radius: 1.75rem; box-shadow: var(--shadow);
}
.feature-card { padding: 1.25rem; }
.feature-card h3 { margin: 0 0 .5rem; font-size: 1.15rem; text-transform: capitalize; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: .92rem; }
.hero-side { position: relative; }
.floating-pill {
  position: absolute; right: -.5rem; top: -1rem; z-index: 3; background: #fff; border-radius: 999px; padding: .6rem 1rem; box-shadow: 0 10px 24px rgba(0,0,0,.08); color: var(--rose); font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
}
.hero-showcase {
  border-radius: 2.25rem; padding: 1rem; background: linear-gradient(to bottom right, #fff3f9, #fff8ef, #f4eaff); border: 1px solid rgba(255,255,255,0.7); box-shadow: var(--shadow);
}
.hero-showcase-inner {
  padding: 1.5rem; background: rgba(255,255,255,0.7); border-radius: 1.8rem; border: 1px solid rgba(255,255,255,0.7); backdrop-filter: blur(8px);
}
.hero-showcase-panel {
  border-radius: 1.6rem; padding: 1.75rem; background: radial-gradient(circle at top, rgba(255,207,228,0.85), transparent 28%), linear-gradient(180deg, #fffdfb, #fff6fb, #fff3e8);
}
.hero-mini-head { display: flex; justify-content: space-between; font-size: .74rem; color: var(--soft); text-transform: uppercase; letter-spacing: .3em; margin-bottom: 2rem; }
.hero-showcase-panel h3 { margin: 0; font-size: 2.2rem; line-height: 1.1; max-width: 22rem; }
.mini-points { display: grid; gap: .75rem; margin-top: 1.5rem; }
.mini-points div {
  border-radius: 1rem; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.8); box-shadow: 0 6px 18px rgba(0,0,0,.04); color: #44403c; font-size: .95rem;
}
.mini-footer {
  margin-top: 1.5rem; border-radius: 1.5rem; background: #1c1917; color: #fff; padding: 1rem 1.25rem; font-size: .95rem;
}
.section-head h2, .faq-section h2, .booking-card h2, .how-card h3, .map-card h3, .dark-card h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.06; }
.section-head { display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.section-head.centered { text-align: center; justify-content: center; }
.pieces-wrap { position: relative; margin-top: 2.5rem; }
.fade-left, .fade-right { position: absolute; top: 0; bottom: 2.8rem; width: 1.5rem; z-index: 3; pointer-events: none; }
.fade-left { left: 0; background: linear-gradient(to right, #fbf5f0, transparent); }
.fade-right { right: 0; background: linear-gradient(to left, #fbf5f0, transparent); }
.pieces-scroll {
  overflow-x: auto; padding-bottom: 1rem; cursor: grab; scrollbar-width: none; -ms-overflow-style: none;
}
.pieces-scroll::-webkit-scrollbar { display: none; }
.pieces-scroll.dragging { cursor: grabbing; user-select: none; }
.pieces-track { display: flex; gap: 1rem; width: max-content; padding-right: 1rem; }
.piece-card {
  width: 260px; min-width: 260px; height: 470px; flex-shrink: 0; text-align: left; border: none; padding: 0; background: transparent; cursor: pointer;
}
.piece-card .soft-card, .piece-card { appearance: none; }
.piece-card > * { pointer-events: none; }
.piece-card {
  display: block; border-radius: 2rem; overflow: hidden; background: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.7); box-shadow: var(--shadow); transition: transform .3s ease, box-shadow .3s ease;
}
.piece-card:hover { transform: translateY(-4px); box-shadow: 0 24px 44px rgba(251,113,133,.10); }
.piece-image { height: 240px; overflow: hidden; background: var(--rose-soft); }
.piece-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.piece-card:hover .piece-image img { transform: scale(1.05); }
.piece-body { display: flex; flex-direction: column; height: calc(100% - 240px); padding: 1.25rem; }
.piece-meta { display: flex; justify-content: space-between; gap: .5rem; align-items: center; margin-bottom: 1rem; }
.icon-chip {
  display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border-radius: 1rem; background: linear-gradient(to bottom right, #ffe1ef, #fde7b2); color: #1c1917; font-weight: 700;
}
.piece-tag {
  display: inline-flex; align-items: center; padding: .35rem .75rem; border-radius: 999px; background: #fff7fb; color: var(--rose); font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em;
}
.piece-body h3, .faq-card h3 { margin: 0; font-size: 1.45rem; }
.piece-body p, .faq-card p, .map-note p { color: var(--muted); line-height: 1.6; }
.piece-link { margin-top: auto; padding-top: 1rem; display: inline-flex; align-items: center; gap: .5rem; font-size: .95rem; font-weight: 600; }
.piece-hint { margin: .5rem 0 0; font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); }
.scrollbar-wrap { margin-top: 1rem; padding-inline: .25rem; }
.custom-scrollbar { position: relative; height: 10px; width: 100%; border-radius: 999px; background: rgba(255,255,255,0.8); box-shadow: inset 0 2px 8px rgba(251,113,133,.10); }
.scrollbar-thumb {
  position: absolute; top: 0; left: 0; height: 10px; border: none; border-radius: 999px; background: var(--gradient); box-shadow: 0 6px 16px rgba(251,113,133,.22); cursor: grab;
}
.scrollbar-thumb:active { cursor: grabbing; }
.moments-grid, .booking-card { display: grid; gap: 2rem; grid-template-columns: .95fr 1.05fr; }
.dark-card {
  background: var(--dark-gradient); color: #fff; border-radius: 2rem; padding: 2rem; box-shadow: var(--shadow);
}
.dark-card p { line-height: 1.7; color: #d6d3d1; }
.dark-list { display: grid; gap: 1rem; margin-top: 2rem; color: #e7e5e4; }
.how-card { padding: 2rem; }
.steps-list { display: grid; gap: .8rem; margin-top: 2rem; }
.step-box {
  display: flex; gap: 1rem; align-items: start; border-radius: 1.5rem; border: 1px solid rgba(244,114,182,.15); background: #fff7fb; padding: 1rem; box-shadow: 0 8px 18px rgba(244,114,182,.06); transition: all .3s ease;
}
.step-box:hover { border-color: transparent; background: linear-gradient(to right, #f5bfd6, #f7d998, #e7d4ff); box-shadow: 0 12px 24px rgba(251,113,133,.12); }
.step-box span { min-width: 52px; color: var(--rose); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .3em; }
.step-box:hover span, .step-box:hover p, .step-box:hover h4 { color: #1c1917; }
.step-box h4 { margin: 0; font-size: 1rem; }
.step-box p { margin: .3rem 0 0; color: var(--muted); }
.booking-card {
  border-radius: 2.5rem; border: 1px solid rgba(255,255,255,0.7); padding: 2rem; background: linear-gradient(135deg, #fff1f7, #fff7ed, #f6eeff); box-shadow: var(--shadow);
}
.booking-tags { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 1.5rem; }
.booking-tags div {
  background: rgba(255,255,255,0.8); padding: .9rem 1rem; border-radius: 1rem; color: #44403c; font-size: .92rem; font-weight: 500; box-shadow: 0 8px 18px rgba(251,113,133,.07);
}
.map-card {
  border-radius: 2rem; border: 1px solid rgba(255,255,255,0.8); background: rgba(255,255,255,0.82); padding: 1.5rem; box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.map-header { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.map-header h3 { margin: .4rem 0 0; font-size: 2rem; }
.map-chip {
  width: 3rem; height: 3rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 1rem; background: #fff7fb; color: var(--rose); font-size: 1.25rem;
}
.mini-map {
  position: relative; margin-top: 1.25rem; height: 260px; overflow: hidden; border-radius: 1.5rem; border: 1px solid #e7e5e4; background: linear-gradient(135deg, #f8e8ef 0%, #f6f1e7 45%, #efe6f8 100%);
}
.map-lines::before, .map-lines::after, .mini-map::before, .mini-map::after { content: ''; position: absolute; }
.map-lines::before {
  inset: 0; opacity: .7;
  background:
    linear-gradient(#bfbfbf 0 0) 0 20%/100% 1px,
    linear-gradient(#bfbfbf 0 0) 0 45%/100% 1px,
    linear-gradient(#bfbfbf 0 0) 0 70%/100% 1px,
    linear-gradient(90deg, #bfbfbf 0 0) 18% 0/1px 100%,
    linear-gradient(90deg, #bfbfbf 0 0) 48% 0/1px 100%,
    linear-gradient(90deg, #bfbfbf 0 0) 78% 0/1px 100%;
  background-repeat: no-repeat;
}
.map-lines::after {
  left: 8%; top: 62%; width: 84%; height: 12px; border-radius: 999px; background: rgba(168,162,158,0.7); transform: rotate(-12deg);
}
.mini-map::before {
  left: 14%; top: 28%; width: 68%; height: 12px; border-radius: 999px; background: rgba(255,255,255,0.8); transform: rotate(18deg); box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.mini-map::after {
  left: 36%; top: 16%; width: 26%; height: 44%; border-radius: 999px; border: 8px solid rgba(255,216,233,0.8); background: rgba(248,239,245,0.7);
}
.map-pin {
  position: absolute; left: 52%; top: 52%; transform: translate(-50%, -50%); width: 48px; height: 48px; border-radius: 999px; display: flex; align-items: center; justify-content: center; background: linear-gradient(to bottom right, #ffc5dc, #ffe09e, #efd7ff); box-shadow: 0 10px 24px rgba(251,113,133,.18); color: #1c1917; font-size: 1.1rem; font-weight: 700;
}
.map-pin::after {
  content: ''; position: absolute; top: 40px; width: 16px; height: 16px; transform: rotate(45deg); background: #ffd8e9; border-radius: 2px;
}
.map-note {
  margin-top: 1.25rem; background: #fff8fb; border-radius: 1rem; padding: 1rem;
}
.faq-grid { display: grid; gap: 1rem; margin-top: 2.5rem; }
.faq-card { padding: 1.5rem; }
.site-footer {
  border-top: 1px solid rgba(255,255,255,0.6); background: linear-gradient(180deg, #fff4f8, #f9f2ea); margin-top: 2rem;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; padding: 3rem 0; }
.site-footer h3 { margin: .6rem 0 0; font-size: 2rem; }
.site-footer h4 { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .2em; font-size: .85rem; color: #44403c; }
.site-footer p { color: var(--muted); line-height: 1.7; }
.footer-links { display: grid; gap: .75rem; color: var(--muted); text-transform: capitalize; }
.footer-links a:hover { color: var(--rose); }
.footer-contact p { margin: 0; }
.muted { color: var(--soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.7); padding: 1rem; text-align: center; color: var(--soft); font-size: .75rem; letter-spacing: .2em; text-transform: uppercase; }
.product-modal {
  position: fixed; inset: 0; display: none; align-items: center; justify-content: center; padding: 1rem; z-index: 80;
}
.product-modal.open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(28,25,23,.45); backdrop-filter: blur(4px); }
.modal-panel {
  position: relative; width: min(1100px, 100%); max-height: calc(100vh - 2rem); overflow: auto; background: var(--bg); border-radius: 2rem; padding: 1.5rem; box-shadow: 0 30px 80px rgba(0,0,0,.25);
}
.modal-close, .modal-back {
  border: 1px solid #d6d3d1; background: rgba(255,255,255,.82); color: #292524; border-radius: 999px; cursor: pointer;
}
.modal-close {
  position: absolute; right: 1rem; top: 1rem; width: 2.6rem; height: 2.6rem; font-size: 1.5rem;
}
.mobile-back { display: none; padding: .7rem 1rem; margin-bottom: 1rem; }
.modal-grid { display: grid; gap: 2rem; grid-template-columns: 1fr .95fr; align-items: start; }
.modal-image-wrap {
  overflow: hidden; border-radius: 2rem; border: 1px solid rgba(255,255,255,0.7); background: rgba(255,255,255,.7); box-shadow: var(--shadow);
}
.modal-image-wrap img { width: 100%; height: 560px; object-fit: cover; }
.modal-content {
  border-radius: 2rem; border: 1px solid rgba(255,255,255,.7); background: rgba(255,255,255,.82); padding: 1.5rem; box-shadow: var(--shadow);
}
.modal-top { display: flex; justify-content: space-between; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.modal-content h2 { margin: 0; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.05; }
.modal-description { font-size: 1.05rem; line-height: 1.9; color: var(--muted); }
.modal-love-box { margin-top: 1.75rem; border-radius: 1.75rem; background: #fff8fb; padding: 1.25rem; }
.modal-details { display: grid; gap: .75rem; margin-top: 1rem; }
.modal-details div {
  display: flex; gap: .8rem; align-items: start; background: #fff; padding: .9rem 1rem; border-radius: 1rem; box-shadow: 0 6px 16px rgba(0,0,0,.04); color: #44403c;
}
.modal-details span { color: #1c1917; }
@media (max-width: 1024px) {
  .hero-grid, .moments-grid, .booking-card, .modal-grid { grid-template-columns: 1fr; }
  .feature-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .booking-tags { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .container { width: min(1120px, calc(100% - 1rem)); }
  .hero { padding-inline: .75rem; }
  .hero h1 { font-size: 3.1rem; }
  .floating-pill { right: 0; top: -0.75rem; }
  .piece-card { width: 248px; min-width: 248px; }
  .section { padding: 3rem 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .modal-panel { padding: 1rem; }
  .modal-close { display: none; }
  .mobile-back { display: inline-flex; align-items: center; }
  .modal-image-wrap img { height: 380px; }
}
