/* ========================================
   Gabochie Design — Main Stylesheet
   assets/css/main.css
   ======================================== */

/* ----- Design Tokens ----- */
:root {
  --teal: #0D5C52;
  --teal-deep: #0A4840;
  --teal-dark: #072E28;
  --teal-mid: #1A7A6E;
  --teal-light: #E8F4F2;
  --teal-pale: #F2FAF8;
  --cream: #FAF7F2;
  --ivory: #FDFCF9;
  --gold: #C9A96E;
  --gold-light: #E8D5A8;
  --gold-pale: #FBF5E8;
  --charcoal: #1C2B28;
  --mist: #6B8A84;
  --border: #D4E8E4;
  --border-light: #EAF3F1;
  --r: 16px;
  --r-sm: 10px;
  --r-lg: 24px;
  --shadow: 0 4px 24px rgba(0,0,0,0.06);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.10);
  --nav-height: 68px;
}

/* ----- Reset & Base ----- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Jost', sans-serif;
  background: var(--ivory);
  color: var(--charcoal);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { color: var(--teal); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--teal-mid); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.2; color: var(--charcoal); }
ul { list-style: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ----- Navigation (Floating Glass) ----- */
.nav-wrap {
  position: sticky;
  top: 12px;
  z-index: 200;
  padding: 0 1.5rem;
}
nav {
  background: rgba(7, 46, 40, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(201, 169, 110, 0.18);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: var(--nav-height);
  transition: background 0.3s, box-shadow 0.3s;
}
nav.scrolled {
  background: rgba(7, 46, 40, 0.98);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}
.logo-wrap { display: flex; align-items: center; gap: 12px; }
.logo-hex { width: 40px; height: 40px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 500;
  color: #FAF7F2;
  letter-spacing: 0.1em;
}
.logo-tag {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 3px;
}
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a {
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.5);
  text-decoration: none;
  transition: color 0.2s;
  font-weight: 400;
}
.nav-links a:hover,
.nav-links a.active { color: var(--gold); }
.nav-cta {
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.55rem 1.4rem;
  cursor: pointer;
  transition: all 0.25s;
  border-radius: var(--r-sm);
  font-weight: 400;
}
.nav-cta:hover { background: var(--gold); color: var(--teal-dark); }
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.mobile-menu-btn span {
  width: 22px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: all 0.3s;
}

/* ----- Page Hero ----- */
.page-hero {
  background: var(--teal-dark);
  padding: 8rem 2rem 4rem;
  text-align: center;
  margin-top: -80px;
}
.breadcrumb {
  font-size: 0.8rem;
  color: rgba(250, 247, 242, 0.6);
  margin-bottom: 1.5rem;
}
.breadcrumb a { color: var(--gold); }
.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
  color: #FAF7F2;
  margin-bottom: 1rem;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero p {
  font-size: 1.1rem;
  color: rgba(250, 247, 242, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* ----- Section Eyebrow ----- */
.sec-ey {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: block;
}

/* ----- Buttons ----- */
.btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--teal-dark);
  padding: 1rem 2rem;
  border-radius: var(--r-sm);
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s;
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
}
.btn-gold:hover { background: var(--gold-light); color: var(--teal-dark); }
.btn-outline {
  display: inline-block;
  border: 2px solid #FAF7F2;
  color: #FAF7F2;
  padding: 1rem 2rem;
  border-radius: var(--r-sm);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}
.btn-outline:hover { background: #FAF7F2; color: var(--teal); }

/* ----- Footer ----- */
.site-footer {
  background: var(--charcoal);
  color: rgba(250, 247, 242, 0.7);
  padding: 4rem 2rem 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-brand-col {}
.footer-logo { width: 52px; height: 52px; margin-bottom: 1rem; }
.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #FAF7F2;
  letter-spacing: 0.15em;
  margin-bottom: 0.25rem;
}
.footer-brand-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-desc { font-size: 0.85rem; line-height: 1.6; margin-bottom: 1.25rem; }
.footer-socials { display: flex; gap: 0.75rem; }
.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(250, 247, 242, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: rgba(250, 247, 242, 0.6);
  text-decoration: none;
  transition: all 0.2s;
}
.social-link:hover { border-color: var(--gold); color: var(--gold); background: rgba(201, 169, 110, 0.1); }
.footer-col h4 {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}
.footer-col li { margin-bottom: 0.65rem; }
.footer-col a {
  font-size: 0.82rem;
  color: rgba(250, 247, 242, 0.6);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(250, 247, 242, 0.1);
  text-align: center;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy { font-size: 0.8rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.8rem; color: rgba(250, 247, 242, 0.5); }
.footer-legal a:hover { color: var(--gold); }
.footer-flags {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: rgba(250, 247, 242, 0.3);
}

/* ----- Responsive ----- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
  .footer-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .mobile-menu-btn { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(var(--nav-height) + 12px);
    left: 1.5rem;
    right: 1.5rem;
    background: rgba(7, 46, 40, 0.98);
    border: 1px solid rgba(201, 169, 110, 0.18);
    border-radius: var(--r);
    padding: 1.5rem;
    gap: 1rem;
  }
  .nav-links.open a { font-size: 0.9rem; }
  .nav-cta { font-size: 0.65rem; padding: 0.5rem 1rem; }
  .page-hero { padding: 6rem 1.5rem 3rem; }
}

@media (max-width: 640px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
}
