/* ===== Font Face ===== */
@font-face {
  font-family: 'TAN Meringue';
  src: url('fonts/TAN-MERINGUE.woff2') format('woff2'),
       url('fonts/TAN-MERINGUE.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ===== Reset & Base ===== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #0c0a08;
  --border: rgba(201, 169, 110, 0.1);
  --text: #f5f0e8;
  --text-muted: #9a9082;
  --gold: #c9a96e;
  --gold-light: #e8d5a8;
  --gold-dark: #8b6914;
  --gold-bright: #ffd86e;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: var(--gold);
  color: var(--bg);
}

/* ===== Animated Gradient Background ===== */
.bg-gradient {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0c0a08;
}

.bg-gradient-inner {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 40% 50%, #2a1e0c 0%, #1a1308 30%, #0c0a08 70%);
  animation: bgDrift 10s ease-in-out infinite;
}

@keyframes bgDrift {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-10%, 5%); }
}

/* ===== Background Stones ===== */
.stones {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: blur(6px);
  overflow: hidden;
  contain: layout style;
}

.stone {
  position: absolute;
  opacity: 0.35;
  animation: stoneDrift 20s ease-in-out infinite;
}

/* Large amber — irregular pentagon */
.stone-1 {
  width: 130px;
  height: 120px;
  background: linear-gradient(145deg, #c2956a 0%, #8b5e3c 40%, #5a3a20 100%);
  top: 3%;
  left: 2%;
  clip-path: polygon(18% 0%, 82% 8%, 100% 42%, 72% 100%, 3% 78%);
  transform: rotate(-14deg);
  animation-delay: 0s;
  animation-duration: 22s;
}

/* Small turquoise — wonky triangle */
.stone-2 {
  width: 45px;
  height: 50px;
  background: linear-gradient(160deg, #5bb5a6 0%, #2e8b7a 45%, #1a5c50 100%);
  top: 8%;
  left: 14%;
  clip-path: polygon(42% 0%, 100% 72%, 8% 100%);
  transform: rotate(28deg);
  animation-delay: -4s;
  animation-duration: 18s;
  opacity: 0.32;
}

/* Medium rose quartz — irregular hexagon */
.stone-3 {
  width: 100px;
  height: 95px;
  background: linear-gradient(130deg, #d4a0a0 0%, #b06060 50%, #7a3535 100%);
  top: 6%;
  right: 3%;
  clip-path: polygon(30% 0%, 78% 5%, 100% 38%, 88% 90%, 22% 100%, 0% 55%);
  transform: rotate(10deg);
  animation-delay: -8s;
  animation-duration: 25s;
  opacity: 0.3;
}

/* Tiny golden chip */
.stone-4 {
  width: 35px;
  height: 30px;
  background: linear-gradient(170deg, #d4b86a 0%, #b8942e 50%, #7a6218 100%);
  top: 22%;
  left: 42%;
  clip-path: polygon(15% 0%, 100% 12%, 85% 100%, 0% 80%);
  transform: rotate(-32deg);
  animation-delay: -12s;
  animation-duration: 20s;
  opacity: 0.38;
}

/* Large lapis — rough heptagon */
.stone-5 {
  width: 110px;
  height: 115px;
  background: linear-gradient(155deg, #7b8ec2 0%, #4a5f8a 50%, #2e3d5c 100%);
  top: 38%;
  left: 0%;
  clip-path: polygon(22% 0%, 68% 3%, 100% 28%, 95% 70%, 65% 100%, 12% 88%, 0% 45%);
  transform: rotate(-20deg);
  animation-delay: -6s;
  animation-duration: 24s;
  opacity: 0.26;
}

/* Medium jade — irregular quad */
.stone-6 {
  width: 85px;
  height: 80px;
  background: linear-gradient(140deg, #a8c490 0%, #6b8f50 50%, #3d5c28 100%);
  top: 42%;
  right: 1%;
  clip-path: polygon(10% 5%, 88% 0%, 100% 65%, 20% 100%);
  transform: rotate(18deg);
  animation-delay: -15s;
  animation-duration: 21s;
  opacity: 0.28;
}

/* Small amethyst — crooked pentagon */
.stone-7 {
  width: 55px;
  height: 60px;
  background: linear-gradient(165deg, #c9a0d4 0%, #8b5a9e 50%, #5c3570 100%);
  top: 48%;
  left: 38%;
  clip-path: polygon(35% 0%, 100% 18%, 88% 85%, 10% 100%, 0% 40%);
  transform: rotate(-45deg);
  animation-delay: -10s;
  animation-duration: 19s;
  opacity: 0.24;
}

/* Large terracotta — chunky hexagon */
.stone-8 {
  width: 120px;
  height: 110px;
  background: linear-gradient(135deg, #c47a5a 0%, #9e5038 45%, #6b2e1e 100%);
  bottom: 8%;
  left: 1%;
  clip-path: polygon(25% 0%, 80% 6%, 100% 45%, 75% 100%, 15% 92%, 0% 48%);
  transform: rotate(14deg);
  animation-delay: -3s;
  animation-duration: 23s;
  opacity: 0.28;
}

/* Tiny carnelian chip */
.stone-9 {
  width: 30px;
  height: 35px;
  background: linear-gradient(150deg, #e07040 0%, #b84820 60%, #802a10 100%);
  top: 35%;
  left: 52%;
  clip-path: polygon(20% 0%, 100% 15%, 80% 100%, 0% 70%);
  transform: rotate(55deg);
  animation-delay: -7s;
  animation-duration: 17s;
  opacity: 0.35;
}

/* Medium malachite — lopsided pentagon */
.stone-10 {
  width: 90px;
  height: 85px;
  background: linear-gradient(125deg, #3db88c 0%, #1e7a58 50%, #0e4a32 100%);
  bottom: 5%;
  right: 5%;
  clip-path: polygon(12% 8%, 72% 0%, 100% 35%, 82% 100%, 0% 75%);
  transform: rotate(-25deg);
  animation-delay: -14s;
  animation-duration: 26s;
  opacity: 0.25;
}

/* Small tiger-eye — irregular triangle */
.stone-11 {
  width: 40px;
  height: 45px;
  background: linear-gradient(160deg, #c49a3c 0%, #8a6a1e 50%, #5c4510 100%);
  top: 62%;
  left: 55%;
  clip-path: polygon(50% 0%, 100% 80%, 5% 100%);
  transform: rotate(-60deg);
  animation-delay: -2s;
  animation-duration: 16s;
  opacity: 0.33;
}

/* Large smoky quartz — rough heptagon */
.stone-12 {
  width: 105px;
  height: 100px;
  background: linear-gradient(140deg, #8a7a6a 0%, #5c4e40 45%, #3a3028 100%);
  bottom: 2%;
  left: 35%;
  clip-path: polygon(20% 5%, 58% 0%, 100% 22%, 92% 72%, 60% 100%, 8% 85%, 0% 38%);
  transform: rotate(8deg);
  animation-delay: -9s;
  animation-duration: 22s;
  opacity: 0.22;
}

/* Sunstone chip — center top */
.stone-13 {
  width: 50px;
  height: 55px;
  background: linear-gradient(135deg, #e8a060 0%, #c07030 50%, #884018 100%);
  top: 12%;
  left: 55%;
  clip-path: polygon(22% 0%, 90% 10%, 100% 58%, 68% 100%, 0% 72%);
  transform: rotate(38deg);
  animation-delay: -5s;
  animation-duration: 20s;
  opacity: 0.3;
}

/* Obsidian shard — dead center */
.stone-14 {
  width: 75px;
  height: 70px;
  background: linear-gradient(150deg, #4a4540 0%, #2a2520 50%, #151210 100%);
  top: 30%;
  left: 45%;
  clip-path: polygon(15% 0%, 70% 5%, 100% 32%, 85% 88%, 40% 100%, 0% 62%);
  transform: rotate(-12deg);
  animation-delay: -11s;
  animation-duration: 23s;
  opacity: 0.2;
}

/* Tiny rhodonite — center */
.stone-15 {
  width: 28px;
  height: 32px;
  background: linear-gradient(140deg, #d48a9a 0%, #a85868 50%, #703040 100%);
  top: 58%;
  left: 48%;
  clip-path: polygon(30% 0%, 100% 20%, 82% 100%, 0% 85%);
  transform: rotate(65deg);
  animation-delay: -13s;
  animation-duration: 15s;
  opacity: 0.32;
}

/* Citrine chunk — center low */
.stone-16 {
  width: 65px;
  height: 60px;
  background: linear-gradient(155deg, #e8c840 0%, #c09a18 50%, #886a08 100%);
  top: 72%;
  left: 50%;
  clip-path: polygon(18% 5%, 82% 0%, 100% 40%, 75% 100%, 5% 82%, 0% 30%);
  transform: rotate(-28deg);
  animation-delay: -1s;
  animation-duration: 21s;
  opacity: 0.22;
}

@keyframes stoneDrift {
  0%, 100% { transform: translate(0, 0) rotate(var(--stone-rot, 0deg)); }
  25%      { transform: translate(6px, -5px) rotate(calc(var(--stone-rot, 0deg) + 1.5deg)); }
  50%      { transform: translate(-4px, 8px) rotate(calc(var(--stone-rot, 0deg) - 1deg)); }
  75%      { transform: translate(5px, 3px) rotate(calc(var(--stone-rot, 0deg) + 0.5deg)); }
}

.stone-1  { --stone-rot: -14deg; }
.stone-2  { --stone-rot: 28deg; }
.stone-3  { --stone-rot: 10deg; }
.stone-4  { --stone-rot: -32deg; }
.stone-5  { --stone-rot: -20deg; }
.stone-6  { --stone-rot: 18deg; }
.stone-7  { --stone-rot: -45deg; }
.stone-8  { --stone-rot: 14deg; }
.stone-9  { --stone-rot: 55deg; }
.stone-10 { --stone-rot: -25deg; }
.stone-11 { --stone-rot: -60deg; }
.stone-12 { --stone-rot: 8deg; }
.stone-13 { --stone-rot: 38deg; }
.stone-14 { --stone-rot: -12deg; }
.stone-15 { --stone-rot: 65deg; }
.stone-16 { --stone-rot: -28deg; }

/* Responsive stones */
@media (max-width: 768px) {
  .stones { filter: blur(5px); }
  .stone { transform: scale(0.75); }
}

@media (max-width: 480px) {
  .stones { filter: blur(4px); }
  .stone { transform: scale(0.55); }
}

/* ===== Blobs (soft glow, no blur filter) ===== */
.blob {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  contain: layout style;
}

.blob-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.22) 0%, rgba(139, 105, 20, 0.08) 50%, transparent 70%);
  top: -10%;
  right: -10%;
  animation: driftBlob1 10s ease-in-out infinite;
}

.blob-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(232, 213, 168, 0.18) 0%, rgba(201, 169, 110, 0.06) 50%, transparent 70%);
  bottom: -5%;
  left: -10%;
  animation: driftBlob2 10s ease-in-out infinite;
}

.blob-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 216, 110, 0.15) 0%, rgba(201, 169, 110, 0.05) 50%, transparent 70%);
  top: 40%;
  left: 50%;
  animation: driftBlob3 10s ease-in-out infinite;
}

@keyframes driftBlob1 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-30px, 25px); }
}

@keyframes driftBlob2 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(35px, -20px); }
}

@keyframes driftBlob3 {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50%      { transform: translateX(-50%) scale(1.08); }
}

/* ===== Floating Particles (reduced to 6) ===== */
.particles {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  contain: layout style;
}

.particles span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(232, 213, 168, 0.7);
  border-radius: 50%;
  animation: floatUp linear infinite;
  opacity: 0;
}

.particles span:nth-child(1) { left: 10%; animation-duration: 14s; animation-delay: 0s; }
.particles span:nth-child(2) { left: 25%; animation-duration: 12s; animation-delay: 2s; }
.particles span:nth-child(3) { left: 42%; animation-duration: 16s; animation-delay: 4s; }
.particles span:nth-child(4) { left: 58%; animation-duration: 13s; animation-delay: 1s; }
.particles span:nth-child(5) { left: 75%; animation-duration: 11s; animation-delay: 3s; }
.particles span:nth-child(6) { left: 90%; animation-duration: 15s; animation-delay: 5s; }

@keyframes floatUp {
  0%   { transform: translateY(100vh) scale(0); opacity: 0; }
  10%  { opacity: 0.7; }
  90%  { opacity: 0.2; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}

/* ===== Cursor Glow ===== */
.cursor-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.09) 0%, transparent 70%);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
  will-change: transform;
}

