:root {
  --cream: #f4ead2;
  --cream-light: #fbf5e8;
  --cream-deep: #eadbb9;
  --green: #15302d;
  --green-soft: #21453f;
  --gold: #d9b24a;
  --gold-deep: #b78d26;
  --ink-muted: #60716a;
  --line: rgba(21, 48, 45, 0.16);
  --white: #fffdf7;
  --shadow: 0 18px 50px rgba(21, 48, 45, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--green);
  font-family: "Hanken Grotesk", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244, 234, 210, .94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(21, 48, 45, .06);
  backdrop-filter: blur(12px);
}
.site-nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.06em;
}
.brand-mark {
  position: relative;
  display: block;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  overflow: hidden;
}
.brand-mark img {
  position: absolute;
  top: -10px;
  left: -24px;
  width: 82px;
  max-width: none;
  height: 82px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--green-soft);
  font-size: 15px;
  font-weight: 500;
}
.nav-links a:not(.button):hover,
.nav-links .nav-current { color: var(--gold-deep); }
.nav-current {
  padding-bottom: 4px;
  border-bottom: 1.5px solid var(--gold-deep);
  font-weight: 600;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--cream-light); }
.button-primary:hover { background: var(--green-soft); color: var(--cream-light); }
.button-gold { background: var(--gold); color: var(--green); }
.button-gold:hover { background: #e2bf62; color: var(--green); }
.button-outline { border-color: var(--green); color: var(--green); }
.button-outline:hover { background: var(--green); color: var(--cream-light); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}
.page-hero {
  padding: 94px 0 68px;
  text-align: center;
}
.page-hero h1,
.section-title,
.legal-page .doc-header h1 {
  margin: 18px 0 0;
  color: var(--green);
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .98;
}
.page-hero h1 em,
.section-title em {
  color: var(--gold-deep);
  font-family: "Spectral", Georgia, serif;
  font-style: italic;
  font-weight: 400;
}
.page-lead {
  max-width: 650px;
  margin: 25px auto 0;
  color: var(--ink-muted);
  font-size: 18px;
  line-height: 1.55;
}
.page-section { padding: 88px 0; }
.section-tint { background: var(--cream-light); }

.site-footer {
  padding: 32px 0 38px;
  background: var(--green);
  color: rgba(255, 253, 247, .7);
  border-top: 1px solid rgba(255,255,255,.15);
}
.footer-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
.footer-logo { display: block; width: 78px; height: 78px; object-fit: contain; margin-bottom: 10px; }
.footer-tagline { margin: 8px 0 0; font-family: "Spectral", Georgia, serif; font-size: 17px; font-style: italic; }
.footer-meta { font-size: 13px; line-height: 1.7; text-align: right; }
.footer-links { display: flex; justify-content: flex-end; gap: 18px; margin-top: 6px; }
.footer-links a:hover { color: var(--gold); }

/* Legal documents retain their full supplied content, in the public Safra visual system. */
.legal-page .header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
  background: rgba(244, 234, 210, .94);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(21, 48, 45, .06);
  backdrop-filter: blur(12px);
}
.legal-page .header .container {
  width: min(1160px, calc(100% - 48px));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}
.legal-page .header-logo {
  color: var(--green);
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -.06em;
}
.legal-page .header-logo img { display: none; }
.legal-page .back-link { color: var(--green-soft); font-size: 15px; font-weight: 500; }
.legal-page .back-link:hover { color: var(--gold-deep); opacity: 1; }
.legal-page > .container {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0;
}
.legal-page .doc-header {
  margin: 0 0 42px;
  padding: 74px 0 38px;
  border-bottom: 1px solid var(--line);
}
.legal-page .doc-label {
  margin: 0 0 16px;
  color: var(--gold-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}
.legal-page .doc-header h1 { font-size: clamp(2.8rem, 6vw, 4.5rem); }
.legal-page .doc-subtitle {
  margin: 14px 0 0;
  color: var(--ink-muted);
  font-size: 17px;
}
.legal-page .doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 20px;
  margin-top: 20px;
  color: var(--ink-muted);
  font-size: 13px;
}
.legal-page .doc-meta span { margin: 0; }
.legal-page .doc-intro {
  margin: 0 0 48px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: 12px;
  background: var(--cream-light);
  color: var(--green-soft);
  font-size: 16px;
  line-height: 1.7;
}
.legal-page .doc-intro strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-deep) !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}
.legal-page .doc-intro strong[style] {
  display: inline;
  margin: 0;
  color: var(--green) !important;
  font-size: inherit !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.legal-page .content { padding-bottom: 84px; }
.legal-page .section { margin-bottom: 48px; }
.legal-page .section h2 {
  margin: 0 0 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-size: 22px;
  font-weight: 700;
}
.legal-page .section h3 {
  margin: 28px 0 12px;
  color: var(--green-soft);
  font-size: 17px;
  font-weight: 700;
}
.legal-page .section p,
.legal-page .section ul li {
  color: var(--green-soft);
  font-size: 15px;
  line-height: 1.7;
}
.legal-page .section p { margin: 0 0 14px; }
.legal-page .section ul { margin: 0 0 16px; padding: 0; list-style: none; }
.legal-page .section ul li { position: relative; padding: 6px 0 6px 20px; }
.legal-page .section ul li::before { content: "—"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 700; }
.legal-page .section a,
.legal-page .contact-box a,
.legal-page a[style] { color: var(--gold-deep) !important; }
.legal-page .contact-box {
  margin-top: 48px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--cream-light);
  text-align: center;
}
.legal-page .contact-box h2 { margin: 0 0 12px; color: var(--green); font-size: 20px; }
.legal-page .contact-box p { margin: 0 0 8px; color: var(--green-soft); }
.legal-page .contact-box strong[style] { color: var(--green) !important; }
.legal-page .footer {
  padding: 32px 0 38px;
  border: 0;
  background: var(--green);
  color: rgba(255, 253, 247, .7);
  font-size: 13px;
  text-align: center;
}
.legal-page .footer .container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 0; }
.legal-page .footer p { margin: 0; }
.legal-page .footer a { margin: 0 9px; color: rgba(255, 253, 247, .7); }
.legal-page .footer a:hover { color: var(--gold); }

@media (max-width: 700px) {
  .site-container { width: min(100% - 34px, 1160px); }
  .site-nav { min-height: 70px; }
  .nav-links { gap: 13px; font-size: 13px; }
  .nav-links .signin-link { display: none; }
  .nav-links .button { min-height: 40px; padding: 0 14px; font-size: 13px; }
  .page-hero { padding: 68px 0 48px; }
  .page-lead { font-size: 16px; }
  .page-section { padding: 68px 0; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .footer-meta { text-align: left; }
  .footer-links { justify-content: flex-start; }
  .legal-page .header .container,
  .legal-page > .container,
  .legal-page .footer .container { width: min(100% - 34px, 1160px); }
  .legal-page .header .container { min-height: 70px; }
  .legal-page .doc-header { padding: 56px 0 30px; }
  .legal-page .doc-intro, .legal-page .contact-box { padding: 22px; }
}