:root {
  --ink: #1d2430;
  --muted: #667085;
  --rose: #c86f6b;
  --rose-dark: #b75d59;
  --cream: #fbf6f1;
  --sand: #f3e8df;
  --line: #eaded7;
  --white: #fff;
  --shadow: 0 20px 60px rgba(32, 32, 32, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fffaf7;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 6vw;
  background: rgba(255, 250, 247, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(234,222,215,.6);
}
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: "Playfair Display", serif; font-size: clamp(32px, 4vw, 52px); letter-spacing: -2px; }
.brand-by { font-size: 13px; font-weight: 700; text-align: right; margin-top: -4px; }
.nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav a:hover { color: var(--rose-dark); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--rose), var(--rose-dark)); }
.btn-outline { border: 1px solid #222; background: rgba(255,255,255,.8); }
.btn-light { color: var(--ink); background: #fff; min-width: 280px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 28px; }
.hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, .95fr);
  gap: 36px;
  align-items: center;
  min-height: 680px;
  padding: 70px 6vw 56px;
  background:
    radial-gradient(circle at 74% 30%, rgba(200,111,107,.18), transparent 24%),
    linear-gradient(90deg, rgba(255,250,247,1) 0%, rgba(255,250,247,.92) 45%, rgba(243,232,223,.86) 100%);
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--rose-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .24em;
}
.center { text-align: center; }
h1, h2 { font-family: "Playfair Display", serif; margin: 0; letter-spacing: -.045em; }
h1 { max-width: 680px; font-size: clamp(54px, 7vw, 98px); line-height: .95; }
h2 { font-size: clamp(32px, 4vw, 48px); }
.hero-copy { max-width: 630px; margin: 28px 0; font-size: 19px; line-height: 1.75; color: #303846; }
.hero-actions, .hero-badges { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.hero-badges { margin-top: 28px; font-weight: 800; text-transform: uppercase; }
.hero-badges span { display: inline-flex; align-items: center; gap: 10px; }
.hero-badges span::before { content: ""; width: 24px; height: 24px; border: 2px solid var(--ink); border-radius: 50%; }
.hero-visual {
  min-height: 560px;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 82% 74%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(135deg, #d8c7b5, #fff8f0 45%, #8a6d55);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.welcome-sign {
  position: relative;
  width: min(390px, 74%);
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,.22);
  transform: rotate(4deg);
  text-align: center;
}
.script { font-family: "Playfair Display", serif; font-size: 72px; margin: 0 0 8px; font-style: italic; }
.welcome-sign p:not(.script) { letter-spacing: .22em; font-size: 12px; }
.welcome-sign small { display: block; margin-top: 18px; text-transform: uppercase; letter-spacing: .18em; }
.leaf { position: absolute; width: 110px; height: 70px; border-radius: 60% 0 60% 0; background: rgba(125,155,113,.28); }
.leaf-one { top: 18px; left: 18px; }
.leaf-two { bottom: 20px; right: 22px; transform: rotate(180deg); }
.event-strip, .process, .gallery, .faq { padding: 44px 6vw; background: #fff; }
.event-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 20px; margin-top: 24px; }
.event-grid div { display: grid; place-items: center; gap: 12px; color: var(--rose-dark); font-size: 34px; }
.event-grid span { color: var(--ink); font-size: 13px; font-weight: 800; text-align: center; text-transform: uppercase; }
.pricing-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 30px 6vw 24px;
}
.feature-card, .price-card, .rush-card, .design-card {
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.feature-card { display: grid; grid-template-columns: 1fr 260px; gap: 26px; padding: 34px; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 16px; }
.check-list li { color: #344054; }
.check-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; border-radius: 50%; background: var(--rose); color: #fff; font-size: 13px; }
.board-stack { border-radius: 12px; background: linear-gradient(160deg,#fff 0 24%,#ded9d5 25% 30%,#fff 31% 52%,#ded9d5 53% 58%,#fff 59% 78%,#ded9d5 79% 84%,#fff 85%); box-shadow: inset 0 0 0 1px #eee; }
.price-card { padding: 34px; }
.price-table { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: center; }
.price-table > * { padding: 15px 18px; border-radius: 8px; background: #fbf7f4; text-align: center; font-size: 22px; }
.price-head { background: transparent; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.note { text-align: center; color: var(--muted); }
.info-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding: 0 6vw 38px; }
.rush-card, .design-card { display: flex; gap: 24px; padding: 32px; align-items: center; }
.rush-card { background: linear-gradient(135deg, var(--rose), var(--rose-dark)); color: #fff; }
.design-card { background: #fbf2e9; }
.big-icon { font-size: 62px; line-height: 1; }
.rush-card p, .design-card p { line-height: 1.7; margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 26px; text-align: center; }
.steps b { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 14px; border-radius: 50%; background: var(--rose); color: #fff; }
.steps h3 { margin-bottom: 8px; text-transform: uppercase; font-size: 15px; }
.steps p { color: var(--muted); line-height: 1.6; }
.gallery-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 24px; }
figure { margin: 0; }
.photo { min-height: 210px; border-radius: 12px; display: grid; place-items: center; padding: 18px; color: #fff; font-family: "Playfair Display", serif; font-size: 30px; text-align: center; box-shadow: var(--shadow); }
.wedding { background: linear-gradient(135deg,#798a65,#f8f1e9); }
.seating { background: linear-gradient(135deg,#d9b89f,#fff8f0); color:#3d2d25; }
.birthday { background: linear-gradient(135deg,#c86f6b,#e9c0a4); }
.corporate { background: linear-gradient(135deg,#2d3642,#d7dde6); }
.baby { background: linear-gradient(135deg,#f2d5bd,#fff7ef); color:#8b5f42; }
.grad { background: linear-gradient(135deg,#1d2430,#f4f4f4); }
figcaption { text-align: center; margin-top: 10px; font-weight: 600; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; margin-top: 24px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 16px 18px; }
summary { cursor: pointer; font-weight: 700; }
details p { color: var(--muted); line-height: 1.7; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 44px 8vw; background: linear-gradient(135deg, var(--rose), var(--rose-dark)); color: #fff; }
.cta p { font-size: 18px; opacity: .94; }
.footer { display: grid; grid-template-columns: 1.2fr 1fr 1.1fr .8fr; gap: 34px; padding: 42px 6vw 24px; color: #fff; background: #1d1f23; }
.footer h3 { margin-top: 0; text-transform: uppercase; font-size: 14px; letter-spacing: .08em; }
.footer p, .footer a { color: rgba(255,255,255,.78); line-height: 1.7; }
.footer .brand-name { color: #fff; }
.footer .copyright { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); text-align: center; color: rgba(255,255,255,.65); font-size: 13px; }
@media (max-width: 1050px) {
  .nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .nav.open { display: flex; position: absolute; left: 0; right: 0; top: 78px; flex-direction: column; padding: 24px; background: #fff; }
  .hero, .pricing-feature, .info-cards { grid-template-columns: 1fr; }
  .event-grid { grid-template-columns: repeat(4, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .site-header { padding: 14px 20px; }
  .hero { padding: 46px 24px; min-height: auto; }
  .hero-visual { min-height: 430px; }
  .hero-actions .btn { width: 100%; }
  .event-grid, .steps, .gallery-grid, .faq-grid, .footer { grid-template-columns: 1fr 1fr; }
  .pricing-feature, .info-cards, .event-strip, .process, .gallery, .faq { padding-left: 20px; padding-right: 20px; }
  .feature-card { grid-template-columns: 1fr; }
  .board-stack { min-height: 220px; }
  .cta { flex-direction: column; align-items: flex-start; padding: 36px 24px; }
  .btn-light { width: 100%; min-width: 0; }
  .footer { grid-template-columns: 1fr; }
}
@media (max-width: 460px) {
  h1 { font-size: 46px; }
  .event-grid, .steps, .gallery-grid, .faq-grid { grid-template-columns: 1fr; }
  .price-table > * { font-size: 18px; padding: 13px 10px; }
}
