:root {
  --bg:        #f7f3fa;
  --bg-soft:   #efe7f4;
  --panel:     #ffffff;
  --ink:       #2f2640;
  --ink-soft:  #6b6076;
  --ink-faint: #9d93a9;
  --lav:       #b9a0d4;
  --lav-deep:  #7c5e9b;
  --gold:      #c9a96a;
  --line:      #e7ddef;
  --maxw:      1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Jost", system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--lav-deep); outline-offset: 3px; border-radius: 3px; }

h1, h2, h3, .test-quote { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }

.eyebrow {
  font-family: "Jost", sans-serif; font-size: 0.72rem; font-weight: 500;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--lav-deep);
}

/* ---------- buttons ---------- */
.btn, .btn-ghost, .btn-nav {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Jost", sans-serif; font-size: 0.9rem; font-weight: 500;
  letter-spacing: 0.02em; cursor: pointer; border-radius: 999px;
  padding: 13px 26px; transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn { background: var(--lav-deep); color: #fff; border: 1px solid var(--lav-deep); }
.btn:hover { background: #6a4d89; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--lav-deep); color: var(--lav-deep); }
.btn-nav { background: var(--ink); color: var(--bg); padding: 10px 20px; font-size: 0.84rem; }
.btn-nav:hover { background: var(--lav-deep); }
.full { width: 100%; }

/* ---------- image zones ---------- */
.photo-zone {
  position: relative; overflow: hidden; border-radius: 16px;
  background: radial-gradient(120% 120% at 30% 15%, rgba(185,160,212,0.28), transparent 62%), linear-gradient(150deg, var(--bg-soft), #e3d6ec);
  display: grid; place-items: center; width: 100%; height: 100%;
}
.photo-zone img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.ph-hint {
  position: relative; z-index: 0; font-family: "Jost", sans-serif; font-size: 0.72rem;
  letter-spacing: 0.06em; color: var(--lav-deep); text-align: center; padding: 9px 14px;
  border: 1px dashed rgba(124,94,155,0.5); border-radius: 8px; background: rgba(255,255,255,0.65);
}
.ph-hint svg { width: 18px; height: 18px; display: block; margin: 0 auto 6px; }

/* ---------- nav ---------- */
nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; align-items: center; gap: 10px; font-family: "Cormorant Garamond", serif; font-size: 1.45rem; font-weight: 600; letter-spacing: 0.01em; }
.brand .mark { width: 26px; height: 26px; color: var(--lav-deep); flex: none; }
.nav-right { display: flex; align-items: center; gap: 14px; }

.lang-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--panel); }
.lang-btn { display: inline-flex; align-items: center; gap: 6px; border: none; background: transparent; cursor: pointer; border-radius: 999px; padding: 5px 10px; font-family: "Jost", sans-serif; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.05em; color: var(--ink-faint); transition: background 0.2s ease, color 0.2s ease; }
.lang-btn .flag { width: 20px; height: 14px; border-radius: 2px; display: block; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.lang-btn.active { background: var(--ink); color: #fff; }
.lang-btn:hover:not(.active) { color: var(--ink); }

/* ---------- hero ---------- */
.hero { padding: clamp(30px, 6vw, 60px) 0 clamp(56px, 9vw, 96px); }
.hero-grid { display: grid; gap: 44px; grid-template-columns: 1fr; align-items: center; }
.hero h1 { font-size: clamp(2.9rem, 9vw, 5.2rem); line-height: 1.0; letter-spacing: -0.01em; margin: 20px 0 0; }
.hero h1 em { font-style: italic; color: var(--lav-deep); }
.hero .lede { color: var(--ink-soft); font-size: clamp(1.05rem, 2.3vw, 1.24rem); max-width: 44ch; margin: 22px 0 0; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.stats { display: flex; gap: 30px; margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }
.stat-n { font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 600; color: var(--ink); line-height: 1; }
.stat-l { font-size: 0.78rem; color: var(--ink-faint); letter-spacing: 0.04em; margin-top: 4px; }

.hero-visual { position: relative; }
.photo-hero { aspect-ratio: 4 / 5; }
.wave { position: absolute; left: 6%; right: 6%; bottom: -18px; width: 88%; height: 36px; color: var(--lav); opacity: 0.8; }

/* ---------- sections ---------- */
section.block { padding: clamp(64px, 11vw, 118px) 0; }
.about { background: var(--panel); }
.section-head { max-width: 30ch; }
.section-head.center { max-width: 40ch; margin: 0 auto; text-align: center; }
.section-head h2, .about-copy h2, .contact-copy h2 { font-size: clamp(2rem, 5vw, 3.1rem); line-height: 1.06; letter-spacing: -0.005em; margin-top: 14px; }
.section-note { color: var(--ink-soft); margin-top: 14px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- about ---------- */
.about-grid { display: grid; gap: 44px; grid-template-columns: 1fr; align-items: center; }
.photo-about { aspect-ratio: 4 / 5; }
.about-copy p { color: var(--ink-soft); margin-top: 16px; max-width: 52ch; }

/* ---------- packages ---------- */
.pkg-grid { margin-top: 54px; display: grid; gap: 22px; grid-template-columns: 1fr; }
.pkg { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; position: relative; }
.pkg.featured { border-color: var(--lav-deep); box-shadow: 0 24px 60px -34px rgba(124,94,155,0.7); }
.pkg-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--lav-deep); color: #fff; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.pkg-name { font-size: 1.7rem; }
.pkg-price { font-family: "Jost", sans-serif; color: var(--ink-soft); font-size: 0.9rem; margin: 8px 0 20px; }
.pkg-price b { font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 600; color: var(--ink); }
.pkg-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; flex: 1; }
.pkg-list li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: 0.95rem; }
.pkg-list li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--lav); }

