/* ============================================================
   Resolved Logic — style.css
   UNIVERSAL styles only. No page-specific rules here.
   Page CSS lives in <style> blocks inside each HTML file.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --orange:       #E8650A;
  --orange-dark:  #C4530A;
  --orange-light: #F4874A;
  --cream:        #Fdfbf7;
  --cream-dark:   #f2eee4;
  --dark-grey:    #1E1E1E;
  --mid-grey:     #2E2E2E;
  --text-dark:    #2A2A2A;
  --font:         'Poppins', sans-serif;
  --leather-pattern:
    repeating-linear-gradient(0deg,  rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 3px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.012) 0px, rgba(255,255,255,0.012) 1px, transparent 1px, transparent 3px),
    radial-gradient(ellipse at 30% 40%, rgba(255,160,60,0.07) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(180,90,10,0.09) 0%, transparent 55%);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: var(--font); color: var(--text-dark); background: var(--cream); -webkit-font-smoothing: antialiased; }
a   { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── HEADER ── */
#site-header { position: fixed; top: 0; left: 0; right: 0; height: 100px; z-index: 1000; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.35); }
.header-bg { position: absolute; inset: 0; background: url('headerbg.jpg') center center / cover no-repeat; background-color: #1a1a1a; }
.header-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.08) 100%); }
.header-inner { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; max-width: 1800px; margin: 0 auto; }
.header-logo { flex-shrink: 0; display: flex; align-items: center; }
.header-logo img { width: 260px; height: auto; transition: opacity 0.2s ease; }
.header-logo:hover img { opacity: 0.85; }
.header-nav { display: flex; align-items: center; gap: 36px; }
.nav-link { font-size: 0.88rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #fff; position: relative; padding-bottom: 3px; transition: color 0.2s ease; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1.5px; background: var(--orange-light); transition: width 0.25s ease; }
.nav-link:hover { color: var(--orange-light); }
.nav-link:hover::after { width: 100%; }
.nav-btn { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; border: none; background: var(--orange); background-image: var(--leather-pattern), linear-gradient(145deg, var(--orange-light) 0%, var(--orange) 45%, var(--orange-dark) 100%); border-radius: 4px; padding: 10px 22px; cursor: pointer; box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 -1px 0 rgba(0,0,0,0.25) inset, 0 3px 8px rgba(0,0,0,0.35); transition: filter 0.2s ease, transform 0.1s ease; }
.nav-btn:hover { filter: brightness(1.1); }
.nav-btn:active { transform: translateY(1px); }
.header-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.header-hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s ease; }

/* ── DECORATION BANNER ── */
#decoration-banner { width: 100%; background-color: #3a3d42; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='250'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 2.8 -0.6'/%3E%3C/filter%3E%3Crect width='250' height='250' filter='url(%23g)' opacity='0.55' fill='white'/%3E%3C/svg%3E"), radial-gradient(ellipse at 50% 50%, #474b50 0%, #2e3135 100%); box-shadow: inset 0 4px 14px rgba(0,0,0,0.5), inset 0 -4px 14px rgba(0,0,0,0.4); display: flex; justify-content: center; align-items: center; line-height: 0; }
#decoration-banner img { width: 100%; max-width: 1400px; height: auto; display: block; }

/* ── FOOTER ── */
#site-footer { background-color: var(--dark-grey); background-image: var(--leather-pattern), linear-gradient(180deg, var(--mid-grey) 0%, var(--dark-grey) 100%); color: rgba(255,255,255,0.75); font-size: 0.82rem; font-weight: 300; line-height: 1.7; padding: 60px 40px 32px; position: relative; overflow: hidden; }
#site-footer::before { content: ''; position: absolute; inset: 0; background-image: 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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E"); pointer-events: none; }
#site-footer::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent 0%, var(--orange) 30%, var(--orange-dark) 70%, transparent 100%); }
.footer-inner { position: relative; z-index: 1; max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px 40px; }
.footer-brand img { width: 200px; height: auto; margin-bottom: 16px; opacity: 0.85; }
.footer-brand p { font-size: 0.8rem; color: rgba(255,255,255,0.5); max-width: 260px; }
.footer-col h4 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--orange-light); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: rgba(255,255,255,0.6); transition: color 0.2s ease; font-size: 0.82rem; }
.footer-col ul li a:hover { color: #fff; }
.footer-col address { font-style: normal; font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.9; }
.footer-col address a { color: rgba(255,255,255,0.6); transition: color 0.2s ease; }
.footer-col address a:hover { color: #fff; }
.footer-bottom { position: relative; z-index: 1; max-width: 1400px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.75rem; color: rgba(255,255,255,0.35); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 0.75rem; color: rgba(255,255,255,0.35); transition: color 0.2s ease; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.65); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .header-nav { display: none; }
  .header-nav.open { display: flex; flex-direction: column; position: absolute; top: 100px; left: 0; right: 0; background: rgba(20,20,20,0.97); padding: 24px 32px 32px; gap: 20px; align-items: flex-start; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
  .header-hamburger { display: flex; }
  .header-inner { padding: 0 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) { #site-footer { padding: 48px 24px 28px; } }
