* { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --text: #1a1a1a;
  --muted: #7a7368;
  --border: #ebe6db;
  --primary: #1a1a1a;
  --primary-hover: #2d2d2d;
  --accent: #b8945f;
  --gold: #c9a25f;
}
body {
  font-family: "Inter", -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1, h2, h3 { font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif; font-weight: 400; letter-spacing: -0.005em; }
button { cursor: pointer; font-family: inherit; border: none; background: none; color: inherit; }

.topbar { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 50; }
.topbar-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 76px; gap: 32px; }
.logo { font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; font-weight: 500; letter-spacing: 0.2em; }
.topbar nav { display: flex; gap: 32px; justify-content: center; }
.topbar nav a { color: var(--text); font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: color .15s; }
.topbar nav a:hover { color: var(--accent); }
.topbar-right { display: flex; gap: 12px; justify-content: flex-end; align-items: center; }
.icon-btn { color: var(--text); font-size: 18px; padding: 6px; }
.cart { font-size: 14px; font-weight: 500; padding: 8px 12px; background: var(--bg); border-radius: 100px; }

.hero { padding: 100px 0; background: linear-gradient(135deg, var(--bg) 0%, #f5efe2 100%); }
.hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.overline { display: inline-block; color: var(--accent); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.25em; margin-bottom: 28px; }
.overline.white { color: rgba(255,255,255,0.6); }
.hero h1 { font-size: 76px; line-height: 1.05; margin-bottom: 28px; }
.hero .lead { font-size: 18px; color: var(--muted); max-width: 480px; margin-bottom: 36px; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-product { display: flex; justify-content: center; }
.product-circle { width: 380px; height: 380px; border-radius: 50%; background: linear-gradient(135deg, var(--gold) 0%, var(--accent) 100%); display: flex; align-items: center; justify-content: center; font-size: 130px; box-shadow: 0 32px 64px rgba(184, 148, 95, 0.3); }

.btn { display: inline-block; padding: 14px 28px; border-radius: 0; font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing: 0.15em; transition: all .2s; border: 1px solid transparent; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-hover); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--text); }
.btn-ghost:hover { background: var(--text); color: #fff; }
.btn-tiny { background: var(--bg); color: var(--text); padding: 8px 16px; font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; transition: all .15s; }
.btn-tiny:hover { background: var(--primary); color: #fff; }

section { padding: 100px 0; }
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; }
h2 { font-size: 56px; line-height: 1.1; }

.collection { background: var(--surface); }
.filters { display: flex; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.filter { padding: 9px 20px; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; border: 1px solid var(--border); border-radius: 100px; color: var(--muted); transition: all .15s; }
.filter:hover { border-color: var(--text); color: var(--text); }
.filter.active { background: var(--text); color: #fff; border-color: var(--text); }

.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.product { background: var(--bg); border-radius: 4px; overflow: hidden; transition: all .2s; position: relative; }
.product:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.product-img { height: 280px; display: flex; align-items: center; justify-content: center; font-size: 80px; }
.badge-new { position: absolute; top: 20px; left: 20px; background: var(--text); color: #fff; padding: 5px 12px; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; border-radius: 100px; }
.badge-new.sale { background: var(--accent); }
.product h3 { font-size: 22px; margin: 20px 24px 6px; }
.material { color: var(--muted); font-size: 13px; margin: 0 24px 16px; }
.product-foot { display: flex; justify-content: space-between; align-items: center; padding: 0 24px 24px; gap: 12px; }
.product-price { font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; font-weight: 500; color: var(--text); }
.product-price s { color: var(--muted); font-size: 14px; margin-left: 6px; }
.show-more { text-align: center; margin-top: 56px; }

.story-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
.img-card { aspect-ratio: 4 / 5; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 160px; color: rgba(0,0,0,0.15); }
.story-inner p { color: var(--muted); font-size: 17px; margin-bottom: 18px; max-width: 540px; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; padding-top: 36px; border-top: 1px solid var(--border); }
.features li { display: flex; flex-direction: column; gap: 4px; }
.features strong { font-family: "Cormorant Garamond", Georgia, serif; font-size: 26px; color: var(--accent); }
.features span { color: var(--muted); font-size: 13px; }

.care { background: var(--surface); }
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 0; }
.service { text-align: center; padding: 32px 20px; }
.service-icon { font-size: 40px; margin-bottom: 18px; }
.service h3 { font-size: 20px; margin-bottom: 10px; }
.service p { color: var(--muted); font-size: 14px; }

.contact { background: var(--primary); color: #fff; }
.contact-inner { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.contact h2 { color: #fff; }
.contact-inner > div p { color: rgba(255,255,255,0.7); font-size: 16px; margin-bottom: 6px; }
.contact-channels { display: flex; gap: 20px; margin-top: 24px; flex-wrap: wrap; }
.contact-channels a { color: #fff; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 4px; font-size: 15px; }
.newsletter { background: rgba(255,255,255,0.06); padding: 36px; border-radius: 4px; }
.newsletter h3 { color: #fff; font-size: 24px; margin-bottom: 8px; }
.newsletter p { color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 20px; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { flex: 1; background: transparent; border: 1px solid rgba(255,255,255,0.3); color: #fff; padding: 12px 16px; font-size: 14px; outline: none; font-family: inherit; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { border-color: var(--accent); }
.newsletter-form button { background: var(--accent); color: #fff; padding: 12px 22px; font-size: 18px; font-weight: 700; transition: background .15s; }
.newsletter-form button:hover { background: var(--gold); }

footer { background: var(--primary); border-top: 1px solid rgba(255,255,255,0.1); padding: 28px 0; }
.footer-inner { display: flex; justify-content: space-between; color: rgba(255,255,255,0.4); font-size: 12px; letter-spacing: 0.05em; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) {
  .topbar { padding: 0; }
  .topbar-inner { grid-template-columns: auto auto; }
  .topbar nav, .topbar-right { display: none; }
  .hero { padding: 56px 0; }
  .hero-inner, .story-inner, .contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  section { padding: 56px 0; }
  .products, .services { grid-template-columns: 1fr 1fr; }
  .product-circle { width: 240px; height: 240px; font-size: 80px; }
  .features { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 540px) {
  .products, .services { grid-template-columns: 1fr; }
}