/* ---------- evening timeline ---------- */
.timeline { list-style: none; margin-top: 56px; display: grid; gap: 0; grid-template-columns: 1fr; position: relative; }
.tl-step { padding: 24px 0 24px 34px; border-left: 2px solid var(--line); position: relative; }
.tl-step::before { content: ""; position: absolute; left: -8px; top: 30px; width: 14px; height: 14px; border-radius: 50%; background: var(--bg); border: 2px solid var(--lav-deep); }
.tl-time { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.05rem; color: var(--lav-deep); }
.tl-step h3 { font-size: 1.55rem; margin: 2px 0 6px; }
.tl-step p { color: var(--ink-soft); max-width: 46ch; }

/* ---------- gallery ---------- */
.gal-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.gal-item {
  border: none; background: none; cursor: pointer; padding: 0;
  border-radius: 16px; overflow: hidden; position: relative;
  aspect-ratio: 1 / 1; display: block;
}
.gal-item .photo-zone { border-radius: 16px; height: 100%; }
.gal-item img {
  filter: grayscale(100%);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.5s ease;
}
.gal-item:hover img,
.gal-item:focus-visible img { filter: grayscale(0%); transform: scale(1.07); }
.gal-item::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(47,38,64,0.10), rgba(47,38,64,0.28));
  opacity: 1; transition: opacity 0.45s ease;
}
.gal-item:hover::after,
.gal-item:focus-visible::after { opacity: 0; }

/* ---------- testimonials ---------- */
.testimonials { background: var(--panel); }
.test-stage { margin-top: 44px; max-width: 40ch; margin-left: auto; margin-right: auto; text-align: center; position: relative; min-height: 180px; }
.test-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s ease; pointer-events: none; display: flex; flex-direction: column; justify-content: center; }
.test-slide.is-active { opacity: 1; pointer-events: auto; position: relative; }
.test-quote { font-size: clamp(1.4rem, 3.5vw, 2rem); font-style: italic; line-height: 1.32; color: var(--ink); }
.test-by { font-family: "Jost", sans-serif; font-size: 0.85rem; letter-spacing: 0.06em; color: var(--ink-faint); margin-top: 18px; }
.test-dots { display: flex; gap: 8px; justify-content: center; margin-top: 26px; }
.test-dots .dot { width: 8px; height: 8px; border-radius: 50%; border: none; background: var(--line); cursor: pointer; padding: 0; transition: background 0.2s ease, width 0.2s ease; }
.test-dots .dot.is-active { background: var(--lav-deep); width: 22px; border-radius: 999px; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: start; }
.contact-copy .lede { color: var(--ink-soft); font-size: 1.1rem; margin-top: 16px; max-width: 40ch; }
.contact-form { display: flex; flex-direction: column; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.contact-form input, .contact-form textarea {
  font-family: "Jost", sans-serif; font-size: 1rem; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; width: 100%;
}
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--lav-deep); box-shadow: 0 0 0 3px rgba(124,94,155,0.14); }
.contact-form textarea { resize: vertical; }
.field-label { font-size: 0.8rem; color: var(--ink-faint); letter-spacing: 0.04em; margin: 4px 0 -4px; }
.cf-success { display: none; text-align: center; color: var(--lav-deep); font-size: 1.05rem; padding: 10px; }

/* ---------- footer ---------- */
footer { background: var(--bg-soft); border-top: 1px solid var(--line); padding: 40px 0; }
.foot-inner { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between; }
.foot-social { display: flex; gap: 4px; }
.foot-social a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink-soft); border: 1px solid var(--line); transition: color 0.2s ease, border-color 0.2s ease; }
.foot-social a:hover { color: var(--lav-deep); border-color: var(--lav-deep); }
.foot-social svg { width: 18px; height: 18px; }
.foot-copy { font-size: 0.85rem; color: var(--ink-faint); }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(28,20,40,0.9); display: none; align-items: center; justify-content: center; z-index: 100; padding: 24px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92%; max-height: 88%; border-radius: 12px; }
.lb-close { position: absolute; top: 20px; right: 26px; background: none; border: none; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; }

/* ---------- desktop ---------- */
@media (min-width: 820px) {
  .hero-grid { grid-template-columns: 1.05fr 0.95fr; gap: 60px; }
  .about-grid { grid-template-columns: 0.9fr 1.1fr; gap: 60px; }
  .pkg-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .pkg.featured { transform: translateY(-14px); }
  .timeline { grid-template-columns: repeat(4, 1fr); gap: 0; }
  .tl-step { border-left: none; border-top: 2px solid var(--line); padding: 34px 24px 0 0; }
  .tl-step::before { left: -1px; top: -8px; }
  .gal-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .gal-item { aspect-ratio: 4 / 3; }
  .contact-grid { grid-template-columns: 0.9fr 1.1fr; gap: 56px; }
}

@media (max-width: 520px) {
  .lang-btn span { display: none; }
  .lang-btn { padding: 6px 8px; }
  .nav-right { gap: 8px; }
  .btn-nav { padding: 9px 14px; }
  .stats { gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .test-slide { transition: none; }
  .btn:hover, .btn-nav:hover { transform: none; }
}