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

html {
  scroll-behavior: smooth;
}

body {
  background: #090604;
  color: #f4eadc;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

main {
  width: 100%;
  overflow-x: hidden;
}

/* HERO */

.hero {
  min-height: 72vh;
  position: relative;
  padding: 42px 7vw;
  overflow: hidden;

  background:
    linear-gradient(to right, rgba(5, 3, 2, 0.9), rgba(5, 3, 2, 0.15)),
    url("assets/oil-drop.jpeg");

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.brand {
  font-family: Georgia, serif;
  letter-spacing: 14px;
  font-size: 22px;
  color: #f4eadc;
}

.hero-content {
  margin-top: 120px;
  max-width: 520px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(52px, 7vw, 90px);
  line-height: 0.95;
  letter-spacing: 2px;
}

.line {
  width: 48px;
  height: 1px;
  background: #d7c3a5;
  margin: 26px 0;
}

.hero p {
  font-size: 18px;
  line-height: 1.5;
  color: #efe4d3;
  margin-bottom: 30px;
}

.outline-btn {
  display: inline-block;
  border: 1px solid rgba(244, 234, 220, 0.65);
  padding: 17px 45px;
  color: #f4eadc;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
}

/* RITUAL */

.ritual {
  background: #120b07;
  padding: 58px 8vw 70px;
  text-align: center;
  border-top: 1px solid rgba(244, 234, 220, 0.08);
}

.eyebrow,
.section-label {
  font-size: 11px;
  letter-spacing: 6px;
  color: #d2bfa1;
}

.ritual h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 9px;
  line-height: 1.45;
  margin: 28px 0 58px;
}

.products {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 75px;
  margin-top: 42px;
}

.product {
  width: 280px;
}

.number,
.role {
  font-size: 12px;
  letter-spacing: 4px;
}

.small-line {
  width: 30px;
  height: 1px;
  background: #d7c3a5;
  margin: 18px auto;
}

.product h3 {
  font-size: 14px;
  letter-spacing: 4px;
  line-height: 1.6;
  margin-bottom: 14px;
  font-weight: 500;
}

.product p:last-child {
  font-size: 14px;
  color: #e0d4c5;
}

.divider {
  width: 1px;
  background: rgba(244, 234, 220, 0.45);
}

/* WAITLIST */

.waitlist {
  min-height: 285px;
  position: relative;
  padding: 50px 9vw 70px;

  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: center;

  background:
    linear-gradient(rgba(8, 5, 3, 0.3), rgba(8, 5, 3, 0.78)),
    url("assets/brown-satin.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.waitlist-copy h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 7px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.waitlist-copy p {
  color: #efe4d3;
  line-height: 1.5;
}

.form {
  max-width: 540px;
}

.form input[type="text"],
.form input[type="email"] {
  width: 100%;
  background: rgba(30, 18, 12, 0.32);
  border: 1px solid rgba(244, 234, 220, 0.5);
  height: 43px;
  padding: 0 18px;
  margin-bottom: 12px;
  color: #f4eadc;
  letter-spacing: 2px;
}

.form input::placeholder {
  color: #f4eadc;
  font-size: 11px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin: 7px 0 16px;
  color: #efe4d3;
}

.checkbox input {
  width: 16px;
  height: 16px;
  accent-color: #d7c3a5;
}

button {
  width: 100%;
  height: 48px;
  background: #f3eadc;
  border: none;
  color: #1a100b;
  letter-spacing: 2px;
  font-size: 12px;
  cursor: pointer;
}

footer {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

footer p {
  font-family: Georgia, serif;
  letter-spacing: 12px;
  font-size: 20px;
}

footer span {
  font-size: 8px;
  letter-spacing: 4px;
}

/* MOBILE */

@media (max-width: 768px) {
  .hero {
    min-height: 78vh;
    padding: 30px 7vw;
    background-position: 68% center;
  }

  .brand {
    font-size: 17px;
    letter-spacing: 9px;
  }

  .hero-content {
    margin-top: 95px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    font-size: 15px;
  }

  .outline-btn {
    padding: 15px 30px;
  }

  .ritual {
    padding: 48px 7vw;
  }

  .ritual h2 {
    letter-spacing: 4px;
  }

  .products {
    flex-direction: column;
    gap: 42px;
    align-items: center;
  }

  .divider {
    width: 70%;
    height: 1px;
  }

  .waitlist {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 45px 7vw 90px;
  }

  .waitlist-copy h2 {
    letter-spacing: 4px;
  }

  footer p {
    font-size: 16px;
    letter-spacing: 8px;
  }
}

.success-modal {
  position: fixed;
  inset: 0;
  background: rgba(5, 3, 2, 0.82);
  backdrop-filter: blur(12px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 24px;
}

.success-modal.show {
  display: flex;
}

.modal-box {
  position: relative;
  max-width: 520px;
  width: 100%;
  padding: 58px 42px;
  text-align: center;
  background:
    linear-gradient(rgba(18, 11, 7, 0.92), rgba(18, 11, 7, 0.96)),
    url("assets/brown-satin.jpeg");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(244, 234, 220, 0.32);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: transparent;
  color: #f4eadc;
  border: none;
  font-size: 30px;
  width: auto;
  height: auto;
  cursor: pointer;
}

.modal-eyebrow {
  font-size: 11px;
  letter-spacing: 5px;
  color: #d2bfa1;
  margin-bottom: 24px;
}

.modal-box h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  letter-spacing: 7px;
  margin-bottom: 24px;
}

.modal-box p {
  color: #efe4d3;
  line-height: 1.6;
}

.duplicate-modal {
  position: fixed;
  inset: 0;
  background: rgba(5, 3, 2, 0.82);
  backdrop-filter: blur(12px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  padding: 24px;
}

.duplicate-modal.show {
  display: flex;
}

/* LUXURY SCROLL ANIMATIONS */

.fade-section {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1.2s ease,
    transform 1.2s ease;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* BUTTON STATES */

button:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

/* SMOOTHER MODALS */

.success-modal,
.duplicate-modal {
  transition: opacity 0.35s ease;
}

.modal-box {
  animation: modalFadeIn 0.45s ease;
}

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

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

/* LUXURY HOVER EFFECTS */

.outline-btn {
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.outline-btn:hover {
  background: rgba(244, 234, 220, 0.08);
}

button {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

button:hover {
  transform: translateY(-1px);
}

/* MOBILE */

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .hero {
    min-height: 100svh;
    padding: 28px 6vw 48px;
    background:
      linear-gradient(
        to bottom,
        rgba(5, 3, 2, 0.55),
        rgba(5, 3, 2, 0.92)
      ),
      url("assets/oil-drop.jpeg");
    background-size: cover;
    background-position: 70% center;
  }

  .brand {
    font-size: 15px;
    letter-spacing: 8px;
    text-align: center;
  }

  .hero-content {
    margin-top: 42svh;
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(44px, 14vw, 58px);
    line-height: 0.95;
    letter-spacing: 1px;
  }

  .line {
    margin: 20px 0;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

  .outline-btn {
    width: 100%;
    text-align: center;
    padding: 16px 22px;
    font-size: 11px;
  }

  .ritual {
    padding: 58px 6vw;
  }

  .eyebrow,
  .section-label {
    font-size: 10px;
    letter-spacing: 4px;
  }

  .ritual h2 {
    font-size: clamp(24px, 8vw, 34px);
    letter-spacing: 3px;
    line-height: 1.35;
    margin: 24px 0 48px;
  }

  .products {
    flex-direction: column;
    gap: 44px;
    align-items: center;
    margin-top: 36px;
  }

  .product {
    width: 100%;
    max-width: 320px;
  }

  .product h3 {
    font-size: 13px;
    letter-spacing: 3px;
  }

  .divider {
    width: 70%;
    height: 1px;
  }

  .waitlist {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 58px 6vw 105px;
    background:
      linear-gradient(rgba(8, 5, 3, 0.45), rgba(8, 5, 3, 0.88)),
      url("assets/brown-satin.jpeg");
    background-size: cover;
    background-position: center;
  }

  .waitlist-copy h2 {
    font-size: clamp(26px, 8vw, 36px);
    letter-spacing: 3px;
    line-height: 1.25;
  }

  .waitlist-copy p {
    font-size: 14px;
    line-height: 1.6;
  }

  .form {
    max-width: 100%;
  }

  .form input[type="text"],
  .form input[type="email"] {
    height: 52px;
    font-size: 16px;
    letter-spacing: 1.5px;
  }

  .checkbox {
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.4;
    margin: 12px 0 18px;
  }

  button {
    height: 54px;
    font-size: 11px;
  }

  footer {
    bottom: 28px;
    width: 100%;
  }

  footer p {
    font-size: 15px;
    letter-spacing: 8px;
  }

  footer span {
    font-size: 7px;
    letter-spacing: 3px;
  }

  .modal-box {
    padding: 48px 28px;
  }

  .modal-box h2 {
    font-size: clamp(34px, 11vw, 46px);
    letter-spacing: 4px;
  }

  .modal-eyebrow {
    font-size: 10px;
    letter-spacing: 4px;
  }
}