body:hover .cursor-glow {
  opacity: 1;
}

/* ===== Main Layout ===== */
.main {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem;
  text-align: center;
}

/* ===== Logo ===== */
.logo {
  font-family: 'TAN Meringue', var(--serif);
  font-size: clamp(2.5rem, 7vw, 4rem);
  font-weight: normal;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  margin-bottom: 0.25rem;
  animation: fadeDown 0.8s ease-out 0.2s both;
}

.logo a {
  background: linear-gradient(
    90deg,
    #b38728 0%,
    #fcf6ba 35%,
    #ffd86e 50%,
    #fcf6ba 65%,
    #b38728 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  animation: shimmer 8s linear infinite 1s;
}

.logo-tagline {
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  color: var(--gold);
  margin-bottom: 2.5rem;
  animation: fadeDown 0.8s ease-out 0.4s both;
}

/* ===== Glass Card ===== */
.glass-card {
  position: relative;
  max-width: 580px;
  width: 100%;
  padding: 3.5rem 3rem;
  background: #1a1308;
  border: 1px solid rgba(201, 169, 110, 0.18);
  animation: fadeUp 1s ease-out 0.6s both;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(232, 213, 168, 0.08);
  overflow: hidden;
}

/* Animated glossy glow using transform (GPU composited) */
.glass-shine {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 50% 50%, rgba(201, 169, 110, 0.08) 0%, transparent 60%);
  pointer-events: none;
  animation: cardGlow 10s ease-in-out infinite;
}

