:root {
  --ink: #161114;
  --ink-soft: #4a3f46;
  --cream: #f6efe4;
  --cream-2: #efe4d4;
  --pink: #ff4b8d;
  --pink-deep: #d6286a;
  --gold: #e8c36a;
  --night: #0d0a0c;
  --card: #1b1518;
  --line: rgba(246, 239, 228, 0.12);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Outfit", system-ui, sans-serif;
  background: var(--night);
  color: var(--cream);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(13, 10, 12, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img.mark {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gold);
}
.brand-type {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-type span:first-child {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #d8cfc3;
}
.brand-type span:last-child {
  font-family: "Great Vibes", cursive;
  font-size: 28px;
  color: var(--pink);
}
.nav-links {
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.nav-links a:hover { color: var(--gold); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-pink { background: var(--pink); color: #fff; }
.btn-pink:hover { background: var(--pink-deep); }
.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--line);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--cream);
  font-size: 24px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  place-items: end start;
  overflow: hidden;
}
.hero img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13,10,12,.25) 0%, rgba(13,10,12,.55) 45%, rgba(13,10,12,.92) 100%);
}
.hero-copy {
  position: relative;
  z-index: 1;
  padding: 0 0 80px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.eyebrow {
  color: var(--gold);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
}
h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.92;
  max-width: 10ch;
}
h1 em {
  font-family: "Great Vibes", cursive;
  font-style: normal;
  color: var(--pink);
  font-size: 1.15em;
}
.hero p {
  max-width: 34em;
  margin: 22px 0 28px;
  color: #f0e6da;
  font-size: 18px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

section { padding: 88px 0; }
h2 {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  margin-bottom: 16px;
}
h2 em {
  font-family: "Great Vibes", cursive;
  font-style: normal;
  color: var(--pink);
}
.lede { color: #d9cfc4; max-width: 40em; margin-bottom: 36px; }
.add-on-note { margin-top: 22px; margin-bottom: 0; font-size: 15px; }

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.photo-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.photo-frame.portrait { max-height: 640px; }
.photo-frame.portrait img { width: 100%; height: 640px; object-fit: cover; }

.color-block { margin-top: 64px; }
.color-heading {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(24px, 3vw, 34px);
  margin-bottom: 8px;
}
.color-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.color-grid figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #191316;
}
.color-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.color-grid figcaption {
  padding: 10px 12px 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d9cfc4;
}
.checklist { list-style: none; display: grid; gap: 12px; margin-top: 20px; }
.checklist li {
  display: flex;
  gap: 10px;
  color: #efe6db;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pink);
  margin-top: 8px;
  flex: 0 0 auto;
}

.packages { background: linear-gradient(180deg, #120e10, #1a1316); }
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: #21181c;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
}
.card.featured {
  background: linear-gradient(180deg, #2a1b22, #1d1418);
  border-color: rgba(255, 75, 141, 0.45);
}
.card h3 { font-size: 22px; margin-bottom: 8px; }
.price {
  font-family: "Fraunces", serif;
  font-size: 42px;
  margin: 8px 0 4px;
}
.price span { font-size: 16px; color: #cbbfb3; }
.card ul { list-style: none; margin: 18px 0 22px; color: #ddd2c7; }
.card ul li { padding: 6px 0; border-bottom: 1px solid var(--line); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step {
  padding: 22px;
  border-radius: 20px;
  background: #191316;
  border: 1px solid var(--line);
}
.num { color: var(--gold); letter-spacing: 0.16em; font-size: 12px; }

.gallery {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 16px;
}
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery .tall { height: 100%; min-height: 420px; }

.faq details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
}
.faq details p { color: #d7cdc2; margin-top: 8px; }

.book {
  background: var(--cream);
  color: var(--ink);
}
.book h2, .book .lede { color: var(--ink); }
.book .lede { color: var(--ink-soft); }
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: #fff;
  padding: 28px;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.form .full { grid-column: 1 / -1; }
label { font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase; color: #6b5f66; }
input, select, textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #e3d6c8;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fffaf4;
  color: var(--ink);
}
textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 13px; color: #6b5f66; margin-top: 8px; }
.success {
  display: none;
  background: #1b1518;
  color: var(--cream);
  padding: 28px;
  border-radius: 24px;
}

footer {
  padding: 36px 0 48px;
  border-top: 1px solid var(--line);
  color: #c9beb3;
}
.foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  align-items: end;
}

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #140f12;
    padding: 20px;
    border-bottom: 1px solid var(--line);
  }
  .menu-toggle { display: block; }
  .split, .grid-3, .steps, .gallery, .form, .color-grid { grid-template-columns: 1fr; }
  .color-grid { grid-template-columns: 1fr 1fr; }
  .color-grid img { height: 160px; }
  .photo-frame.portrait img { height: 420px; }
  section { padding: 64px 0; }
}
