:root {
  --pink: #F9B9BB;
  --pink-light: #FDE4E5;
  --cream: #FFF9F8;
  --ink: #1F1B1B;
  --brown: #6B4A3A;
  --border: rgba(107, 74, 58, .16);
  --shadow: 0 18px 50px rgba(107, 74, 58, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(24px, 5vw, 72px);
  background: rgba(255, 249, 248, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(107, 74, 58, .08);
}
.brand { display: flex; flex-direction: column; color: var(--brown); }
.brand span { font-family: "Cormorant Garamond", serif; font-size: 27px; font-weight: 600; line-height: .95; }
.brand small { margin-top: 5px; font-size: 8px; letter-spacing: .42em; padding-left: 2px; }
nav { display: flex; gap: 28px; font-size: 13px; font-weight: 600; color: var(--brown); }
nav a { opacity: .78; transition: .2s ease; }
nav a:hover { opacity: 1; }

.hero {
  min-height: 750px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
  padding: 70px clamp(24px, 7vw, 110px);
  background:
    radial-gradient(circle at 85% 16%, rgba(249,185,187,.55), transparent 34%),
    linear-gradient(135deg, var(--pink-light), var(--cream) 72%);
}
.hero-copy { max-width: 680px; }
.eyebrow { display: block; color: var(--brown); font-size: 11px; font-weight: 700; letter-spacing: .28em; margin-bottom: 18px; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; color: var(--brown); margin: 0; font-weight: 600; }
h1 { font-size: clamp(56px, 7vw, 100px); line-height: .92; letter-spacing: -.035em; }
h2 { font-size: clamp(44px, 5vw, 68px); line-height: .98; }
h3 { font-size: 34px; }
.hero-copy > p { max-width: 610px; margin: 28px 0 0; font-size: 17px; line-height: 1.7; color: rgba(31,27,27,.72); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.btn.primary { background: var(--brown); color: #fff; }
.btn.primary:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn.secondary { border: 1px solid rgba(107,74,58,.28); color: var(--brown); background: rgba(255,255,255,.32); }
.btn.secondary:hover { background: rgba(255,255,255,.75); }
.opening-badge { display: inline-block; margin-top: 32px; color: var(--brown); background: rgba(255,255,255,.55); border: 1px solid rgba(107,74,58,.10); padding: 8px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; }

.hero-logo { display: flex; justify-content: center; }
.logo-card {
  width: min(540px, 100%);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, 5vw, 70px);
  border-radius: 42px;
  background: rgba(255,249,248,.70);
  border: 1px solid rgba(107,74,58,.10);
  box-shadow: 0 28px 80px rgba(107,74,58,.12);
}
.logo-card img { width: 100%; height: auto; }

.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-head { max-width: 760px; margin-bottom: 54px; }
.section-head p { margin: 18px 0 0; max-width: 650px; line-height: 1.7; color: rgba(31,27,27,.68); }
.section-head.compact { margin-bottom: 36px; }

.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-height: 300px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid var(--border); border-radius: 28px; background: #fff; transition: .2s ease; }
.product-card:nth-child(even) { background: var(--pink-light); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-number { margin-bottom: auto; color: var(--pink); font-weight: 800; letter-spacing: .1em; }
.product-card p { line-height: 1.6; font-size: 14px; color: rgba(31,27,27,.65); }

.about { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; padding: 0 clamp(24px, 7vw, 110px) 110px; }
.about-box, .quote-card { border-radius: 34px; }
.about-box { padding: clamp(40px, 6vw, 80px); background: var(--brown); }
.about-box .eyebrow, .about-box h2 { color: #fff; }
.about-box p { max-width: 720px; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.quote-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 390px; padding: 44px; background: var(--pink); color: var(--brown); }
.quote-card .heart { font-size: 54px; }
.quote-card p { font-family: "Cormorant Garamond", serif; font-size: clamp(36px, 4vw, 52px); line-height: 1; margin: 0; }

.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 30px; border: 1px solid var(--border); border-radius: 24px; background: #fff; }
.contact-card div { display: flex; flex-direction: column; gap: 6px; }
.contact-card small { color: rgba(31,27,27,.55); font-size: 10px; letter-spacing: .22em; font-weight: 700; }
.contact-card strong { color: var(--brown); font-size: 20px; }

footer { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 40px clamp(24px, 7vw, 110px); border-top: 1px solid var(--border); color: var(--brown); }
footer div { display: flex; flex-direction: column; gap: 5px; }
footer strong { font-family: "Cormorant Garamond", serif; font-size: 25px; }
footer span, footer small { font-size: 12px; opacity: .72; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-copy { text-align: center; margin: 0 auto; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .actions { justify-content: center; }
  .products { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .topbar { padding: 16px 20px; }
  .brand span { font-size: 23px; }
  .hero { min-height: auto; padding: 58px 20px 70px; }
  .hero-logo { order: -1; }
  .logo-card { border-radius: 28px; padding: 28px; }
  h1 { font-size: 54px; }
  .section { padding: 78px 20px; }
  .products { grid-template-columns: 1fr; }
  .about { padding: 0 20px 78px; }
  .about-box, .quote-card { padding: 34px; }
  .contact-card { align-items: stretch; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; padding: 34px 20px; }
}
