/* ══════════════════════════════════════
   ANDY RAAB — SHARED BASE v2
══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #1a1a18;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 64px; display: flex !important; align-items: center;
  justify-content: space-between; padding: 0 24px;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid #ebebeb;
  backdrop-filter: blur(12px);
  box-sizing: border-box;
  width: 100%;
}
.nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo-img { height: 22px; width: auto; display: block; }

.nav-links { display: flex; align-items: center; gap: 20px; list-style: none; }
.nav-links a { font-size: 12px; color: #666; transition: color 0.2s; letter-spacing: 0.02em; }
.nav-links a:hover, .nav-links a.active { color: #1a1a18; }
.nav-cta { background: #1a1a18 !important; color: #fff !important; padding: 9px 20px; font-size: 12px !important; font-weight: 500; letter-spacing: 0.06em; transition: opacity 0.2s; }
.nav-cta:hover { opacity: 0.75 !important; }

/* BUTTONS */
.btn-dark { display: inline-block; background: #1a1a18; color: #fff; padding: 14px 30px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; transition: opacity 0.2s, transform 0.2s; cursor: pointer; border: none; }
.btn-dark:hover { opacity: 0.8; transform: translateY(-1px); }
.btn-outline { display: inline-block; background: transparent; color: #1a1a18; padding: 13px 28px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; border: 1px solid #1a1a18; transition: all 0.2s; cursor: pointer; }
.btn-outline:hover { background: #1a1a18; color: #fff; }
.btn-white { display: inline-block; background: #fff; color: #1a1a18; padding: 14px 30px; font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; transition: all 0.2s; }
.btn-white:hover { background: #f0f0ec; transform: translateY(-1px); }

/* LABEL + HEADING */
.label { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: #888; }
.label::before { content: ''; display: block; width: 22px; height: 1px; background: #aaa; flex-shrink: 0; }
h2.display { font-family: 'Cormorant Garamond', serif; font-size: clamp(34px, 3.8vw, 56px); font-weight: 300; line-height: 1.1; color: #1a1a18; letter-spacing: -0.01em; }
h2.display em { font-style: italic; }

/* PAGE HERO */
.page-hero { position: relative; height: 52vh; min-height: 400px; display: flex; align-items: flex-end; overflow: hidden; margin-top: 64px; }
.page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, transparent 100%); }
.page-hero-content { position: relative; z-index: 2; padding: 0 56px 60px; max-width: 780px; }
.page-hero-content .label { color: rgba(255,255,255,0.6); margin-bottom: 18px; }
.page-hero-content .label::before { background: rgba(255,255,255,0.35); }
.page-hero-content h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(36px, 4.5vw, 66px); font-weight: 300; color: #fff; line-height: 1.08; letter-spacing: -0.01em; margin-bottom: 16px; }
.page-hero-content h1 em { font-style: italic; color: rgba(255,255,255,0.75); }
.page-hero-content p { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.8; max-width: 500px; }

/* SECTION */
.section { padding: 100px 56px; }
.bg-light { background: #f7f7f5; }
.bg-white { background: #fff; }
.bg-dark { background: #1a1a18; color: #fff; }
.section-intro { max-width: 560px; margin-bottom: 52px; }
.section-intro .label { margin-bottom: 18px; }
.section-intro h2 { margin-bottom: 16px; }
.section-intro p { font-size: 16px; color: #555; line-height: 1.85; }

/* CTA BAND */
.cta-band { position: relative; min-height: 480px; display: flex; align-items: center; overflow: hidden; }
.cta-band-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.cta-band-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.72); }
.cta-band-body { position: relative; z-index: 2; padding: 80px 56px; max-width: 620px; }
.cta-band-body .label { color: rgba(255,255,255,0.52); margin-bottom: 18px; }
.cta-band-body .label::before { background: rgba(255,255,255,0.28); }
.cta-band-body h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(32px, 3.8vw, 56px); font-weight: 300; color: #fff; line-height: 1.1; letter-spacing: -0.01em; margin-bottom: 16px; }
.cta-band-body h2 em { font-style: italic; color: rgba(255,255,255,0.7); }
.cta-band-body p { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.8; max-width: 440px; margin-bottom: 34px; }
.cta-note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.38); }

/* FOOTER */
footer { background: #111110; padding: 72px 56px 0; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.f-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; color: #fff; display: block; margin-bottom: 14px; }
.f-tagline { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.8; max-width: 210px; }
.f-col h4 { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 16px; font-weight: 500; }
.f-col ul { list-style: none; }
.f-col li { margin-bottom: 8px; }
.f-col a { font-size: 13px; color: rgba(255,255,255,0.44); transition: color 0.2s; }
.f-col a:hover { color: #fff; }
.f-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; margin-top: 16px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.f-bottom p { font-size: 12px; color: rgba(255,255,255,0.22); }
.f-legal { display: flex; gap: 18px; }
.f-legal a { font-size: 12px; color: rgba(255,255,255,0.22); transition: color 0.2s; }
.f-legal a:hover { color: rgba(255,255,255,0.65); }

/* REVEAL */
.r { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.r.in { opacity: 1 !important; transform: none !important; }
/* Fallback: if JS fails, show content after 2s */
@keyframes showContent { to { opacity: 1; transform: none; } }
.r { animation: showContent 0s 2s forwards; }

/* COOKIE BANNER */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; background: #1a1a18; padding: 20px 56px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-top: 1px solid rgba(255,255,255,0.1); transform: translateY(100%); transition: transform 0.4s ease; }
#cookie-banner.show { transform: translateY(0); }
#cookie-banner p { font-size: 13px; color: rgba(255,255,255,0.7); line-height: 1.65; max-width: 680px; }
#cookie-banner p a { color: rgba(255,255,255,0.9); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-ok { background: #fff; color: #1a1a18; padding: 10px 22px; font-size: 12px; font-weight: 500; letter-spacing: 0.06em; border: none; cursor: pointer; transition: opacity 0.2s; }
.cookie-ok:hover { opacity: 0.85; }
.cookie-no { background: transparent; color: rgba(255,255,255,0.55); padding: 10px 16px; font-size: 12px; border: 1px solid rgba(255,255,255,0.2); cursor: pointer; transition: all 0.2s; }
.cookie-no:hover { color: #fff; border-color: rgba(255,255,255,0.5); }

/* ── HAMBURGER BUTTON ── */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 201;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
}
.nav-burger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #1a1a18;
  border-radius: 2px;
  transition: all 0.3s ease;
  pointer-events: none;
}
.nav-burger.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ── MOBILE MENU ── */
.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 64px; left: 0; right: 0;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #ebebeb;
  padding: 24px 24px 32px;
  flex-direction: column;
  gap: 0;
  z-index: 199;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-menu a {
  font-size: 16px;
  color: #1a1a18;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0ec;
  font-weight: 400;
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.nav-mobile-menu a:last-child {
  border-bottom: none;
  margin-top: 8px;
  background: #1a1a18;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.nav-mobile-menu a:hover { color: #666; }
.nav-mobile-menu a:last-child:hover { color: #fff; opacity: 0.8; }

/* RESPONSIVE */
@media (max-width: 960px) {
  nav { padding: 0 20px; }
  .nav-links { display: none !important; }
  .nav-burger { display: flex !important; }
  .nav-burger span { background: #1a1a18 !important; width: 24px !important; height: 2px !important; display: block !important; }
  .section { padding: 68px 24px; }
  .page-hero-content { padding: 0 24px 44px; }
  footer { padding: 52px 24px 0; grid-template-columns: 1fr 1fr; gap: 28px; }
  .f-brand-col { grid-column: 1/-1; }
  .cta-band-body { padding: 60px 24px; }
  #cookie-banner { padding: 20px 24px; flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ── MOBILE FOOTER FIX ── */
@media (max-width: 600px) {
  footer { grid-template-columns: 1fr !important; padding: 44px 20px 0 !important; }
  .f-bottom { flex-direction: column; align-items: flex-start; gap: 8px; padding: 20px 0; }
  .f-legal { flex-wrap: wrap; gap: 12px; }
  .f-bottom p { font-size: 11px; }
  .f-legal a { font-size: 11px; }
}