@keyframes cardGlow {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(15%, -10%); }
}

/* ===== Eyebrow ===== */
.eyebrow {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.eyebrow::before,
.eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow::before {
  right: calc(100% + 0.75rem);
  background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow::after {
  left: calc(100% + 0.75rem);
  background: linear-gradient(90deg, var(--gold), transparent);
}

/* ===== Title with Shimmer ===== */
.title {
  font-family: 'TAN Meringue', var(--serif);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.rotate-text {
  display: inline-block;
  color: var(--gold);
  text-shadow: 0 0 30px rgba(201, 169, 110, 0.2);
  transition: opacity 0.8s ease-in-out;
}

@keyframes shimmer {
  0%   { background-position: 250% 0; }
  100% { background-position: -250% 0; }
}

/* ===== Subtitle ===== */
.subtitle {
  font-size: 0.95rem;
  color: var(--gold);
  opacity: 0.65;
  max-width: 420px;
  margin: 0 auto 1.5rem;
  line-height: 1.8;
  transition: opacity 0.8s ease-in-out;
}

/* ===== Countdown ===== */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}

.countdown-num {
  font-family: var(--serif);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--gold-light);
  line-height: 1;
}

.countdown-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.countdown-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.4;
  margin-bottom: 1.25rem;
}

