* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: #fff8f8;
  font-family: 'Montserrat', sans-serif;
  color: #3a231c;
}

/* ================= BACKGROUND WEBSITE ================= */

.website {
  width: 100%;
  min-height: 100vh;
  background: #fffcfc;
  overflow: hidden;
}

.background-site {
  filter: blur(6px);
  transform: scale(1.02);
  pointer-events: none;
  user-select: none;
  animation: backgroundFloat 12s ease-in-out infinite alternate;
}

/* ================= HEADER ================= */

.top-header {
  height: 115px;
  width: 100%;
  background: #fffdfd;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-logo {
  width: 410px;
  max-width: 42vw;
  height: auto;
  display: block;
}

.menu-icon {
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  color: #c28a2e;
  font-size: 24px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.header-icons {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 24px;
  color: #c28a2e;
  font-size: 20px;
}

/* ================= NAVIGATION ================= */

.nav-bar {
  height: 50px;
  width: 100%;
  background: #fffdfd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
  border-bottom: 1px solid #f3ddd9;
}

.nav-bar a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #2d1d16;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

/* ================= HERO ================= */

.hero-section {
  height: calc(100vh - 285px);
  min-height: 560px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f8d9d9;
}

.hero-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 249, 249, 0.82) 0%,
    rgba(255, 243, 243, 0.50) 28%,
    rgba(255, 228, 228, 0.10) 55%,
    rgba(255, 228, 228, 0.02) 100%
  );
}

.hero-text {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  max-width: 44%;
  z-index: 2;
}

.hero-logo {
  width: 520px;
  max-width: 100%;
  display: block;
  margin-bottom: 22px;
}

.tagline {
  font-size: 19px;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: #c28a2e;
  margin-left: 7px;
  margin-bottom: 24px;
}

.small-line {
  width: 75px;
  height: 1.5px;
  background: #c28a2e;
  margin-left: 7px;
  margin-bottom: 24px;
}

.description {
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  line-height: 1.35;
  color: #2e1d17;
  margin-left: 7px;
  margin-bottom: 32px;
}

.shop-button {
  margin-left: 7px;
  width: 220px;
  height: 56px;
  border: none;
  background: linear-gradient(135deg, #ef8fa6, #e97593);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

/* ================= FEATURE BAR ================= */

.feature-bar {
  min-height: 120px;
  width: 100%;
  background: #fffdfd;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  padding: 0 9%;
  border-top: 1px solid #f1d8cf;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.feature-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex-shrink: 0;
}

.feature-item h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #c28a2e;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.feature-item p {
  font-family: 'Cormorant Garamond', serif;
  color: #b1772b;
  font-size: 16px;
}

.feature-divider {
  width: 1px;
  height: 70px;
  background: #e0bc7a;
}

/* ================= COMING SOON OVERLAY ================= */

.coming-soon-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.36), rgba(255, 240, 245, 0.14)),
    rgba(71, 35, 25, 0.14);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.coming-card {
  position: relative;
  overflow: hidden;
  width: min(92%, 720px);
  padding: 56px 60px;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.88) 0%,
    rgba(255, 247, 249, 0.92) 50%,
    rgba(255, 241, 245, 0.95) 100%
  );
  border: 1px solid rgba(194, 138, 46, 0.34);
  box-shadow:
    0 28px 70px rgba(100, 54, 38, 0.16),
    inset 0 0 30px rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px);
  text-align: center;
  animation: cardReveal 0.9s ease both, luxuryGlow 4s ease-in-out infinite;
}

.coming-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-18deg);
  animation: cardShine 5s ease-in-out infinite;
  pointer-events: none;
}

.coming-logo {
  width: 410px;
  max-width: 90%;
  display: block;
  margin: 0 auto 14px;
  animation: logoFloat 3.5s ease-in-out infinite;
}

.mini-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #c28a2e;
  margin-bottom: 18px;
  animation: fadeSlideDown 0.9s ease 0.25s both;
}

