:root {
  --bg: #fff7f0;
  --bg-soft: #ffeede;
  --bg-softer: #fffaf2;
  --accent: #e28d68;
  --accent-soft: #ffd1b0;
  --accent-gold: #c8a15a;
  --accent-rose: #e78fa6;
  --text-main: #2d1c15;
  --text-soft: #5e4337;
  --text-muted: #8c7064;
  --border-soft: rgba(140, 112, 100, 0.45);
  --shadow-soft: 0 22px 80px rgba(155, 121, 90, 0.25);
  --radius-lg: 30px;
  --radius-pill: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at 0% 0%, #ffd5ae 0, transparent 45%),
    radial-gradient(circle at 100% 0%, #ffd1e2 0, transparent 50%),
    linear-gradient(180deg, #fff7f0 0, #fffaf4 70%, #ffeede 100%);
  color: var(--text-main);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: -10%;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.9) 0, transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(255, 241, 217, 0.85) 0, transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
  animation: bg-glow 18s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: -20%;
  background:
    radial-gradient(circle at 0% 80%, rgba(226, 141, 104, 0.16) 0, transparent 55%),
    radial-gradient(circle at 100% 90%, rgba(231, 143, 166, 0.16) 0, transparent 55%);
  opacity: 0.9;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -2;
  animation: bg-orbit 26s linear infinite;
}

.page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 18px 24px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  padding: 2px;
  background: conic-gradient(from 220deg, #f5b88a, #f5b8cf, #f1d39b, #f5b88a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 40px rgba(214, 158, 115, 0.6);
}

.logo-diamond {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 0, #ffffff 0, #ffe8cf 40%, transparent 70%),
    linear-gradient(140deg, #fff1e3, #fffaf4);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.logo-diamond::before {
  content: "";
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  border: 1px solid rgba(200, 161, 90, 0.8);
}

.logo-sparkle {
  font-size: 18px;
  color: #e28d68;
  animation: sparkle-pulse 2.4s ease-in-out infinite;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 22px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-tagline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
}

.nav-pill {
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  background: #fff4e5;
  border: 1px solid rgba(226, 141, 104, 0.7);
  color: var(--text-soft);
  box-shadow: 0 10px 26px rgba(214, 158, 115, 0.55);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 3.2fr) minmax(0, 2.6fr);
  gap: 40px;
  padding: 24px 0 32px;
  flex: 1;
  align-items: center;
}

.hero-left {
  max-width: 560px;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-title {
  margin: 0 0 18px;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1.1;
}

.hero-title span {
  background: linear-gradient(110deg, #e28d68, #c8a15a, #e78fa6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitle {
  margin: 0 0 24px;
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.notify-form {
  background: #fff7ef;
  border-radius: 20px;
  border: 1px solid rgba(226, 141, 104, 0.4);
  padding: 16px 16px 14px;
  box-shadow: 0 18px 60px rgba(155, 121, 90, 0.35);
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}

.notify-form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8), transparent 38%, transparent 62%, rgba(255, 255, 255, 0.7));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.notify-form:hover::before {
  opacity: 1;
}

.notify-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  color: var(--text-muted);
}

.notify-row {
  display: flex;
  gap: 10px;
}

.notify-row input[type="email"] {
  flex: 1;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(140, 112, 100, 0.5);
  padding: 10px 14px;
  font-size: 0.9rem;
  background: #ffffff;
  color: var(--text-main);
  outline: none;
  transition: border 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.notify-row input[type="email"]::placeholder {
  color: rgba(140, 112, 100, 0.8);
}

.notify-row input[type="email"]:focus {
  border-color: rgba(226, 141, 104, 0.9);
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(226, 141, 104, 0.6);
}

.notify-row button {
  position: relative;
  border-radius: var(--radius-pill);
  border: none;
  padding: 10px 20px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  background: linear-gradient(110deg, #e28d68, #c8a15a);
  color: #2d1c15;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-shadow: 0 16px 42px rgba(155, 121, 90, 0.7);
  overflow: hidden;
}

.button-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.9) 0, transparent 46%);
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.18s ease;
}

.notify-row button:hover .button-glow {
  opacity: 1;
}

.notify-row button:hover {
  transform: translateY(-1px);
}

.notify-row button:active {
  transform: translateY(0);
  box-shadow: 0 8px 22px rgba(155, 121, 90, 0.7);
}