/* ===== Notify Form ===== */
.notify-form {
  width: 100%;
  align-self: stretch;
}

.input-group {
  display: flex;
  gap: 0;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid rgba(201, 169, 110, 0.15);
  background: rgba(12, 10, 8, 0.6);
  transition: border-color 0.4s, box-shadow 0.4s;
}

.input-group:focus-within {
  border-color: var(--gold);
  box-shadow: 0 0 20px rgba(201, 169, 110, 0.08);
}

.input-group input {
  flex: 1;
  padding: 1rem 1.5rem;
  background: transparent;
  border: none;
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.875rem;
  outline: none;
}

.input-group input::placeholder {
  color: rgba(154, 144, 130, 0.5);
}

.btn-notify {
  position: relative;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-bright));
  border: none;
  color: var(--bg);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 60px 60px 0;
  transition: opacity 0.3s, transform 0.3s;
  overflow: hidden;
  white-space: nowrap;
}

.btn-notify:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.btn-notify:active {
  transform: scale(0.98);
}

/* Glossy shine sweep on button */
.btn-shine {
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-25deg);
  transition: left 0.6s ease;
  pointer-events: none;
}

.btn-notify:hover .btn-shine {
  left: 130%;
}

.form-note {
  font-size: 0.65rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
  opacity: 0.5;
}

/* ===== Marquee ===== */
.marquee-section {
  width: 100vw;
  margin-top: 3rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  animation: fadeIn 0.8s ease-out 1s both;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-track span {
  font-family: var(--serif);
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-light);
  opacity: 1;
}

