:root {
  --bg: #f4f1eb;
  --paper: rgba(255,255,255,.72);
  --ink: #201b1e;
  --muted: #746d68;
  --line: rgba(32,27,30,.12);
  --stone: #c8beb2;
  --stone-deep: #8d8177;
  --accent: #a28f7e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.9), transparent 32%),
    radial-gradient(circle at 90% 80%, rgba(194,182,169,.35), transparent 34%),
    var(--bg);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(45,40,42,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45,40,42,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .07;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(2px);
  opacity: .35;
  pointer-events: none;
  animation: float 10s ease-in-out infinite;
}
.orb-1 { width: 260px; height: 260px; right: -80px; top: -50px; background: #ded3c7; }
.orb-2 { width: 180px; height: 180px; left: -60px; bottom: 4%; background: #c8baad; animation-delay: -4s; }

.page-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.hero-card {
  width: min(1180px, 100%);
  min-height: 690px;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid rgba(32,27,30,.09);
  background: var(--paper);
  backdrop-filter: blur(18px);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(58,50,48,.14);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  grid-template-rows: auto 1fr auto;
  gap: 32px 56px;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.brand-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(32,27,30,.06);
  box-shadow: 0 10px 30px rgba(33,27,30,.06);
}
.logo {
  display: block;
  width: clamp(210px, 28vw, 370px);
  height: auto;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: .28em;
  color: var(--muted);
  white-space: nowrap;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
  position: relative;
  z-index: 2;
}
.kicker {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: .24em;
  font-weight: 700;
  color: var(--accent);
}

h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(64px, 8vw, 112px);
  line-height: .92;
  font-weight: 500;
  letter-spacing: -.04em;
}

.lead {
  margin: 30px 0 0;
  max-width: 580px;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.8;
}

.status {
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.52);
  font-size: 13px;
  color: #514b48;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7d7066;
  box-shadow: 0 0 0 0 rgba(125,112,102,.45);
  animation: pulse 2.2s infinite;
}

.visual-panel {
  min-height: 420px;
  align-self: center;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255,255,255,.55), rgba(226,218,208,.35)),
    #e9e3da;
  border: 1px solid rgba(32,27,30,.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}

.stone {
  position: absolute;
  border-radius: 38% 62% 54% 46% / 45% 39% 61% 55%;
  box-shadow: inset -18px -18px 40px rgba(73,62,57,.15), inset 18px 18px 42px rgba(255,255,255,.55), 0 32px 50px rgba(64,55,52,.1);
}
.stone-a { width: 260px; height: 220px; right: 8%; top: 10%; background: linear-gradient(145deg, #d7cdc2, #b9aa9d); transform: rotate(-12deg); }
.stone-b { width: 220px; height: 190px; left: 10%; bottom: 12%; background: linear-gradient(145deg, #e4ddd6, #c0b3a8); transform: rotate(18deg); }
.stone-c { width: 130px; height: 120px; right: 26%; bottom: 8%; background: linear-gradient(145deg, #b8a99d, #8f8177); transform: rotate(23deg); }

.line-art {
  position: absolute;
  inset: 11% 8%;
  border: 1px solid rgba(32,27,30,.12);
  border-radius: 50%;
  transform: rotate(-15deg) scale(1.05,.76);
}
.line-art::before,
.line-art::after {
  content: "";
  position: absolute;
  inset: 10%;
  border: 1px solid rgba(32,27,30,.08);
  border-radius: 50%;
}
.line-art::after { inset: 22%; }

.tag {
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 11px;
  letter-spacing: .18em;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(32,27,30,.08);
}
.tag strong { font-weight: 700; }

.footer-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #7a736f;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-line { height: 1px; background: var(--line); flex: 1; }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(125,112,102,.45); }
  70% { box-shadow: 0 0 0 9px rgba(125,112,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(125,112,102,0); }
}
@keyframes float {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,18px,0); }
}

@media (max-width: 900px) {
  .page-shell { padding: 18px; }
  .hero-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    border-radius: 26px;
  }
  .brand-row { align-items: flex-start; flex-direction: column; }
  .eyebrow { white-space: normal; line-height: 1.8; }
  .visual-panel { min-height: 340px; }
  h1 { font-size: clamp(58px, 18vw, 90px); }
}

@media (max-width: 520px) {
  .hero-card { padding: 22px; }
  .logo-wrap { padding: 8px 10px; border-radius: 14px; }
  .logo { width: min(100%, 300px); }
  .lead { line-height: 1.65; }
  .visual-panel { min-height: 280px; }
  .stone-a { width: 190px; height: 160px; }
  .stone-b { width: 160px; height: 140px; }
  .stone-c { width: 100px; height: 90px; }
  .footer-row { gap: 10px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
