/* =============================================
   MARINA'S TRANSFORMATION — SHARED STYLESHEET
   ============================================= */

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }

/* BASE */
body {
  font-family: Georgia, 'Times New Roman', serif;
  background: #faf9f7;
  color: #1a1a1a;
  line-height: 1.8;
}

/* ──── NAV ──── */
.site-nav {
  background: #1a1a1a;
  border-bottom: 1px solid #2a2520;
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.nav-logo img { height: 60px; width: auto; }

.nav-links { display: flex; gap: 20px; list-style: none; }
.nav-links a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b0a898;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a.active { color: #c9a96e; }

.nav-right { display: flex; align-items: center; gap: 16px; }

.nav-cta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a1a1a;
  background: #c9a96e;
  padding: 10px 22px;
  text-decoration: none;
  white-space: nowrap;
}

/* Hamburger button */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #b0a898;
  transition: background 0.2s;
}
.nav-hamburger:hover span { background: #c9a96e; }

/* Mobile drawer */
.nav-mobile {
  background: #1a1a1a;
  border-top: 1px solid #2a2520;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.nav-mobile.open { max-height: 340px; }
.nav-mobile ul { list-style: none; padding: 12px 24px 20px; }
.nav-mobile ul li { border-bottom: 1px solid #2a2520; }
.nav-mobile ul li:last-child { border-bottom: none; }
.nav-mobile ul a {
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b0a898;
  text-decoration: none;
  padding: 14px 0;
}
.nav-mobile ul a:hover,
.nav-mobile ul a.active { color: #c9a96e; }

@media (max-width: 700px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}

/* ──── GOLD BAR ──── */
.gold-bar { height: 2px; background: #c9a96e; }

/* ──── PAGE LAYOUT ──── */
.page { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.section { padding: 64px 0; border-bottom: 1px solid #e8e4dd; }
.section:last-child { border-bottom: none; }

/* ──── TYPOGRAPHY ──── */
p { font-size: 18px; line-height: 1.85; margin-bottom: 24px; color: #2a2a2a; }
p:last-child { margin-bottom: 0; }

h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 32px;
  color: #1a1a1a;
}
h2 em { font-style: italic; color: #8b6f3e; }

h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #c9a96e;
  margin-bottom: 16px;
}

strong { font-weight: 600; }

/* ──── PAGE HERO (inner pages) ──── */
.page-hero { background: #1a1a1a; padding: 64px 24px; text-align: center; }
.page-hero h1 {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  color: #f5f0e8;
  line-height: 1.2;
  margin-bottom: 16px;
}
.page-hero h1 em { font-style: italic; color: #c9a96e; }
.page-hero p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  color: #7a7060;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ──── COMPONENTS ──── */
.big-quote {
  font-size: clamp(20px, 3vw, 28px);
  font-style: italic;
  line-height: 1.5;
  color: #1a1a1a;
  border-left: 3px solid #c9a96e;
  padding: 8px 0 8px 28px;
  margin: 40px 0;
}

.callout { background: #1a1a1a; padding: 48px; margin: 48px 0; }
.callout p { color: #d4cec5; font-size: 18px; }
.callout p strong { color: #f5f0e8; }
.callout p:last-child { margin-bottom: 0; }

.callout-gold {
  background: #f5f0e8;
  border: 1px solid #c9a96e;
  padding: 40px 48px;
  margin: 48px 0;
}

.pain-list { list-style: none; padding: 0; margin: 32px 0; }
.pain-list li {
  font-size: 18px;
  padding: 12px 0 12px 32px;
  border-bottom: 1px solid #e8e4dd;
  position: relative;
  line-height: 1.6;
}
.pain-list li:before { content: "—"; position: absolute; left: 0; color: #c9a96e; }
.pain-list li:last-child { border-bottom: none; }

.includes-list { list-style: none; padding: 0; margin: 32px 0; }
.includes-list li {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  padding: 10px 0 10px 28px;
  border-bottom: 1px solid #e8e4dd;
  position: relative;
  color: #2a2a2a;
}
.includes-list li:before { content: "✓"; position: absolute; left: 0; color: #c9a96e; font-weight: 600; }
.includes-list li:last-child { border-bottom: none; }

/* CTA strip (inner pages) */
.cta-strip { background: #f5f0e8; border-top: 2px solid #c9a96e; padding: 48px 24px; text-align: center; }
.cta-strip h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 16px; }
.cta-strip p { font-size: 17px; color: #555; max-width: 520px; margin: 0 auto 28px; }
.cta-btn {
  display: inline-block;
  background: #1a1a1a;
  color: #c9a96e;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 36px;
  text-decoration: none;
}

/* Page links strip */
.page-links {
  background: #1a1a1a;
  padding: 32px 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.page-links a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7a7060;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.page-links a:hover { color: #c9a96e; border-bottom-color: #c9a96e; }

/* ──── FOOTER ──── */
footer {
  background: #1a1a1a;
  color: #666;
  padding: 48px 24px;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.8;
  border-top: 1px solid #2a2520;
}
footer a { color: #c9a96e; text-decoration: none; }
.footer-links { display: flex; justify-content: center; gap: 28px; margin-bottom: 20px; flex-wrap: wrap; }
.footer-links a { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #5a5040; }
.footer-links a:hover { color: #c9a96e; }

/* ──── RESPONSIVE ──── */
@media (max-width: 600px) {
  .callout, .callout-gold { padding: 32px 24px; }
  .page-links { gap: 20px; }
}
