:root {
  --ownership-ink: #293a38;
  --ownership-burgundy: #6e1717;
  --ownership-leather: #49301f;
  --ownership-parchment: #f2e4c7;
  --ownership-parchment-light: #fffaf0;
  --ownership-gold: #c5a15a;
}

html { scroll-behavior: smooth; }
.ownership-body, .ownership-login-body {
  color: var(--ownership-ink);
  background: #263c45;
  font-family: Garamond, "EB Garamond", Georgia, serif;
}
.ownership-navbar { background: #161d1d; color: #fff; }
.ownership-navbar img { padding: 0; }
.ownership-navbar button { color: inherit; background: transparent; }
.ownership-hero {
  min-height: 540px;
  padding: 130px 24px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(18,28,29,.58), rgba(18,28,29,.78)), url("images/04_GH_collage.jpg") center/cover no-repeat;
}
.ownership-hero-inner { max-width: 900px; }
.ownership-hero h1 { font-size: clamp(2.4rem, 6vw, 4.8rem); line-height: 1.05; text-shadow: 0 3px 12px #000; }
.ownership-subhead { font-size: clamp(1.45rem, 3vw, 2.3rem); font-weight: bold; }
.ownership-eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: .9rem; font-weight: bold; }
.ownership-section { padding: 60px 20px; background: #e7dfcf; }
.ownership-section:nth-child(even) { background: #d1c4a9; }
.ownership-copy { width: min(820px, 100%); margin: 0 auto; font-size: 1.3rem; line-height: 1.65; }
.ownership-copy h1, .ownership-copy h2 { color: var(--ownership-burgundy); line-height: 1.2; }
.ownership-lead { font-size: 1.5rem; }
.ownership-offer { padding: 22px; color: #fff; background: var(--ownership-burgundy); border-left: 8px solid var(--ownership-gold); }
.ownership-paper { background-color: var(--ownership-parchment); background-image: linear-gradient(rgba(255,255,255,.18), rgba(255,255,255,.18)); }
.ownership-photo { display: block; height: auto; margin: 35px auto; padding: 0; border: 9px solid #f8f0df; box-shadow: 0 8px 22px rgba(0,0,0,.28); }
.ownership-photo-wide { width: min(600px, 94%); }
.ownership-photo-medium { width: min(420px, 90%); }
.ownership-photo-small { width: min(260px, 75%); }
.ownership-framework-box { margin-top: 42px; padding: 28px 34px; background: var(--ownership-parchment-light); border: 3px solid var(--ownership-leather); box-shadow: inset 0 0 0 4px var(--ownership-gold); }
.ownership-framework-box li { margin-bottom: 10px; }
.ownership-note { font-size: 1rem; font-style: italic; color: #514a41; }
.ownership-next { background: #b8a986; }
.ownership-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 32px 0; }
.ownership-button { display: inline-block; padding: 14px 22px; color: #fff !important; background: var(--ownership-burgundy); border: 2px solid #3d0d0d; border-radius: 4px; text-decoration: none; font-weight: bold; }
.ownership-button:hover { background: #8a2020; }
.ownership-button-secondary { background: var(--ownership-leather); border-color: #24170f; }
.ownership-signoff { margin-top: 40px; font-size: 1.4rem; }
.ownership-login-body { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.ownership-login-card { width: min(460px, 100%); padding: 34px; text-align: center; background: var(--ownership-parchment-light); border: 8px solid var(--ownership-leather); box-shadow: 0 12px 36px rgba(0,0,0,.45); }
.ownership-login-card label { display: block; text-align: left; margin: 14px 0 5px; font-weight: bold; }
.ownership-login-card input { width: 100%; padding: 11px; border: 1px solid #8c826f; }
.ownership-login-card button { margin-top: 20px; padding: 12px 20px; color: #fff; background: var(--ownership-burgundy); border: 0; cursor: pointer; }
.ownership-error { padding: 10px; color: #8b0000; background: #ffe0e0; border: 1px solid #8b0000; }
.ownership-documents-page { min-height: calc(100vh - 55px); padding-top: 55px; }

@media (max-width: 600px) {
  .ownership-hero { min-height: 440px; padding-top: 100px; }
  .ownership-section { padding: 42px 16px; }
  .ownership-copy { font-size: 1.15rem; }
  .ownership-framework-box { padding: 22px 18px; }
  .ownership-actions { align-items: stretch; flex-direction: column; text-align: center; }
}

