/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

:root{
  --lux-bg: #0b0d10;
  --lux-surface: rgba(255,255,255,.06);
  --lux-text: rgba(255,255,255,.92);
  --lux-muted: rgba(255,255,255,.70);
  --lux-gold: #d4af37;
  --lux-gold-soft: rgba(212,175,55,.25);
}

html, body { height: 100%; }

.app-body{
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(1200px 600px at 20% 0%, rgba(212,175,55,.18), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(255,255,255,.06), transparent 55%),
    linear-gradient(180deg, #07080a, var(--lux-bg));
  color: var(--lux-text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.lux-header{
  background: linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.10));
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.brand-mark{
  font-family: Cinzel, serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.navbar .nav-link{
  color: rgba(255,255,255,.86);
}
.navbar .nav-link:hover{
  color: #fff;
}

.nav-cta{
  border: 1px solid rgba(212,175,55,.55);
  border-radius: 999px;
  padding: .45rem .9rem !important;
  background: rgba(212,175,55,.08);
}
.nav-cta:hover{
  background: rgba(212,175,55,.16);
}

.locale-switch{
  display: flex;
  gap: .35rem;
}
.locale-pill{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .25rem .55rem;
  border-radius: 999px;
  font-size: .8rem;
  text-decoration: none;
  color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.16);
}
.locale-pill.active{
  color: #0b0d10;
  background: var(--lux-gold);
  border-color: var(--lux-gold);
}

.lux-card{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.lux-media{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  position: relative;
}
.lux-media img{
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.01);
}
.lux-media .lux-media-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.00), rgba(0,0,0,.55));
}
.lux-media .lux-media-label{
  position: absolute;
  left: 14px;
  bottom: 12px;
  right: 14px;
  color: rgba(255,255,255,.92);
  font-weight: 600;
  text-shadow: 0 8px 24px rgba(0,0,0,.55);
}

.hero{
  padding: 2.25rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.10);
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(212,175,55,.18), rgba(255,255,255,.04)),
    radial-gradient(900px 500px at 80% 0%, rgba(212,175,55,.22), transparent 55%),
    rgba(255,255,255,.04);
}
.hero h1{
  font-family: Cinzel, serif;
  letter-spacing: .04em;
}
.hero .lead{ color: var(--lux-muted); }

.hero.hero-with-image{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.hero.hero-with-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 70% 0%, rgba(0,0,0,.0), rgba(0,0,0,.55)),
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.60));
  pointer-events: none;
}
.hero.hero-with-image > *{
  position: relative;
  z-index: 1;
}
.hero-bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
  opacity: .50;
}

.contact-avatar{
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  flex: 0 0 auto;
}
.contact-avatar-btn{
  padding: 0;
  cursor: pointer;
}
.contact-avatar-btn:hover{
  border-color: rgba(212,175,55,.55);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.contact-avatar-btn:focus{
  outline: none;
}
.contact-avatar-btn:focus-visible{
  box-shadow: 0 0 0 .25rem rgba(212,175,55,.25);
}
.contact-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gold{
  color: var(--lux-gold);
}

.lux-footer{
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.30);
}
.footer-brand{
  font-family: Cinzel, serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-sub{
  color: var(--lux-muted);
}
.footer-link{
  color: rgba(255,255,255,.86);
  text-decoration: none;
}
.footer-link:hover{
  text-decoration: underline;
}
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.08);
}

.table{
  --bs-table-bg: transparent;
  --bs-table-color: var(--lux-text);
  --bs-table-border-color: rgba(255,255,255,.14);
}

.form-control, .form-select, .form-textarea{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: var(--lux-text) !important;
}
.form-control::placeholder{
  color: rgba(255,255,255,.45);
}
.btn-gold{
  background: var(--lux-gold);
  border-color: var(--lux-gold);
  color: #0b0d10;
  font-weight: 600;
}
.btn-gold:hover{
  background: #c8a32f;
  border-color: #c8a32f;
  color: #0b0d10;
}
