/* =====================================================================
   A. VOSS HOLDINGS GROUP INC.
   Shared visual language · editorial-classical cinematic
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Cormorant:ital,wght@0,300;0,500;0,700;1,400&family=Cinzel:wght@400;500;600;700;800;900&family=Crimson+Pro:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap');

:root {
  /* Palette — depth and atmosphere, not flat */
  --navy-deepest: #050d1c;
  --navy-deep:    #0a1d33;
  --navy:         #142b48;
  --navy-mid:     #1f3d5e;
  --navy-light:   #324f70;
  --gold:         #b08a2e;
  --gold-bright:  #d4a93f;
  --gold-warm:    #e8c46c;
  --gold-faint:   #6e5520;
  --parchment:    #f4ecd6;
  --parchment-warm: #ede1c2;
  --parchment-shade: #d9cba8;
  --cream:        #faf6e8;
  --green-deep:   #1f4c30;
  --green:        #2c5f3f;
  --green-soft:   #4a7d5d;
  --rust:         #8b4a2b;
  --shadow:       rgba(5, 13, 28, 0.25);
  --shadow-deep:  rgba(5, 13, 28, 0.55);
  --gold-glow:    rgba(212, 169, 63, 0.18);
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Crimson Pro', Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: var(--navy-deep);
  background: var(--parchment);
  background-image:
    radial-gradient(ellipse at top left, rgba(176, 138, 46, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(20, 43, 72, 0.05) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.95 0 0 0 0 0.93 0 0 0 0 0.83 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: var(--gold);
  color: var(--cream);
}

/* ============== TYPOGRAPHY ============== */
h1, h2, h3, h4 {
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--navy-deep);
  margin: 0 0 0.6em;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.6rem, 5.5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  font-weight: 500;
  letter-spacing: 0.06em;
}

h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

h4 {
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

p {
  margin: 0 0 1.4em;
  font-size: 1.08rem;
  line-height: 1.75;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.eyebrow {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 3rem;
}

.eyebrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.4rem;
  height: 1px;
  background: var(--gold);
}

.lead {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--navy-mid);
  letter-spacing: 0.01em;
}

.display-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.4;
  color: var(--navy-deep);
  letter-spacing: 0.005em;
}

/* ============== NAVIGATION ============== */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 3rem;
  background: linear-gradient(180deg, rgba(5, 13, 28, 0.94) 0%, rgba(5, 13, 28, 0.84) 100%);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(176, 138, 46, 0.18);
}

.site-nav .nav-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Cinzel', serif;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--cream);
  text-transform: uppercase;
}

.site-nav .nav-brand img {
  height: 38px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(212, 169, 63, 0.35));
}

.site-nav .nav-links {
  display: flex;
  gap: 2.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Fallback for browsers without flex gap support */
.site-nav .nav-links li {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}
.site-nav .nav-links li:first-child { margin-left: 0; }
.site-nav .nav-links li:last-child { margin-right: 0; }

.site-nav .nav-links a {
  font-family: 'Cinzel', serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--parchment);
  position: relative;
  padding: 0.4rem 0;
}

.site-nav .nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold-bright);
  transition: width 0.4s ease;
}

.site-nav .nav-links a:hover { color: var(--gold-warm); }
.site-nav .nav-links a:hover::after { width: 100%; }

.site-nav .nav-links a.active {
  color: var(--gold-warm);
}
.site-nav .nav-links a.active::after { width: 100%; }

@media (max-width: 920px) {
  .site-nav { padding: 1rem 1.4rem; }
  .site-nav .nav-links { gap: 1rem; }
  .site-nav .nav-links a { font-size: 0.65rem; letter-spacing: 0.16em; }
  .site-nav .nav-brand span { display: none; }
}

/* ============== LAYOUT PRIMITIVES ============== */
.section {
  padding: 8rem 3rem;
  position: relative;
}

@media (max-width: 720px) { .section { padding: 4.5rem 1.4rem; } }

.section--narrow { padding: 7rem 3rem; }

.section--dark {
  background: linear-gradient(180deg, var(--navy-deepest) 0%, var(--navy-deep) 100%);
  color: var(--parchment);
}

.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--cream); }
.section--dark .lead, .section--dark p { color: rgba(244, 236, 214, 0.85); }
.section--dark .eyebrow { color: var(--gold-warm); }
.section--dark .eyebrow::before { background: var(--gold-warm); }

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container--narrow {
  max-width: 780px;
  margin: 0 auto;
}

.container--wide {
  max-width: 1440px;
  margin: 0 auto;
}

