:root {
  --cream: #fbf7f1;
  --soft: #f4ebe3;
  --rose: #d98f86;
  --rose-dark: #bd7169;
  --gold: #c89d5d;
  --text: #2e2b2b;
  --muted: #756f6b;
  --border: #eadfd7;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--text);
  background: var(--cream);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.logo { display: grid; line-height: 1; }
.logo-mark { color: var(--gold); font-size: 18px; }
.logo-text {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  letter-spacing: -1px;
}
.logo small {
  color: var(--gold);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav { display: flex; align-items: center; gap: 26px; font-size: 13px; text-transform: uppercase; letter-spacing: .7px; }
.nav a:hover { color: var(--rose-dark); }
.nav-cta { padding: 12px 18px; border: 1px solid var(--rose); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; font-size: 28px; }

.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 40px;
  padding: 70px 7vw;
  background: linear-gradient(105deg, #fff 0%, var(--cream) 44%, #efe1d4 100%);
  overflow: hidden;
}
.eyebrow { color: var(--rose-dark); text-transform: uppercase; letter-spacing: 2.5px; font-weight: 600; font-size: 13px; }
h1, h2, h3 { font-family: "Playfair Display", serif; margin: 0; }
h1 { font-size: clamp(58px, 7vw, 100px); line-height: .95; max-width: 640px; }
.hero-copy { color: var(--muted); font-size: 18px; line-height: 1.8; max-width: 520px; margin: 28px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; padding: 16px 24px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; font-size: 13px; }
.primary { background: var(--rose); color: white; box-shadow: 0 18px 34px rgba(217,143,134,.28); }
.ghost { border: 1px solid var(--border); background: rgba(255,255,255,.65); margin-left: 10px; }

.hero-visual {
  min-height: 540px;
  position: relative;
  border-radius: 42px;
  background: radial-gradient(circle at 50% 40%, #fff9ee, #ead5c5 70%);
  box-shadow: 0 30px 70px rgba(75,46,28,.15);
}
.arch { position: absolute; inset: 70px 110px 40px 110px; border: 9px solid var(--gold); border-bottom: 0; border-radius: 300px 300px 0 0; }
.floral { position: absolute; width: 220px; height: 110px; border-radius: 999px; background: radial-gradient(circle, #fff 8%, transparent 9%), radial-gradient(circle, #f3b5aa 10%, transparent 11%), radial-gradient(circle, #9a7c55 8%, transparent 9%); background-size: 45px 45px; }
.floral-one { top: 60px; left: 90px; transform: rotate(-18deg); }
.floral-two { right: 80px; bottom: 110px; transform: rotate(18deg); }
.cake-stand { position: absolute; bottom: 110px; left: 44%; width: 130px; height: 150px; }
.cake { margin: auto; background: #fff; border: 2px solid #f0dac8; box-shadow: 0 12px 20px rgba(0,0,0,.07); }
.cake-top { width: 80px; height: 50px; border-radius: 14px 14px 4px 4px; }
.cake-bottom { width: 125px; height: 68px; border-radius: 16px 16px 5px 5px; }
.candles { position: absolute; bottom: 72px; left: 90px; right: 90px; display: flex; justify-content: space-between; }
.candles span { width: 28px; height: 68px; border-radius: 999px 999px 6px 6px; background: linear-gradient(#fff6c9, #d5a66b); box-shadow: 0 0 35px #ffe5a5; }

.section { padding: 80px 5vw; text-align: center; }
.centered { text-align: center; }
h2 { font-size: clamp(36px, 4vw, 58px); }
.section-intro { color: var(--muted); margin: 16px auto 42px; max-width: 650px; line-height: 1.7; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.collection-card { background: white; border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: 0 16px 42px rgba(65,45,30,.06); transition: transform .25s ease, box-shadow .25s ease; }
.collection-card:hover { transform: translateY(-8px); box-shadow: 0 26px 60px rgba(65,45,30,.12); }
.card-image { height: 250px; display: grid; place-items: center; color: white; font-family: "Playfair Display", serif; font-size: 34px; text-shadow: 0 2px 14px rgba(0,0,0,.25); }
.bridal-img { background: radial-gradient(circle at 60% 25%, #fff7ed 0 18%, transparent 19%), linear-gradient(135deg, #f3d8cd, #c98c7c); }
.kids-img { background: radial-gradient(circle at 20% 20%, #ffe891 0 10%, transparent 11%), radial-gradient(circle at 70% 25%, #aee6e1 0 12%, transparent 13%), linear-gradient(135deg, #ef9bb7, #ffd98b); }
.wedding-img { background: linear-gradient(135deg, #fff, #d7c3ab 55%, #7f9a7c); }
.baby-img { background: radial-gradient(circle at 70% 20%, #fff 0 18%, transparent 19%), linear-gradient(135deg, #e8c8a8, #93c5df); }
.icon { width: 68px; height: 68px; margin: -34px auto 14px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: white; font-size: 30px; border: 6px solid white; position: relative; }
.icon.yellow { background: #e7bf43; } .icon.green { background: #99bea0; } .icon.blue { background: #8dc0dc; }
.collection-card h3 { font-size: 28px; }
.collection-card p { color: var(--muted); padding: 0 24px; line-height: 1.6; min-height: 78px; }
.collection-card a { display: inline-block; margin: 6px 0 30px; color: var(--rose-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; }

.features { margin: 20px 5vw 50px; background: rgba(255,255,255,.72); border: 1px solid var(--border); border-radius: 22px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 34px 20px; text-align: center; }
.features div:not(:last-child) { border-right: 1px solid var(--border); }
.features span { color: var(--rose); font-size: 38px; }
.features p { color: var(--muted); }

.diy-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; text-align: left; align-items: center; }
.diy-section p { color: var(--muted); line-height: 1.7; }
.diy-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.diy-gallery span { min-height: 190px; border-radius: 24px; background: linear-gradient(135deg, #fff, #eacfc4); box-shadow: inset 0 0 0 1px var(--border); }
.diy-gallery span:nth-child(2) { background: linear-gradient(135deg, #fee8b8, #f0aeb3); }
.diy-gallery span:nth-child(3) { background: linear-gradient(135deg, #dfe9df, #f8efe3); }
.diy-gallery span:nth-child(4) { background: linear-gradient(135deg, #d9eef4, #fff1db); }

.contact-section { padding: 90px 5vw; background: white; text-align: center; }
.contact-form { display: grid; gap: 14px; max-width: 760px; margin: 30px auto 0; }
input, select, textarea { width: 100%; padding: 17px 18px; border: 1px solid var(--border); border-radius: 12px; font: inherit; background: #fffaf7; }
textarea { min-height: 140px; resize: vertical; }
.contact-form button { border: 0; cursor: pointer; }

footer { display: flex; align-items: center; justify-content: space-between; padding: 28px 5vw; color: var(--muted); }
footer div { display: flex; gap: 20px; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 86px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 24px 5vw; background: white; border-bottom: 1px solid var(--border); }
  .nav.open { display: flex; }
  .hero, .diy-section { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  .card-grid, .features { grid-template-columns: repeat(2, 1fr); }
  .features div { border-right: 0 !important; }
}

@media (max-width: 620px) {
  .site-header { height: 76px; }
  .logo-text { font-size: 32px; }
  .nav { top: 76px; }
  .hero { min-height: auto; padding: 40px 6vw; }
  .hero-actions { display: grid; gap: 12px; }
  .ghost { margin-left: 0; }
  .hero-visual { min-height: 390px; border-radius: 28px; }
  .arch { inset: 58px 52px 36px; border-width: 6px; }
  .floral { width: 150px; height: 80px; }
  .floral-one { left: 34px; top: 44px; }
  .floral-two { right: 24px; bottom: 80px; }
  .cake-stand { left: 35%; bottom: 80px; }
  .candles { display: none; }
  .card-grid, .features, .diy-gallery { grid-template-columns: 1fr; }
  footer { flex-direction: column; gap: 12px; }
}
