/* ==================================================
   AUREN — ESTILO PRINCIPAL (HEADER + HERO + FOOTER)
   ================================================== */


/* =========================
   1) RESET & BASE GLOBAL
   ========================= */
*,
*::before,
*::after { box-sizing: border-box; }

html, body { height: 100%; }

img { max-width: 100%; height: auto; display: block; }

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

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


/* =========================
   2) BODY / TIPO / CORES
   ========================= */
body {
  padding-top: 65px; 
  font-family: 'Inter', sans-serif;
  background-color: #1a1a1a; 
  color: #e0e0e0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* =========================
   3) HEADER (DESKTOP — ORIGINAL)
   ========================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
  background-color: #000000;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

/* --- GRUPO DA ESQUERDA (LOGO + NAV) --- */
.header-left {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-logo {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}
.header-logo img {
  height: 45px;
  width: auto;
  vertical-align: middle;
  transition: opacity 0.2s ease-in-out;
}
.header-logo a:hover img {
  opacity: 0.8;
}

/* --- NAVEGAÇÃO PRINCIPAL --- */
.header-nav {
  margin-left: 20px;
  height: 100%; 
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
}
.header-nav ul li {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-nav a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  color: #cccccc;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  transition: color 0.2s ease-in-out;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.header-nav a:hover { color: #ffffff; }

.header-actions {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-actions .icon-button {
  display: flex;
  align-items: center;
  padding: 0 25px;
  color: #cccccc;
  transition: color 0.2s ease-in-out;
}
.header-actions .icon-button:hover { color: #ffffff; }

.header-actions .action-button.primary {
  background-image:
    linear-gradient(to bottom, rgba(255, 248, 225, 0.6) 0%, rgba(240, 226, 182, 0.3) 8%, rgba(0,0,0,0) 30%),
    linear-gradient(to top, rgba(77, 60, 35, 0.7) 0%, rgba(77, 60, 35, 0) 25%),
    linear-gradient(135deg, #a67c52 0%, #c5a16d 40%, #a67c52 100%);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Cinzel-Decorative', serif;
  font-size: 17px;
  font-weight: 600;
  border: none;
  text-indent: 0;
  transition: filter 0.2s ease-in-out;
}
.header-actions .action-button.primary:hover { filter: brightness(1.1); }


/* =========================
   4) SUBMENU (DESKTOP — ORIGINAL)
   ========================= */
.header-nav .has-submenu { position: relative; }

.submenu {
  position: absolute;
  top: 100%; 
  left: 0;   
  min-width: 100%;
  width: auto;
  padding: 10px 0;
  background-color: #000;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s ease-out;
  pointer-events: none;
  z-index: 10;
}
.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.submenu li a {
  display: block;
  padding: 10px 18px; 
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
  font-family: 'Merriweather', serif;
  font-size: 13px;
  font-weight: normal;
  color: #a7a7a7;
  text-align: left;
  text-shadow: none;
}
.submenu li a:hover {
  background-color: transparent;
  color: #ffffff;
}
.submenu-item-title {
  display: block;
  font-family: 'Cinzel Decorative', serif;
  font-size: 14px; 
  color: #ffffff;
  text-align: left;
}


/* =========================
   5) HERO SECTION
   ========================= */
.hero-section {
  background-image: url('../images/backgrounds/bg-hero-section.webp');
  background-size: cover;
  background-position: center;
  height: 95vh;
  display: flex;
  justify-content: center; 
  align-items: flex-end;   
  padding-bottom: 8vh; 
  box-sizing: border-box; 
  background-repeat: no-repeat;
}

.hero-content {
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8); 
}

.hero-logo {
  display: block; 
  max-width: 350px; 
  height: auto;     
  margin: 2rem auto; 
}

/* Título e subtítulo */
.hero-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 900;
  font-family: 'Strange', sans-serif;

  background-image: linear-gradient(180deg, #fefae0 5%, #f7c552 50%, #8c6317 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
  animation: subtlePulseGlow 6s ease-in-out infinite;
}
.hero-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-family: 'Strange', sans-serif;
  
  background-image: linear-gradient(165deg, #e6cba9 10%, #b07c4f 40%, #8a623f 70%, #c8a57c 95%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/* CTA imagem */
.cta-button {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
}
.cta-button img {
  max-width: 320px;
  height: auto;
  display: block;
  filter: drop-shadow(0px 0px 8px rgba(255, 100, 100, 0.5));
  transition: filter 0.3s ease-in-out;
}
.cta-button:hover img {
  filter: drop-shadow(0px 0px 18px rgba(255, 180, 180, 0.9));
}

/* Animação */
@keyframes subtlePulseGlow {
  0%   { filter: brightness(1); }
  50%  { filter: brightness(1.15); }
  100% { filter: brightness(1); }
}


/* =========================
   6) FOOTER
   ========================= */
.main-footer {
  background-color: #111111;
  color: #888;
  padding: 30px 0; 
}
.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.footer-social a {
  color: #888;
  font-size: 1.5em;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  color: #a67c52; 
  transform: translateY(-5px) scale(1.1);
}
.footer-divider {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, #a67c52, transparent);
  margin: 40px auto;
  width: 80%;
}
.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.footer-column h4 {
  font-family: 'Cinzel', serif;
  color: #e0e0e0;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-column ul li { margin-bottom: 12px; }
.footer-column ul a {
  color: #888;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease;
}
.footer-column ul a:hover { color: #fff; padding-left: 5px; }

.footer-bottom { text-align: center; margin-top: 20px; }
.footer-branding {
  display: flex; justify-content: center; align-items: center;
  gap: 30px; margin-bottom: 20px; 
}
.footer-logo img { max-width: 180px; opacity: 0.7; }
.footer-rating-seal {
  display: inline-block;
  background-color: #f5c518;
  color: #111;
  font-weight: bold;
  font-size: 1.8em;
  width: 60px; height: 60px; line-height: 60px;
  border-radius: 8px;
}
.footer-copyright p { margin: 5px 0; font-size: 0.9em; line-height: 1.6; }


/* ==================================================
   7) RESPONSIVIDADE — APENAS HERO SECTION 
   ================================================== */


@media (max-width: 768px){
  :root{ --header-h: var(--header-h-mobile); }
}

.hero-title    { font-size: clamp(28px, 5.2vw, 52px); }
.hero-subtitle { font-size: clamp(16px, 2.4vw, 26px); }
.cta-button img{ width: clamp(220px, 28vw, 360px); }

.hero-section{
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  padding-inline: clamp(12px, 3vw, 24px);
  padding-bottom: var(--hero-pad);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - var(--header-h) - var(--hero-pad));
}

@supports (height: 100svh){
  .hero-section{
    min-height: calc(100svh - var(--header-h) - var(--hero-pad));
  }
}
@supports (height: 100dvh){
  .hero-section{
    min-height: calc(100dvh - var(--header-h) - var(--hero-pad));
  }
}
@supports (height: 100lvh){
  .hero-section{
    min-height: calc(min(100lvh, 100dvh) - var(--header-h) - var(--hero-pad));
  }
}

/* ajustes por largura */
@media (max-width: 1024px) {
  .hero-section { background-position: 50% 45%; }
  .hero-logo { max-width: 320px; margin: 1.75rem auto; }
}
@media (max-width: 768px) {
  :root{ --hero-pad: 7svh; }              
  .hero-logo { max-width: 300px; margin: 1.5rem auto; }
}
@media (max-width: 560px) {
  :root{ --hero-pad: 9svh; }               
  .hero-logo { max-width: 260px; }
}
@media (max-width: 380px) {
  .hero-logo { max-width: 220px; }
}

