/*
Theme Name: Arevea Group — Coming Soon
Theme URI: https://areveagroup.com
Author: Arevea Group
Author URI: https://areveagroup.com
Description: Elegant dark, gold-accented coming-soon landing page for Arevea Group — general trading and cosmetics, UAE. Single-page theme with a notify-me email form, editorial typography, and the gold Arevea sun mark.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arevea-coming-soon
Tags: one-column, custom-logo, landing-page
*/

/* ============================================
   AREVEA GROUP — COMING SOON
   Palette drawn from the metallic-gold brand mark:
   Gold    #C9A04E  |  Gold soft #EFD27A
   Ink     #100C09  |  Cream  #F6EFE3
   ============================================ */

:root {
  --gold: #c9a04e;
  --gold-soft: #efd27a;
  --gold-deep: #a9791c;
  --ink: #100c09;
  --ink-2: #1c1611;
  --cream: #f6efe3;
  --cream-dim: rgba(246, 239, 227, 0.72);
  --cream-faint: rgba(246, 239, 227, 0.45);
  --line: rgba(239, 210, 122, 0.18);
  --sans: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--cream);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Atmospheric background ---------- */

.scene {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(1100px 720px at 76% 26%, rgba(201, 160, 78, 0.30), transparent 60%),
    radial-gradient(820px 560px at 14% 84%, rgba(169, 121, 28, 0.16), transparent 60%),
    linear-gradient(160deg, #1c1611 0%, #130d0a 55%, #0c0806 100%);
}

.scene::before {
  /* faint grain */
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

/* Giant rotating sun watermark */
.sun-watermark {
  position: absolute;
  top: 50%;
  right: -12vw;
  width: 58vw;
  max-width: 860px;
  min-width: 420px;
  transform: translateY(-50%);
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
  animation: sunspin 240s linear infinite;
}

@keyframes sunspin {
  to { transform: translateY(-50%) rotate(360deg); }
}

/* ---------- Header ---------- */

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px clamp(24px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
}

.nav-left,
.nav-right {
  flex: 1;
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.nav-right { justify-content: flex-end; }

.nav-left a,
.nav-right a {
  color: var(--cream-dim);
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
  padding-bottom: 4px;
}

.nav-left a::after,
.nav-right a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.nav-left a:hover,
.nav-right a:hover { color: var(--cream); }

.nav-left a:hover::after,
.nav-right a:hover::after { width: 100%; }

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--cream);
}

.brand img {
  height: 52px;
  width: auto;
  display: block;
}

.brand-name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--cream);
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 22px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--cream-dim);
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  z-index: 4;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 9vh, 110px) clamp(24px, 5vw, 64px) clamp(40px, 7vh, 80px);
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 30px;
  animation: rise 0.9s ease both;
}

.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--gold);
  opacity: 0.7;
}

.hero h1 {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(48px, 8.4vw, 118px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--cream);
  max-width: 14ch;
  animation: rise 0.9s 0.12s ease both;
}

.hero h1 em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--gold-soft);
}

.hero .lede {
  margin-top: 34px;
  max-width: 46ch;
  font-size: 15.5px;
  font-weight: 300;
  line-height: 1.75;
  color: var(--cream-dim);
  animation: rise 0.9s 0.24s ease both;
}

/* ---------- Notify form ---------- */

.notify {
  margin-top: 44px;
  animation: rise 0.9s 0.36s ease both;
}

.notify-form {
  display: flex;
  max-width: 520px;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  backdrop-filter: blur(6px);
  background: rgba(23, 16, 16, 0.45);
  transition: border-color 0.3s ease;
}

.notify-form:focus-within {
  border-color: rgba(201, 160, 78, 0.55);
}

.notify-form input[type="email"] {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 18px 26px;
  font-family: var(--sans);
  font-size: 14.5px;
  color: var(--cream);
}

.notify-form input[type="email"]::placeholder {
  color: var(--cream-faint);
}

.notify-form button {
  flex-shrink: 0;
  border: 0;
  cursor: pointer;
  margin: 5px;
  padding: 0 30px;
  border-radius: 999px;
  background: var(--gold);
  color: #2a1408;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.notify-form button:hover {
  background: var(--gold-soft);
  transform: translateX(2px);
}

.notify-form button .arrow {
  font-size: 15px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.notify-form button:hover .arrow {
  transform: translate(2px, -2px);
}

.notify-note {
  margin-top: 16px;
  font-size: 12.5px;
  letter-spacing: 0.03em;
  color: var(--cream-faint);
}

.notify-feedback {
  margin-top: 18px;
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 13.5px;
  letter-spacing: 0.03em;
}

.notify-feedback.ok {
  border: 1px solid rgba(201, 160, 78, 0.5);
  color: var(--gold-soft);
  background: rgba(201, 160, 78, 0.08);
}

.notify-feedback.err {
  border: 1px solid rgba(220, 110, 110, 0.5);
  color: #e8a3a3;
  background: rgba(220, 110, 110, 0.08);
}

/* ---------- Footer strip ---------- */

.hero-foot {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 clamp(24px, 5vw, 64px) 34px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.estd {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--cream-faint);
}

.estd::before,
.estd::after {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--line);
}

.socials {
  display: flex;
  gap: 22px;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.socials a {
  color: var(--cream-faint);
  text-decoration: none;
  transition: color 0.25s ease;
}

.socials a:hover { color: var(--gold); }

.site-footer {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--line);
  padding: 22px clamp(24px, 5vw, 64px);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--cream-faint);
}

.site-footer a {
  color: var(--cream-dim);
  text-decoration: none;
}

.site-footer a:hover { color: var(--gold); }

/* ---------- Animations ---------- */

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

@media (prefers-reduced-motion: reduce) {
  .sun-watermark { animation: none; }
  .eyebrow, .hero h1, .hero .lede, .notify { animation: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .nav-left { display: none; }
  .nav-right { gap: 16px; }
  .brand { order: -1; }
  .site-header { gap: 16px; }
  .sun-watermark {
    right: -38vw;
    width: 110vw;
    opacity: 0.05;
  }
}

@media (max-width: 560px) {
  .brand img { height: 44px; }
  .brand-name { font-size: 15px; letter-spacing: 0.26em; }
  .pill { display: none; }
  .notify-form {
    flex-direction: column;
    border-radius: 26px;
    padding: 6px;
  }
  .notify-form input[type="email"] {
    padding: 16px 20px;
  }
  .notify-form button {
    margin: 0;
    padding: 16px;
    justify-content: center;
  }
  .hero-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .site-footer {
    flex-direction: column;
    gap: 8px;
  }
}
