/* Clean Up 11ty site shell */
.site-shell-header,
.site-shell-header * { box-sizing: border-box; }
.site-shell-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e3dacf;
  backdrop-filter: blur(16px);
  font-family: Inter, Arial, sans-serif;
}
.site-shell-nav {
  width: min(1180px, calc(100% - 48px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.site-shell-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-shell-logo img { width: 160px; height: auto; display: block; }
.site-shell-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #3f3a35;
  font-size: 13px;
  font-weight: 800;
}
.site-shell-links a,
.site-shell-cta,
.page-anchor-nav a { text-decoration: none; color: inherit; }
.site-shell-links a:hover,
.page-anchor-nav a:hover { color: #c9933a; }
.site-shell-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 3px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-shell-cta:hover { background: #c9933a; color: #1a1a1a; }
.page-anchor-nav {
  position: sticky;
  top: 74px;
  z-index: 80;
  background: rgba(26,26,26,.94);
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.82);
  font-family: Inter, Arial, sans-serif;
}
.page-anchor-nav-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}
.page-anchor-nav-inner::-webkit-scrollbar { display: none; }
.page-anchor-label {
  color: #c9933a;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.page-anchor-nav a {
  flex: 0 0 auto;
  padding: 13px 0;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
@media (max-width: 920px) {
  .site-shell-nav { width: min(100% - 32px, 1180px); min-height: 66px; }
  .site-shell-links { display: none; }
  .site-shell-logo img { width: 140px; }
  .page-anchor-nav { top: 66px; }
  .page-anchor-nav-inner { width: min(100% - 32px, 1180px); }
}
@media (max-width: 520px) {
  .site-shell-cta { min-height: 40px; padding: 0 12px; font-size: 11px; }
  .page-anchor-label { display: none; }
}


.site-shell-footer,
.site-shell-footer * { box-sizing: border-box; }
.site-shell-footer {
  background: #121212;
  color: rgba(255,255,255,.78);
  border-top: 1px solid rgba(255,255,255,.08);
  font-family: Inter, Arial, sans-serif;
}
.site-shell-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}
.site-shell-footer strong { display: block; color: #fff; margin-bottom: 8px; font-size: 16px; }
.site-shell-footer p { margin: 0; max-width: 640px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.7; }
.site-shell-footer-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; font-size: 13px; font-weight: 800; }
.site-shell-footer-links a,
.site-shell-footer-links button { color: rgba(255,255,255,.78); text-decoration: none; }
.site-shell-footer-links button { padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
.site-shell-footer-links a:hover,
.site-shell-footer-links button:hover { color: #e7b64e; }
.form-status {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  background: rgba(201,147,58,.12);
  color: #292624;
}
.form-status[data-status="success"] {
  background: rgba(35,124,80,.12);
  color: #1d5b3f;
}
.form-status[data-status="error"] {
  background: rgba(168,59,45,.12);
  color: #8f2f24;
}
.is-submitting button,
.is-submitting input,
.is-submitting select,
.is-submitting textarea,
.is-submitted button,
.is-submitted input,
.is-submitted select,
.is-submitted textarea {
  cursor: wait;
  opacity: .72;
}
.legal-page { background: #fbf8f4; color: #292624; font-family: Inter, Arial, sans-serif; }
.legal-hero { padding: 82px 0 42px; background: #1a1a1a; color: #fff; border-top: 4px solid #c9933a; }
.legal-wrap { width: min(980px, calc(100% - 48px)); margin: 0 auto; }
.legal-hero .eyebrow { color: #e7b64e; }
.legal-hero h1 { max-width: 900px; color: #fff; font-family: Raleway, Arial, sans-serif; font-size: clamp(38px, 5vw, 68px); line-height: 1.05; margin: 0; }
.legal-hero p { max-width: 740px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.7; }
.legal-content { padding: 62px 0 86px; }
.legal-card { background: #fff; border: 1px solid #e0d8ce; border-radius: 8px; padding: 34px; box-shadow: 0 18px 46px rgba(26,26,26,.07); }
.legal-card + .legal-card { margin-top: 18px; }
.legal-card h2 { margin: 0 0 16px; font-family: Raleway, Arial, sans-serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.1; }
.legal-card h3 { margin: 28px 0 10px; font-family: Raleway, Arial, sans-serif; font-size: 21px; }
.legal-card p,
.legal-card li { color: #625b55; font-size: 16px; line-height: 1.75; }
.legal-card ul { margin: 12px 0 0; padding-left: 22px; }
.legal-table { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 15px; }
.legal-table th,
.legal-table td { border: 1px solid #e0d8ce; padding: 12px; text-align: left; vertical-align: top; }
.legal-table th { background: #f5f0e8; color: #292624; }
.legal-note { padding: 16px 18px; background: #f5f0e8; border-left: 4px solid #c9933a; color: #4a4541; }
@media (max-width: 760px) {
  .site-shell-footer-inner { width: min(100% - 32px, 1180px); grid-template-columns: 1fr; align-items: start; }
  .site-shell-footer-links { justify-content: flex-start; }
  .legal-wrap { width: min(100% - 32px, 980px); }
  .legal-card { padding: 24px; }
}
