/* ── MOBILE OVERLAY MENU ── */
.mobile-overlay {
  display: none;
  position: fixed; inset: 0; z-index: 300;
  background: rgba(30,28,26,0.97);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.mobile-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-overlay a {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-weight: 300;
  font-size: 1.8rem;
  color: #f0ede8;
  text-decoration: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s;
}
.mobile-overlay.open a {
  opacity: 1;
  transform: translateY(0);
}
.mobile-overlay.open a { transition-delay: 0.06s; }
.mobile-overlay a:hover { color: rgba(240,237,232,0.6); }
.mobile-overlay__close {
  position: absolute; top: 18px; right: 20px;
  background: none; border: none; cursor: pointer;
  color: rgba(240,237,232,0.5); padding: 8px;
  transition: color 0.2s;
}
.mobile-overlay__close:hover { color: #f0ede8; }
.mobile-overlay__close svg { width: 24px; height: 24px; }

/* ── MOBILE HAMBURGER ── */
.mobile-menu-btn {
  display: none;
  background: none; border: none; cursor: pointer;
  padding: 8px; color: #000000;
}
.mobile-menu-btn svg { width: 22px; height: 22px; }

.material-card__icon_logo {
    width: 35px;
    height: 50px;
    margin: 17px auto 18px -10px;
    color: black;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 60px; padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  background-color: rgba(255,255,255,0.97);
  border-bottom: 2px solid #242424;
}
.nav__logo { display: flex; align-items: center; }
.nav__logo a { display: flex; align-items: center; text-decoration: none; }
.nav__logo img { width: 130px; filter: brightness(0); opacity: 0.88; margin: 0 0 0 -2px; }
.nav__links { display: flex; align-items: center; gap: 16px; list-style: none; font-family: sans-serif; color: #626262; }
.nav-menu {
  display: flex; align-items: center; gap: 30px;
  overflow: hidden; max-width: 0; opacity: 0;
  transition: max-width 0.38s ease, opacity 0.38s ease;
  white-space: nowrap;
}
.nav-menu.open { max-width: 520px; opacity: 1; }
.nav-menu a {
  color: #000000; text-decoration: none;
  opacity: 0; transition: opacity 0.18s ease 0.1s;
  font-family: 'Jost', sans-serif; font-size: 15px;
}
.nav-menu a:hover { color: #1c1c1c; }
.nav-menu.open a { opacity: 1; }
.nav-menu a.nav-active {
  color: #1c1c1c;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.menu-toggle {
  border: none; background: none; color: #000000;
  cursor: pointer; display: inline-flex; align-items: center;
  font-family: 'Jost', sans-serif; font-weight: 300; font-size: 15px;
}
.menu-toggle:focus-visible { outline: 1px solid #242424; outline-offset: 3px; }
.menu-text-open { margin: 0 10px 0 0; display: inline-block; float: left; font-size: 15px; }
.menu-toggle .hamburger {
  width: 18px; height: 9px; position: relative;
  display: inline-block; color: #a0a0a0; margin: 2px 15px 0 0;
}
.menu-toggle .hamburger::before,
.menu-toggle .hamburger::after {
  content: ''; position: absolute; left: 0; width: 100%; height: 2px;
  background: currentColor; transition: transform 0.25s ease, top 0.25s ease, left 0.25s ease;
  transform-origin: center;
}
.menu-toggle .hamburger::before { top: 0; }
.menu-toggle .hamburger::after { bottom: 0; }
.menu-toggle.open .hamburger::before { top: 50%; left: 2px; transform: translateY(-50%) rotate(90deg); }
.menu-toggle.open .hamburger::after { top: 50%; left: 10px; transform: translateY(-50%) rotate(90deg); }

/* ── FOOTER ── */
.site-footer {
  background: #1a1a1a;
  padding: 45px 40px 45px 40px;
  text-align: center;
}
.footer__logo {
  width: 165px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
  margin-bottom: 0px;
}
.footer__text {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.78rem;
  color: rgba(240,237,232,0.8);
  letter-spacing: 0.04em;
  margin-top: 28px;
  line-height: 2.5;
}
.footer__links {
  /* margin-top: 16px; */
  display: flex;
  justify-content: center;
  gap: 28px;
  list-style: none;
}
.footer__links a {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240,237,232,0.8);
  text-decoration: none;
  transition: color 0.2s;
}
.footer__links a:hover { color: rgba(240,237,232,0.6); }

  @media screen and (min-width: 1400px){
  .footer__logo {
    width: 165px;
    margin-bottom: 10px;
  }
  .footer__text {
    font-size: 16px;
  }
  .footer__links a {
    font-size: 16px;
  }
}

/* ── PRIVACY POLICY TRIGGER ── */
.privacy-trigger {
  background: none; border: none; padding: 0; cursor: pointer;
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: inherit; letter-spacing: inherit;
  color: rgba(240,237,232,0.8);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s;
}
.privacy-trigger:hover { color: rgba(240,237,232,0.5); }

/* ── PRIVACY POLICY MODAL ── */
.privacy-modal {
  display: none;
  position: fixed; inset: 0; z-index: 900;
  align-items: center; justify-content: center; padding: 24px;
}
.privacy-modal.open { display: flex; }

.privacy-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
}
.privacy-modal__card {
  position: relative; z-index: 1;
  background: #faf8f5;
  width: min(680px, 92vw);
  max-height: 85vh;
  display: flex; flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.privacy-modal__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 28px 18px;
  border-bottom: 1px solid #e4e0db;
  flex-shrink: 0;
}
.privacy-modal__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-style: italic;
  font-size: 1.4rem; color: #1a1a1a;
}
.privacy-modal__close {
  background: none; border: none; cursor: pointer; padding: 4px;
  color: #999; transition: color 0.2s;
}
.privacy-modal__close:hover { color: #1a1a1a; }
.privacy-modal__close svg { width: 18px; height: 18px; display: block; }

.privacy-modal__body {
  overflow-y: auto; padding: 28px 28px 36px;
   font-weight: 300;
 line-height: 1.8; color: #444;
}
.privacy-modal__updated {
  font-size: 0.75rem; color: #aaa; letter-spacing: 0.06em;
  text-transform: uppercase; margin-bottom: 24px;
}
.privacy-modal__section {
  font-family: 'Jost', sans-serif; font-weight: 300;
  font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: #888;
  margin: 24px 0 8px;
}
.privacy-modal__body p { margin-bottom: 10px; }
.privacy-modal__body ul {
  margin: 8px 0 10px 20px; list-style: disc;
}
.privacy-modal__body ul li { margin-bottom: 4px; }
.privacy-modal__body a { color: #1a1a1a; text-decoration: underline; text-underline-offset: 3px; }

/* ── RESPONSIVE NAV ── */
@media (max-width: 640px) {
  nav { padding: 0 20px; height: 75px; }
  .nav__links { display: none; }
  .mobile-menu-btn { display: flex; align-items: center; }
  .mobile-overlay { display: flex; }
}