.form-note {
  font-size: 11px;
  margin: 8px 2px 0;
  color: var(--text-muted);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.stat-card {
  border-radius: 18px;
  padding: 10px 12px;
  background: #fff9f3;
  border: 1px solid rgba(200, 161, 90, 0.6);
  box-shadow: 0 8px 24px rgba(155, 121, 90, 0.35);
}

.stat-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.stat-value {
  font-size: 0.86rem;
}

.hero-right {
  position: relative;
}

.floating-orbit {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 22px 18px 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, #ffe7cd 0, transparent 65%),
    radial-gradient(circle at 100% 0%, #ffd7ea 0, transparent 72%),
    var(--bg-softer);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--border-soft);
  overflow: hidden;
  animation: float-card 8s ease-in-out infinite;
}

.orbit-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px dashed rgba(226, 141, 104, 0.5);
  transform-origin: center;
  pointer-events: none;
}

.orbit-ring-1 {
  inset: 6% 4%;
  animation: orbit-rotate 18s linear infinite;
}

.orbit-ring-2 {
  inset: 18% 10%;
  border-style: solid;
  border-color: rgba(231, 143, 166, 0.55);
  animation: orbit-rotate 26s linear infinite reverse;
}

.orbit-ring-3 {
  inset: 30% 16%;
  border-style: dotted;
  border-color: rgba(200, 161, 90, 0.55);
  animation: orbit-rotate 34s linear infinite;
}

.hero-diamond {
  position: relative;
  width: 160px;
  height: 150px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float-gentle 5.5s ease-in-out infinite;
}

.diamond-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 18px 28px rgba(155, 121, 90, 0.6));
}

.diamond-facet {
  stroke: rgba(200, 161, 90, 0.8);
  stroke-width: 1.4;
}

.diamond-line {
  stroke: rgba(200, 161, 90, 0.75);
  stroke-width: 1;
}

.diamond-sparkle {
  position: absolute;
  font-size: 15px;
  color: #f0b28c;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  animation: sparkle-float 2.6s ease-in-out infinite alternate;
}

.diamond-sparkle-1 {
  top: 10%;
  left: 16%;
}

.diamond-sparkle-2 {
  top: 6%;
  right: 12%;
  animation-delay: 0.4s;
}

.diamond-sparkle-3 {
  bottom: 4%;
  right: 20%;
  animation-delay: 0.9s;
}

.collection-card {
  position: relative;
  border-radius: 22px;
  padding: 12px 14px;
  background: #fff9f3;
  border: 1px solid rgba(140, 112, 100, 0.5);
  box-shadow: 0 14px 40px rgba(155, 121, 90, 0.35);
}

.collection-primary {
  margin-bottom: 10px;
}

.collection-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 6px;
}

.chip {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff4e5;
  border: 1px solid rgba(226, 141, 104, 0.7);
  color: var(--text-soft);
}

.collection-name {
  font-size: 0.92rem;
  font-weight: 600;
}

.collection-copy {
  margin: 0 0 8px;
  font-size: 0.86rem;
  color: var(--text-soft);
}

.collection-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag {
  font-size: 11px;
  padding: 4px 7px;
  border-radius: 999px;
  background: #fff7ef;
  border: 1px solid rgba(200, 161, 90, 0.6);
  color: var(--text-soft);
}

.collection-secondary {
  background: linear-gradient(120deg, #fff3e6, #ffe9f3);
}

.mini-label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.mini-copy {
  margin: 0;
  font-size: 0.84rem;
  color: var(--text-soft);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(140, 112, 100, 0.5);
  font-size: 11px;
  color: var(--text-muted);
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, #e28d68, #e78fa6);
  transition: width 0.16s ease;
}

.footer-link:hover::after {
  width: 100%;
}

.dot {
  opacity: 0.65;
}

/* Animations */

.fade-in-up {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--delay, 0s);
}

body.is-loaded .fade-in-up {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float-gentle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes float-card {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-6px) rotate(0.5deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes sparkle-float {
  from {
    transform: translateY(0) scale(0.9);
    opacity: 0.6;
  }
  to {
    transform: translateY(-6px) scale(1.1);
    opacity: 1;
  }
}

@keyframes sparkle-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

@keyframes bg-glow {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate3d(-10px, 10px, 0) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(10px, -10px, 0) scale(1.03);
    opacity: 0.7;
  }
}

@keyframes bg-orbit {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(20px, -10px, 0) rotate(1deg);
  }
  100% {
    transform: translate3d(-20px, 10px, 0) rotate(-1deg);
  }
}

/* Responsive */

@media (max-width: 900px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .hero-right {
    order: -1;
  }

  .nav {
    padding-bottom: 6px;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 18px 14px 20px;
  }

  .brand-name {
    font-size: 18px;
    letter-spacing: 0.12em;
  }

  .hero {
    padding: 18px 0 22px;
  }

  .notify-row {
    flex-direction: column;
  }

  .notify-row button {
    width: 100%;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
