:root {
  --bg: #f7f3ec;
  --bg-2: #fbfaf6;
  --text: #111111;
  --muted: #6e6a64;
  --line: #e4ddd1;
  --card: #ffffff;
  --soft: #d8cbb8;
  --shadow: 0 24px 80px rgba(17, 17, 17, 0.08);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 20% 0%, #fff 0, var(--bg) 42%, #f2ecdf 100%);
  min-height: 100vh;
}
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: .04;
  background-image: linear-gradient(115deg, rgba(0,0,0,.45) 0.5px, transparent 0.5px);
  background-size: 14px 14px;
  z-index: 0;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: calc(var(--max) + 48px);
  margin: 0 auto;
  padding: 18px 24px;
  background: rgba(247, 243, 236, .76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(228, 221, 209, .7);
}
.brand img { width: 220px; height: auto; display: block; }
.nav { display: flex; justify-content: center; gap: 28px; color: var(--muted); font-size: 13px; letter-spacing: .04em; }
.nav a:hover { color: var(--text); }
.header-cta, .ghost-btn, .tab, .chips button, .btn {
  border: 0;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, opacity .22s ease;
}
.header-cta {
  border: 1px solid var(--text);
  background: var(--text);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
}
.header-cta:hover, .btn:hover, .product-card:hover { transform: translateY(-2px); }
.section-shell { max-width: var(--max); margin: 0 auto; padding: 88px 24px; position: relative; z-index: 1; }
.hero {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 64px;
  align-items: center;
  padding-top: 72px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(56px, 7vw, 104px); line-height: .9; margin-bottom: 28px; }
h2 { font-size: clamp(36px, 4.6vw, 64px); line-height: .96; margin-bottom: 18px; }
h3 { font-size: 17px; margin-bottom: 10px; }
.hero-text, .section-heading p, .search-zone p, .concierge p, .steps p, .footer p {
  color: var(--muted);
  line-height: 1.65;
}
.hero-text { font-size: 18px; max-width: 640px; }
.hero-actions, .concierge-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}
.btn.primary { background: var(--text); color: #fff; }
.btn.secondary { background: transparent; color: var(--text); border: 1px solid var(--text); }
.btn.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; }
.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: var(--muted);
  font-size: 12px;
}
.hero-panel {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(228, 221, 209, .86);
  border-radius: 44px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(229,218,202,.5));
  box-shadow: var(--shadow);
}
.hero-panel::before {
  content: "OBSESSEDBY";
  position: absolute;
  inset: auto 0 48px 0;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  letter-spacing: .34em;
  color: rgba(17,17,17,.1);
}
.panel-card {
  position: absolute;
  width: 230px;
  min-height: 150px;
  padding: 22px;
  border-radius: 30px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 18px 54px rgba(17,17,17,.08);
  backdrop-filter: blur(18px);
}
.panel-card span { color: var(--muted); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }
.panel-card strong { display: block; margin-top: 48px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.card-a { top: 72px; left: 48px; }
.card-b { top: 190px; right: 38px; }
.card-c { bottom: 64px; left: 96px; }
.orb { position: absolute; border-radius: 999px; filter: blur(4px); opacity: .65; }
.orb-one { width: 240px; height: 240px; background: #eadfcd; right: 28px; top: 34px; }
.orb-two { width: 180px; height: 180px; background: #fff; left: 38px; bottom: 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 44px; margin-bottom: 34px; }
.section-heading h2, .section-heading p { max-width: 680px; }
.section-heading.compact { display: block; max-width: 780px; }
.search-zone { padding-top: 24px; }
.search-box {
  display: flex;
  gap: 12px;
  padding: 10px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(17,17,17,.05);
}
.search-box input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px;
  min-height: 48px;
  color: var(--text);
}
.ghost-btn {
  min-width: 112px;
  border-radius: 999px;
  background: var(--bg-2);
  color: var(--muted);
}
.chips, .tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.chips button, .tab {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  border: 1px solid var(--line);
  color: var(--muted);
}
.chips button:hover, .tab:hover, .tab.active { background: var(--text); color: #fff; border-color: var(--text); }
.empty-state {
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.62);
}
.hidden { display: none !important; }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 52px rgba(17,17,17,.045);
  transition: transform .22s ease, box-shadow .22s ease;
}
.product-card:hover { box-shadow: 0 28px 80px rgba(17,17,17,.085); }
.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
  background: linear-gradient(145deg, #fbfaf6, #e8dece);
  overflow: hidden;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.product-image .placeholder {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  letter-spacing: -.04em;
  opacity: .28;
}
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  color: var(--text);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-info { padding: 20px; display: flex; flex: 1; flex-direction: column; }
.product-brand { font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--text); margin-bottom: 9px; }
.product-name { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.08; margin-bottom: 14px; }
.product-meta { color: var(--muted); font-size: 12px; margin-bottom: 18px; }
.product-actions { margin-top: auto; display: grid; gap: 10px; }
.request-btn {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 13px 16px;
  background: var(--text);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
}
.source-link {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.split { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; border-top: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.steps article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.54);
}
.steps span { display: block; margin-bottom: 28px; color: var(--muted); font-size: 12px; letter-spacing: .2em; }
.concierge-card {
  padding: clamp(36px, 6vw, 72px);
  border-radius: 44px;
  background: #111;
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}
.concierge-card::after {
  content: "OBSESSEDBY";
  position: absolute;
  right: -18px;
  bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 8vw, 110px);
  letter-spacing: .22em;
  color: rgba(255,255,255,.055);
}
.concierge-card p { color: rgba(255,255,255,.72); max-width: 720px; }
.concierge-card .btn.secondary { color: #fff; border-color: rgba(255,255,255,.7); }
.footer {
  display: grid;
  grid-template-columns: .4fr .6fr;
  gap: 42px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.footer strong { font-family: Georgia, "Times New Roman", serif; letter-spacing: .24em; font-weight: 400; }
.disclaimer { font-size: 12px; }
.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-backdrop { position: absolute; inset: 0; background: rgba(17,17,17,.45); backdrop-filter: blur(12px); }
.modal-card {
  position: relative;
  width: min(520px, 100%);
  padding: 28px;
  border-radius: 34px;
  background: var(--bg-2);
  box-shadow: 0 34px 100px rgba(0,0,0,.25);
}
.modal-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
}
.modal-product { color: var(--muted); }
.modal-card label { display: block; margin: 14px 0; color: var(--muted); font-size: 13px; }
.modal-card input, .modal-card textarea {
  width: 100%;
  margin-top: 7px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  outline: none;
}
.microcopy { color: var(--muted); font-size: 12px; line-height: 1.5; text-align: center; margin: 12px 0 0; }
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero, .split, .footer { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .section-shell { padding: 58px 16px; }
  .site-header { padding: 14px 16px; }
  .brand img { width: 176px; }
  .header-cta { padding: 10px 14px; }
  h1 { font-size: 52px; }
  .hero-panel { min-height: 430px; border-radius: 32px; }
  .panel-card { width: 190px; min-height: 128px; }
  .card-a { left: 18px; top: 50px; }
  .card-b { right: 14px; top: 170px; }
  .card-c { left: 38px; bottom: 48px; }
  .search-box { border-radius: 28px; flex-direction: column; align-items: stretch; }
  .ghost-btn { min-height: 42px; }
  .product-grid, .steps { grid-template-columns: 1fr; }
  .product-card { min-height: auto; }
}
