/* ── SHARED BASE ── */
:root {
  --brown: #8B6150;
  --brown-light: #b08070;
  --brown-pale: #c9a898;
  --cream: #f5efe8;
  --cream-deep: #ede3d8;
  --dark: #1e1612;
  --text: #3a2e28;
  --text-light: #6b5a52;
  --bg: #faf6f1;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 14px 48px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(139,97,80,0.1);
  transition: background 0.3s;
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo-img { height: 47px; width: auto; }
nav ul { list-style: none; display: flex; gap: 36px; align-items: center; }
nav ul a {
  text-decoration: none; color: var(--text);
  font-size: 0.74rem; letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 400;
  transition: color 0.2s;
}
nav ul a:hover, nav ul a.active { color: var(--brown); }

/* ── BUTTONS ── */
.btn {
  display: inline-block; padding: 14px 36px;
  border: 1.5px solid var(--brown); color: var(--brown);
  text-decoration: none; font-size: 0.78rem;
  letter-spacing: 0.16em; text-transform: uppercase;
  font-family: 'Lato', sans-serif; font-weight: 400;
  transition: all 0.3s ease; cursor: pointer; background: transparent;
  white-space: nowrap; text-align: center;
}
.btn:hover { background: var(--brown); color: #fff; }
.btn-filled { background: var(--brown); color: #fff; }
.btn-filled:hover { background: transparent; color: var(--brown); }

/* ── HAMBURGER BUTTON ── */
.nav-hamburger {
  display: none;
  position: fixed;
  top: 0; right: 0;
  padding: 25px 20px;
  z-index: 320;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.nav-hamburger span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--brown);
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform-origin: center;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── MOBILE DROPDOWN ── */
:root { --nav-mobile-h: 80px; }

.nav-dropdown {
  position: fixed;
  top: var(--nav-mobile-h); left: 0; right: 0;
  z-index: 199;
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(139,97,80,0.1);
  padding-top: 16px;
  padding-bottom: 24px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease 0.15s, transform 0.3s ease 0.15s, visibility 0s linear 0.45s;
}
.nav-dropdown.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear;
}
.nav-dropdown ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}
.nav-dropdown ul li {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.nav-dropdown ul li:nth-child(1) { transition-delay: 0.20s; }
.nav-dropdown ul li:nth-child(2) { transition-delay: 0.14s; }
.nav-dropdown ul li:nth-child(3) { transition-delay: 0.08s; }
.nav-dropdown ul li:nth-child(4) { transition-delay: 0.04s; }
.nav-dropdown ul li:nth-child(5) { transition-delay: 0.00s; }
.nav-dropdown.open ul li:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.08s; }
.nav-dropdown.open ul li:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.14s; }
.nav-dropdown.open ul li:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.20s; }
.nav-dropdown.open ul li:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.24s; }
.nav-dropdown.open ul li:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.28s; }
.nav-dropdown ul li a {
  display: block;
  padding: 13px 24px;
  font-family: 'Lato', sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-dropdown ul li a:hover,
.nav-dropdown ul li a.active { color: var(--brown); }

/* ── CTA SECTION ── */
.cta-section { background: linear-gradient(160deg, rgba(240,232,222,0.85) 0%, rgba(232,221,212,0.85) 100%); text-align: center; }
.cta-portrait {
  width: 180px; height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #c9a898;
  outline: none;
  box-shadow: 0 0 0 8px rgba(201,168,152,0.25);
  margin: 22px auto 6px;
  display: block;
}
.cta-intro { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 500; color: var(--brown); margin-bottom: 0; }
.cta-sub { font-size: 0.95rem; color: var(--text-light); margin-bottom: 40px; }
.cta-buttons { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; align-items: stretch; }
.cta-buttons .btn:first-child,
.cta-buttons .btn:last-child { width: 180px; text-align: center; justify-content: center; display: flex; align-items: center; }
.cta-buttons .btn:nth-child(2) { width: 207px; text-align: center; justify-content: center; display: flex; align-items: center; }
.you-deserve {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 36px;
  color: var(--brown);
}

/* ── FOOTER ── */
.site-footer { font-size: 0; }

.footer-upper { background: #f4ede5; padding: 72px 48px 64px; }
.footer-upper-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1px 1fr;
  gap: 0 64px; align-items: start;
}
.footer-divider-line {
  background: rgba(139,97,80,0.2); width: 1px;
  height: 100%; min-height: 120px; align-self: stretch;
}
.footer-social { text-align: right; }
.footer-social-label {
  font-family: 'Lato', sans-serif; font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brown-pale); margin-bottom: 10px;
}
.footer-social-tagline {
  font-family: 'Lato', sans-serif; font-size: 0.92rem;
  font-weight: 300; color: var(--text-light);
  line-height: 1.65; margin-bottom: 28px;
}
.footer-social-icons { display: flex; gap: 14px; justify-content: flex-end; }
.footer-social-icon {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1.5px solid rgba(139,97,80,0.35);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--brown); text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.footer-social-icon:hover { background: var(--brown); border-color: var(--brown); color: #fff; }
.footer-social-icon svg { width: 20px; height: 20px; }
.footer-contact-label {
  font-family: 'Lato', sans-serif; font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brown-pale); margin-bottom: 10px;
}
.footer-contact-items { display: flex; flex-direction: column; gap: 11px; }
.footer-contact-item {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.92rem; line-height: 1.65; color: var(--text-light);
}
.footer-contact-item svg { width: 17px; height: 17px; flex-shrink: 0; color: var(--brown-pale); }
.footer-contact-item a { color: var(--text-light); text-decoration: none; transition: color 0.2s; }
.footer-contact-item a:hover { color: var(--brown); }
.footer-lower {
  background: var(--dark); text-align: center; padding: 28px 48px;
  font-size: 0.78rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.35);
}
.footer-lower a {
  color: rgba(255,255,255,0.3); text-decoration: none;
  margin: 0 12px; transition: color 0.2s;
}
.footer-lower a:hover { color: rgba(255,255,255,0.6); }
.footer-lower-links { margin-bottom: 12px; }

/* ── MOBILE BREAKPOINT (nav + footer) ── */
@media (max-width: 460px) {
  .cta-break::before { content: '\A'; white-space: pre; }
}

@media (max-width: 930px) {
  nav { padding: 14px 20px; }
  .nav-logo-img { height: 52px; }
  nav ul { display: none !important; }
  .nav-logo-hands { display: none !important; }
  .nav-hamburger { display: flex; padding-top: 33px; padding-bottom: 33px; padding-right: 28px; }
  .footer-upper { padding: 56px 24px; }
  .footer-upper-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-divider-line { display: none; }
  .footer-social { text-align: center; }
  .footer-social-icons { justify-content: center; }
  .footer-contact-label { text-align: center; display: block; }
  .footer-contact-items { align-items: center; }
  .footer-contact-item { justify-content: center; }
  .footer-lower { padding: 24px; }
  .footer-lower-links { display: flex; flex-direction: column; gap: 10px; }
  .footer-lower a { margin: 0; }
}
