/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * Artenthic Brand Design System — applied globally.
 */

/* =============================================
   FONTS — self-hosted, no CDN
   ============================================= */

/* Noto Serif */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/noto-serif-latin-400-03f42749.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/noto-serif-latin-700-03f42749.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/noto-serif-latin-400italic-7a67771f.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Manrope */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/manrope-latin-300-822bc47d.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/manrope-latin-400-822bc47d.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/manrope-latin-500-822bc47d.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/manrope-latin-600-822bc47d.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/manrope-latin-700-822bc47d.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/manrope-latin-800-822bc47d.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =============================================
   ARTENTHIC BRAND DESIGN SYSTEM
   ============================================= */
:root {
  /* Core Brand Colors */
  --art-bg-cream:      #FAF6F0;
  --art-gold:          #C6A13C;
  --art-gold-soft:     #F5F0E0;
  --art-charcoal:      #202020;
  --art-muted:         #5A5A5A;
  --art-border:        #DCD3C9;
  --art-link:          #3C5A8C;
  --art-error:         #C0483C;
  --art-success:       #2C7A4B;

  /* Heritage Colors (Original Brand) */
  --art-terracotta:    #B83217;
  --art-terracotta-dk: #8E230F;

  /* Design Tokens */
  --art-radius-sm:   8px;
  --art-radius-md:   12px;
  --art-radius-lg:   16px;
  --art-radius-pill: 999px;
  --art-shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.04);
}

/* =============================================
   BASE
   ============================================= */
body {
  font-family: 'Noto Serif', serif;
  background: var(--art-bg-cream);
  color: var(--art-charcoal);
}
h1, h2, h3, h4 {
  font-family: 'Noto Serif', serif;
  color: var(--art-charcoal);
}
a {
  color: var(--art-link);
}
.font-label {
  font-family: 'Manrope', sans-serif;
}

/* =============================================
   NAV
   ============================================= */
.glass-nav {
  background: rgba(250, 246, 240, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(220, 211, 201, 0.4);
}
.nav-link {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: var(--art-muted) !important;
  transition: color 0.3s;
}
.nav-link:hover {
  color: var(--art-terracotta) !important;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn-primary-custom {
  background: var(--art-terracotta) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--art-radius-pill) !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  transition: opacity 0.2s !important;
}
.btn-primary-custom:hover {
  opacity: 0.9 !important;
  color: #fff !important;
}
.btn-outline-custom {
  border: 1px solid var(--art-terracotta) !important;
  border-radius: var(--art-radius-pill) !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 700 !important;
  color: var(--art-charcoal) !important;
  background: transparent !important;
  transition: background 0.2s !important;
}
.btn-outline-custom:hover {
  background: var(--art-gold-soft) !important;
  color: var(--art-charcoal) !important;
}
.btn-signin {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--art-muted);
  background: none;
  border: none;
  transition: color 0.2s;
}
.btn-signin:hover {
  color: var(--art-gold) !important;
}

/* =============================================
   HERO
   ============================================= */
.hero-badge {
  background: var(--art-gold-soft);
  color: var(--art-terracotta);
  border-radius: var(--art-radius-pill);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
}
.hero-img-wrapper {
  border-radius: var(--art-radius-lg);
  overflow: hidden;
  box-shadow: var(--art-shadow-soft);
  aspect-ratio: 3/4;
}
.hero-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(10%);
}
.floating-badge {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--art-radius-md);
  box-shadow: var(--art-shadow-soft);
  outline: 1px solid rgba(220, 211, 201, 0.4);
  max-width: 280px;
}
.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--art-gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gold-gradient {
  background: linear-gradient(135deg, var(--art-gold) 0%, #9a7a2a 100%);
}
.terracotta-gradient {
  background: linear-gradient(135deg, var(--art-terracotta) 0%, var(--art-terracotta-dk) 100%);
}

/* =============================================
   HOW IT WORKS
   ============================================= */
.step-icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--art-shadow-soft);
  border: 1px solid var(--art-border);
  margin: 0 auto 2rem;
  transition: transform 0.5s;
}
.step-icon:hover {
  transform: translateY(-8px);
}

/* =============================================
   CARDS
   ============================================= */
.value-card {
  background: #fff;
  border-radius: var(--art-radius-md);
  box-shadow: var(--art-shadow-soft);
  outline: 1px solid rgba(220, 211, 201, 0.4);
}
.value-card-featured {
  border-top: 4px solid var(--art-terracotta);
  transform: translateY(-1rem);
}
.benefit-card {
  border-radius: var(--art-radius-md);
  background: var(--art-gold-soft);
  border: 1px solid rgba(220, 211, 201, 0.4);
  transition: background 0.5s;
}
.benefit-card:hover {
  background: #EDE8D8;
}

/* =============================================
   PRICING
   ============================================= */
.pricing-card {
  background: #fff;
  border-radius: var(--art-radius-md);
  box-shadow: var(--art-shadow-soft);
  border: 1px solid var(--art-border);
}
.pricing-card-featured {
  background: linear-gradient(135deg, var(--art-terracotta) 0%, var(--art-terracotta-dk) 100%) !important;
  color: #fff !important;
}
.btn-pricing-outline {
  width: 100%;
  border-radius: var(--art-radius-pill);
  border: 1px solid var(--art-terracotta);
  color: var(--art-terracotta);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  background: transparent;
  padding: 0.75rem;
  transition: all 0.2s;
}
.btn-pricing-outline:hover {
  background: var(--art-terracotta);
  color: #fff;
}
.btn-pricing-white {
  width: 100%;
  border-radius: var(--art-radius-pill);
  background: #fff;
  color: var(--art-terracotta);
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  border: none;
  padding: 0.75rem;
  transition: background 0.2s;
}
.btn-pricing-white:hover {
  background: var(--art-gold-soft);
}

/* =============================================
   TRUST BAR
   ============================================= */
.trust-bar {
  background: rgba(245, 240, 224, 0.5);
  border-top: 1px solid rgba(220, 211, 201, 0.4);
}

/* =============================================
   FOOTER
   ============================================= */
.footer-bg {
  background: var(--art-gold-soft);
  border-top: 1px solid rgba(220, 211, 201, 0.4);
}

/* =============================================
   UTILITIES
   ============================================= */
.border-l-primary {
  border-left: 4px solid var(--art-terracotta) !important;
}
.border-l-secondary {
  border-left: 4px solid var(--art-muted) !important;
}
.bg-surface-low {
  background: var(--art-gold-soft);
}
.text-primary-custom {
  color: var(--art-terracotta) !important;
}
.text-secondary-custom {
  color: var(--art-muted) !important;
}
.text-on-surface {
  color: var(--art-charcoal) !important;
}
.text-on-surface-variant {
  color: var(--art-muted) !important;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.divider-primary {
  height: 4px;
  width: 96px;
  background: var(--art-terracotta);
  border-radius: var(--art-radius-pill);
  margin: 0 auto;
}