.coming-card h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(58px, 7vw, 94px);
  font-weight: 600;
  color: #b77a25;
  line-height: 1;
  margin-bottom: 22px;
  animation: titleReveal 1s ease 0.35s both;
}

.gold-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #c28a2e;
  margin-bottom: 26px;
}

.gold-divider span {
  width: 105px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c28a2e, transparent);
  animation: dividerGrow 1s ease 0.6s both;
}

.gold-divider i {
  font-size: 10px;
  animation: starPulse 1.8s ease-in-out infinite;
}

.coming-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 1.45;
  color: #5a3428;
  max-width: 590px;
  margin: 0 auto 18px;
  animation: fadeUp 0.9s ease 0.75s both;
}

.join-text {
  font-size: 15px;
  line-height: 1.75;
  color: #8d5c50;
  max-width: 560px;
  margin: 0 auto 34px;
  animation: fadeUp 0.9s ease 0.95s both;
}

.apply-btn {
  position: relative;
  overflow: hidden;
  width: 230px;
  height: 58px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #d8a23e, #f0c86a, #d79c30);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 16px 35px rgba(210, 156, 48, 0.28);
  transition: 0.3s ease;
  animation: fadeUp 0.9s ease 1.15s both, buttonGlow 2.8s ease-in-out infinite;
}

.apply-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 65%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.6s ease;
}

.apply-btn:hover::before {
  left: 130%;
}

.apply-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(210, 156, 48, 0.35);
}

/* ================= FORM MODAL ================= */

.form-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(84, 45, 35, 0.22);
  backdrop-filter: blur(10px);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.form-modal.active {
  display: flex;
}

.form-box {
  width: min(94%, 760px);
  max-height: 92vh;
  overflow-y: auto;
  position: relative;
  padding: 42px 48px;
  border-radius: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 247, 250, 0.98) 100%
  );
  border: 1px solid rgba(194, 138, 46, 0.34);
  box-shadow: 0 30px 85px rgba(84, 45, 35, 0.22);
  animation: formReveal 0.45s ease both;
}

.form-modal.active .form-box {
  animation: formPop 0.45s ease both;
}

.close-btn {
  position: absolute;
  top: 22px;
  right: 24px;
  border: none;
  background: transparent;
  color: #c28a2e;
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}

.close-btn:hover {
  transform: rotate(90deg) scale(1.08);
  color: #e58ca1;
}

.form-logo {
  width: 280px;
  max-width: 78%;
  display: block;
  margin: 0 auto 12px;
  animation: logoFloat 3.5s ease-in-out infinite;
}

.form-box h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  text-align: center;
  color: #b77a25;
  margin-bottom: 8px;
}

.form-subtitle {
  text-align: center;
  font-size: 14px;
  color: #966254;
  margin-bottom: 30px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.input-group {
  margin-bottom: 20px;
}

.form-modal.active .input-group {
  animation: fieldReveal 0.5s ease both;
}

.input-group label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #c28a2e;
  margin-bottom: 8px;
  font-weight: 700;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  border: 1px solid rgba(214, 173, 82, 0.34);
  background: rgba(255, 252, 253, 0.96);
  padding: 0 16px;
  font-size: 15px;
  color: #3a231c;
  outline: none;
  transition: 0.3s ease;
  border-radius: 14px;
  font-family: 'Montserrat', sans-serif;
}

.input-group input,
.input-group select {
  height: 52px;
}

.input-group textarea {
  min-height: 115px;
  padding-top: 14px;
  resize: vertical;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  border-color: #d5a445;
  box-shadow: 0 0 0 4px rgba(213, 164, 69, 0.12);
}

.input-group input:hover,
.input-group select:hover,
.input-group textarea:hover {
  border-color: rgba(213, 164, 69, 0.7);
  box-shadow: 0 0 18px rgba(255, 209, 220, 0.35);
}

.form-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}

.submit-btn,
.reset-btn {
  width: 170px;
  height: 54px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 999px;
}