.marquee-dot {
  width: 3px !important;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
  flex-shrink: 0;
  opacity: 0.6 !important;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ===== Social Links ===== */
.socials {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
  animation: fadeUp 0.8s ease-out 1.2s both;
}

.social-link {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  transition: color 0.4s;
  position: relative;
}

.social-link:hover {
  color: var(--gold-light);
}

.social-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.social-link:hover::after {
  width: 100%;
}

.social-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.3;
}

/* ===== Copyright ===== */
.copyright {
  font-size: 0.65rem;
  color: var(--text-muted);
  margin-top: 2rem;
  letter-spacing: 0.05em;
  animation: fadeIn 0.6s ease-out 1.4s both;
}

/* ===== Entrance Animations ===== */

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-15px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 0.5; }
}

/* ===== Reduced Motion ===== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ===== Responsive ===== */

/* Tablet */
@media (max-width: 768px) {
  .main {
    padding: 2.5rem 1.25rem;
  }

  .logo {
    font-size: clamp(2rem, 8vw, 3rem);
    letter-spacing: 0.25em;
  }

  .logo-tagline {
    margin-bottom: 2rem;
  }

  .glass-card {
    padding: 2.5rem 2rem;
    border-radius: 20px;
    max-width: 480px;
  }

  .subtitle {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }

  .countdown {
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .countdown-num {
    font-size: 2.2rem;
  }

  .blob-1 { width: 350px; height: 350px; }
  .blob-2 { width: 280px; height: 280px; }
  .blob-3 { width: 220px; height: 220px; }

  .marquee-section {
    margin-top: 2.5rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .main {
    padding: 2rem 1rem;
    justify-content: center;
    min-height: 100dvh;
  }

  .logo {
    font-size: clamp(1.8rem, 10vw, 2.5rem);
    letter-spacing: 0.2em;
  }

  .logo-tagline {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .glass-card {
    padding: 2rem 1.5rem;
    border-radius: 18px;
  }

  .eyebrow {
    font-size: 0.6rem;
    margin-bottom: 1.25rem;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 1.25rem;
  }

  .title {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    margin-bottom: 1rem;
  }

  .subtitle {
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
  }

  .countdown {
    gap: 0.6rem;
    margin-bottom: 1.75rem;
  }

  .countdown-num {
    font-size: 1.8rem;
  }

  .countdown-item {
    min-width: 44px;
  }

  .countdown-label {
    font-size: 0.5rem;
    letter-spacing: 0.15em;
  }

  .countdown-sep {
    width: 3px;
    height: 3px;
    margin-bottom: 1rem;
  }

  .input-group {
    flex-direction: column;
    border-radius: 16px;
  }

  .input-group input {
    padding: 0.9rem 1.25rem;
    text-align: center;
    border-bottom: 1px solid rgba(201, 169, 110, 0.08);
  }

  .btn-notify {
    border-radius: 0 0 16px 16px;
    padding: 0.85rem 1.5rem;
  }

  .form-note {
    font-size: 0.65rem;
  }

  .blob-1 { width: 250px; height: 250px; }
  .blob-2 { width: 200px; height: 200px; }
  .blob-3 { width: 150px; height: 150px; }

  .marquee-section {
    margin-top: 2rem;
    padding: 1rem 0;
  }

  .marquee-track span {
    font-size: 0.75rem;
  }

  .socials {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.75rem;
  }

  .social-link {
    font-size: 0.7rem;
  }

  .copyright {
    margin-top: 1.5rem;
    font-size: 0.6rem;
  }
}

/* Very small screens */
@media (max-width: 360px) {
  .glass-card {
    padding: 1.75rem 1.25rem;
  }

  .countdown-num {
    font-size: 1.5rem;
  }

  .countdown-item {
    min-width: 38px;
  }

  .logo {
    font-size: 1.6rem;
  }
}

/* Tall narrow phones - ensure no overflow */
@media (max-height: 700px) and (max-width: 480px) {
  .main {
    padding: 1.5rem 1rem;
  }

  .logo-tagline {
    margin-bottom: 1rem;
  }

  .glass-card {
    padding: 1.5rem 1.25rem;
  }

  .eyebrow {
    margin-bottom: 0.75rem;
  }

  .subtitle {
    margin-bottom: 1.25rem;
  }

  .countdown {
    margin-bottom: 1.25rem;
  }

  .marquee-section {
    margin-top: 1.5rem;
  }

  .socials {
    margin-top: 1.25rem;
  }

  .copyright {
    margin-top: 1rem;
  }
}