/* ============== ORNAMENTS ============== */
.ornament {
  text-align: center;
  margin: 2.5rem 0;
  color: var(--gold);
  font-size: 1.4rem;
  letter-spacing: 0.6em;
}

.ornament::before,
.ornament::after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
  vertical-align: middle;
  margin: 0 1rem;
}

.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(176, 138, 46, 0.4) 50%, transparent 100%);
  margin: 3rem 0;
}

.divider--light {
  background: linear-gradient(90deg, transparent 0%, rgba(244, 236, 214, 0.25) 50%, transparent 100%);
}

/* ============== BUTTONS ============== */
.btn {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 1.1rem 2.4rem;
  border: 1px solid var(--gold);
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold);
  transform: translateY(101%);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: -1;
}

.btn:hover {
  color: var(--navy-deep);
}

.btn:hover::before {
  transform: translateY(0);
}

.btn--solid {
  background: var(--gold);
  color: var(--navy-deep);
}

.btn--solid::before { background: var(--gold-bright); }

.btn--solid:hover { color: var(--navy-deepest); }

.btn--ghost {
  border-color: var(--parchment);
  color: var(--parchment);
}

.btn--ghost::before { background: var(--parchment); }
.btn--ghost:hover { color: var(--navy-deepest); }

/* ============== CARD PRIMITIVES ============== */
.card {
  background: var(--cream);
  border: 1px solid rgba(176, 138, 46, 0.2);
  padding: 2.4rem;
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 0.4s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px var(--shadow);
}

.card:hover::before {
  border-color: var(--gold);
  inset: 6px;
}

.card--dark {
  background: var(--navy-mid);
  color: var(--cream);
  border-color: rgba(176, 138, 46, 0.3);
}

.card--dark h3 { color: var(--cream); }

/* ============== ANIMATIONS ============== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* No-JS / fallback: show content if JS doesn't fire within 4s */
.no-js .reveal,
.no-js .reveal-stagger > * {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.7, 0.2, 1), transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.reveal-stagger.in > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.18s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.31s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.44s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.57s; }
.reveal-stagger.in > *:nth-child(6) { transition-delay: 0.70s; }
.reveal-stagger.in > *:nth-child(7) { transition-delay: 0.83s; }
.reveal-stagger.in > *:nth-child(8) { transition-delay: 0.96s; }

.reveal-stagger.in > * {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.float { animation: float 5s ease-in-out infinite; }

@keyframes glow-pulse {
  0%, 100% { filter: drop-shadow(0 0 8px var(--gold-glow)); }
  50% { filter: drop-shadow(0 0 24px rgba(212, 169, 63, 0.45)); }
}

.crest-glow { animation: glow-pulse 4s ease-in-out infinite; }

/* ============== FOOTER ============== */
.site-footer {
  background: var(--navy-deepest);
  color: var(--parchment);
  padding: 5rem 3rem 2.5rem;
  position: relative;
  border-top: 1px solid rgba(176, 138, 46, 0.18);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 760px) {
  .site-footer { padding: 3.5rem 1.4rem 2rem; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}

.footer-brand img {
  height: 90px;
  margin-bottom: 1rem;
  filter: brightness(1.05) drop-shadow(0 0 10px rgba(212, 169, 63, 0.3));
}

.footer-brand .footer-name {
  font-family: 'Cinzel', serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--cream);
  margin-bottom: 0.4rem;
}

.footer-brand .footer-tag {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--gold-warm);
  margin-bottom: 0.8rem;
}

.footer-brand .footer-meta {
  font-family: 'Crimson Pro', serif;
  font-size: 0.82rem;
  color: rgba(244, 236, 214, 0.6);
  line-height: 1.7;
}

.footer-col h5 {
  font-family: 'Cinzel', serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-warm);
  margin: 0 0 1.2rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li {
  font-family: 'Crimson Pro', serif;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
}

.footer-col a {
  color: var(--parchment);
  transition: color 0.3s ease;
}

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

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(176, 138, 46, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Crimson Pro', serif;
  font-size: 0.78rem;
  color: rgba(244, 236, 214, 0.5);
  letter-spacing: 0.05em;
}

@media (max-width: 760px) {
  .footer-bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
}

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

/* ============== UTILITIES ============== */
.text-center { text-align: center; }
.text-gold { color: var(--gold); }
.text-cream { color: var(--cream); }
.text-italic { font-style: italic; }

.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 2rem; }
.mt-lg { margin-top: 4rem; }
.mb-sm { margin-bottom: 1rem; }
.mb-md { margin-bottom: 2rem; }
.mb-lg { margin-bottom: 4rem; }

.gold-rule {
  display: block;
  width: 60px;
  height: 1px;
  background: var(--gold);
  margin: 2rem auto;
}