.submit-btn {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #d8a23e, #f0c86a, #d79c30);
  color: #fff;
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 65%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.6s ease;
}

.submit-btn:hover::before {
  left: 130%;
}

.reset-btn {
  background: #fff8fa;
  color: #c28a2e;
  border: 1px solid #e5bb67;
}

.submit-btn:hover,
.reset-btn:hover {
  transform: translateY(-3px);
}

.success-message {
  display: none;
  margin-top: 24px;
  text-align: center;
  color: #a16b22;
  font-size: 14px;
  font-weight: 600;
}

.success-message.show {
  display: block;
  animation: successPop 0.45s ease both;
}

.button-clicked {
  transform: scale(0.96);
}

/* ================= POWERED BY FOOTER / WATERMARK ================= */

.powered-footer {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 60;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(213, 164, 69, 0.35);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(100, 54, 38, 0.12);
  animation: footerFadeUp 1s ease 1.3s both;
}

.powered-footer p {
  font-size: 12px;
  color: #8d5c50;
  letter-spacing: 0.6px;
  text-align: center;
  white-space: nowrap;
}

.powered-footer a {
  color: #c28a2e;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.powered-footer a:hover {
  color: #e58ca1;
}

.powered-footer span {
  color: #d5a445;
  margin: 0 8px;
}

/* ================= SPARKLES ================= */

.sparkle {
  position: fixed;
  width: 8px;
  height: 8px;
  background: radial-gradient(circle, #fff 0%, #f4c76b 45%, transparent 70%);
  border-radius: 50%;
  z-index: 25;
  opacity: 0.8;
  pointer-events: none;
  animation: sparkleFloat 4s ease-in-out infinite;
}

.sparkle-one {
  top: 18%;
  left: 22%;
  animation-delay: 0s;
}

.sparkle-two {
  top: 26%;
  right: 24%;
  animation-delay: 0.7s;
}

.sparkle-three {
  bottom: 22%;
  left: 28%;
  animation-delay: 1.3s;
}

.sparkle-four {
  bottom: 28%;
  right: 30%;
  animation-delay: 2s;
}

/* ================= ANIMATIONS ================= */

@keyframes backgroundFloat {
  from {
    transform: scale(1.02) translateY(0);
  }
  to {
    transform: scale(1.035) translateY(-8px);
  }
}

@keyframes cardReveal {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes luxuryGlow {
  0% {
    box-shadow:
      0 28px 70px rgba(100, 54, 38, 0.16),
      inset 0 0 30px rgba(255, 255, 255, 0.6);
  }

  50% {
    box-shadow:
      0 34px 90px rgba(210, 156, 48, 0.24),
      inset 0 0 40px rgba(255, 255, 255, 0.8);
  }

  100% {
    box-shadow:
      0 28px 70px rgba(100, 54, 38, 0.16),
      inset 0 0 30px rgba(255, 255, 255, 0.6);
  }
}

@keyframes cardShine {
  0% {
    left: -120%;
  }

  45% {
    left: -120%;
  }

  100% {
    left: 130%;
  }
}

@keyframes logoFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-12px);
    letter-spacing: 8px;
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleReveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes dividerGrow {
  from {
    width: 0;
    opacity: 0;
  }

  to {
    width: 105px;
    opacity: 1;
  }
}

@keyframes starPulse {
  0% {
    transform: scale(1) rotate(0);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.35) rotate(18deg);
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(0);
    opacity: 0.75;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes buttonGlow {
  0% {
    box-shadow: 0 16px 35px rgba(210, 156, 48, 0.28);
  }

  50% {
    box-shadow: 0 20px 46px rgba(210, 156, 48, 0.45);
  }

  100% {
    box-shadow: 0 16px 35px rgba(210, 156, 48, 0.28);
  }
}

@keyframes formReveal {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes formPop {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fieldReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes successPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes sparkleFloat {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 0.2;
  }

  50% {
    transform: translateY(-18px) scale(1.25);
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(0.8);
    opacity: 0.2;
  }
}

@keyframes footerFadeUp {
  from {
    opacity: 0;
    transform: translate(-50%, 14px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* ================= TABLET ================= */

@media (max-width: 900px) {
  .top-header {
    height: 78px;
  }

  .main-logo {
    width: 225px;
    max-width: 52vw;
  }

  .menu-icon {
    left: 22px;
    font-size: 21px;
  }

  .header-icons {
    right: 22px;
    gap: 14px;
    font-size: 16px;
  }

  .nav-bar {
    height: 46px;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 34px;
    padding: 0 24px;
  }

  .nav-bar a {
    font-size: 11px;
  }

  .hero-section {
    height: 670px;
    min-height: 670px;
  }

  .hero-bg-image {
    object-position: 67% center;
  }

  .hero-text {
    left: 32px;
    top: 31%;
    width: 390px;
    max-width: calc(100% - 64px);
  }

  .hero-logo {
    width: 340px;
  }

  .feature-bar {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 32px 30px;
  }

  .feature-divider {
    display: none;
  }

  .feature-item {
    justify-content: flex-start;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .coming-card {
    padding: 42px 34px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 600px) {
  .background-site {
    filter: blur(4px);
    transform: scale(1.03);
    animation: none;
  }

  .top-header {
    height: 68px;
  }

  .main-logo {
    width: 170px;
    max-width: 58vw;
  }

  .header-icons {
    display: none;
  }

  .menu-icon {
    left: 18px;
    font-size: 20px;
  }

  .nav-bar {
    height: 42px;
    gap: 26px;
    padding: 0 18px;
    overflow-x: auto;
  }

  .nav-bar a {
    font-size: 10.5px;
  }

  .hero-section {
    height: 680px;
    min-height: 680px;
  }

  .hero-bg-image {
    object-position: 69% center;
  }

  .hero-text {
    left: 22px;
    top: 30%;
    width: calc(100% - 44px);
    max-width: none;
  }

  .hero-logo {
    width: 280px;
    max-width: 92%;
  }

  .tagline {
    font-size: 13px;
    letter-spacing: 4px;
  }

  .description {
    font-size: 21px;
  }

  .shop-button {
    width: 190px;
    height: 50px;
    font-size: 10px;
  }

  .coming-soon-overlay {
    padding: 20px;
    align-items: center;
  }

  .coming-card {
    padding: 36px 24px;
    border-radius: 24px;
    animation: cardReveal 0.8s ease both;
  }

  .coming-card::before {
    display: none;
  }

  .coming-logo {
    width: 280px;
  }

  .mini-title {
    font-size: 11px;
    letter-spacing: 3px;
  }

  .coming-card h1 {
    font-size: 54px;
  }

  .coming-text {
    font-size: 21px;
  }

  .join-text {
    font-size: 14px;
  }

  .apply-btn {
    width: 205px;
    height: 54px;
  }

  .form-box {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .form-logo {
    width: 230px;
  }

  .form-box h2 {
    font-size: 40px;
  }

  .form-buttons {
    flex-direction: column;
  }

  .submit-btn,
  .reset-btn {
    width: 100%;
  }

  .powered-footer {
    bottom: 10px;
    width: calc(100% - 28px);
    padding: 9px 14px;
  }

  .powered-footer p {
    font-size: 10.5px;
    white-space: normal;
    line-height: 1.5;
  }

  .powered-footer span {
    margin: 0 5px;
  }

  .sparkle {
    width: 6px;
    height: 6px;
  }

  .sparkle-one {
    top: 14%;
    left: 12%;
  }

  .sparkle-two {
    top: 20%;
    right: 14%;
  }

  .sparkle-three {
    bottom: 18%;
    left: 18%;
  }

  .sparkle-four {
    bottom: 20%;
    right: 16%;
  }
}

@media (max-width: 390px) {
  .coming-card h1 {
    font-size: 46px;
  }

  .coming-logo {
    width: 240px;
  }

  .coming-text {
    font-size: 19px;
  }

  .hero-logo {
    width: 250px;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}