/* Shared visual system for the JHA owner-education guide cluster. */
:root {
  color-scheme: light;
  --jha-ink: #111111;
  --jha-paper: #f7f6f2;
  --jha-muted: #646464;
  --jha-line: #ddd9d0;
  --jha-gold: #b28a25;
  --jha-dark: #080808;
  --jha-content: 780px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--jha-ink); background: var(--jha-paper); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.72; }
a { color: inherit; text-decoration-color: var(--jha-gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #74570c; }
.jha-header { color: #ffffff; background: var(--jha-dark); border-bottom: 2px solid var(--jha-gold); }
.jha-nav { width: min(1180px, calc(100% - 40px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.jha-brand { color: #ffffff; font-family: "Playfair Display", Georgia, serif; font-size: 24px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.jha-nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; margin: 0; padding: 0; list-style: none; }
.jha-nav-links a { color: #f5f5f5; font-size: 13px; font-weight: 600; text-decoration: none; }
.jha-nav-links a:hover { color: #e4c66e; }
.jha-hero { min-height: 340px; display: grid; align-items: end; margin: 0; color: #ffffff; background: linear-gradient(90deg, rgba(0,0,0,.80), rgba(0,0,0,.46)), url('/assets/hero-albania-coast-TnSDM82D.webp') center / cover; }
.jha-hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 56px; }
.jha-eyebrow { margin: 0 0 12px; color: #f1d98d; font-size: 12px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: 0; line-height: 1.16; }
h1 { max-width: 850px; margin: 0; font-size: clamp(38px, 5vw, 62px); }
.jha-hero-summary { max-width: 690px; margin: 18px 0 0; color: #f4f4f4; font-size: 18px; line-height: 1.58; }
.jha-main { width: min(var(--jha-content), calc(100% - 40px)); margin: 0 auto; padding: 52px 0 0; }
.jha-byline { margin: 0 0 24px; color: var(--jha-muted); font-size: 14px; }
.jha-lede { margin: 0 0 34px; font-size: 20px; line-height: 1.65; }
.jha-answer { margin: 36px 0 46px; padding: 25px 28px; border-left: 4px solid var(--jha-gold); background: #f0ece0; }
.jha-answer h2 { margin: 0 0 8px; font-size: 28px; }
.jha-answer p { margin: 0; }
section { margin: 48px 0; }
h2 { margin: 0 0 18px; font-size: 33px; }
h3 { margin: 28px 0 8px; font-size: 23px; }
p { margin: 0 0 19px; }
ul, ol { margin: 0 0 20px; padding-left: 24px; }
li { margin: 9px 0; }
.jha-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 28px 0; border: 1px solid var(--jha-line); background: #ffffff; }
.jha-grid > div { min-height: 156px; padding: 22px 24px; border-right: 1px solid var(--jha-line); border-bottom: 1px solid var(--jha-line); }
.jha-grid > div:nth-child(2n) { border-right: 0; }
.jha-grid > div:nth-last-child(-n + 2) { border-bottom: 0; }
.jha-grid h3 { margin: 0 0 8px; font-family: Inter, Arial, sans-serif; font-size: 16px; font-weight: 700; line-height: 1.35; }
.jha-grid p { margin: 0; color: #515151; font-size: 14px; line-height: 1.58; }
.jha-steps { margin: 28px 0; padding: 0; list-style: none; counter-reset: jha-step; }
.jha-steps li { position: relative; min-height: 76px; margin: 0; padding: 16px 18px 16px 64px; border-bottom: 1px solid var(--jha-line); background: #ffffff; counter-increment: jha-step; }
.jha-steps li::before { position: absolute; top: 16px; left: 18px; display: grid; width: 28px; height: 28px; place-items: center; color: #ffffff; background: var(--jha-dark); border-radius: 50%; content: counter(jha-step); font-size: 13px; font-weight: 700; }
.jha-callout { padding: 25px 28px; border: 1px solid #d7cdb3; background: #f7f2e5; }
.jha-callout h2 { margin: 0 0 10px; font-size: 28px; }
.jha-callout p:last-child { margin-bottom: 0; }
.jha-table-wrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--jha-line); background: #ffffff; }
.jha-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
.jha-table th, .jha-table td { padding: 16px; border-right: 1px solid var(--jha-line); border-bottom: 1px solid var(--jha-line); text-align: left; vertical-align: top; }
.jha-table th:last-child, .jha-table td:last-child { border-right: 0; }
.jha-table thead th { color: #ffffff; background: var(--jha-dark); font-size: 14px; }
.jha-table tbody th { width: 27%; font-family: Inter, Arial, sans-serif; }
.jha-questions { padding-top: 10px; border-top: 1px solid var(--jha-line); }
.jha-questions h2 { border: 0; }
.jha-questions h3 { font-size: 23px; }
.jha-cta { width: 100%; margin-top: 68px; padding: 46px max(20px, calc((100vw - var(--jha-content)) / 2)); color: #e9e9e9; background: var(--jha-dark); }
.jha-cta-inner { width: min(var(--jha-content), 100%); margin: 0 auto; }
.jha-cta h2 { margin: 0 0 12px; color: #ffffff; font-size: 35px; }
.jha-cta p { margin: 0; }
.jha-cta a { color: #f0d481; }
.jha-footer { padding: 31px 20px 38px; color: #999999; background: #050505; text-align: center; font-size: 13px; }
@media (max-width: 700px) {
  .jha-nav { width: calc(100% - 28px); min-height: auto; padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .jha-nav-links { justify-content: flex-start; gap: 12px 16px; }
  .jha-nav-links li:nth-child(n + 5) { display: none; }
  .jha-hero { min-height: 316px; }
  .jha-hero-inner, .jha-main { width: calc(100% - 28px); }
  .jha-hero-inner { padding: 56px 0 46px; }
  h1 { font-size: 39px; }
  .jha-hero-summary, .jha-lede { font-size: 17px; }
  h2 { font-size: 29px; }
  h3 { font-size: 22px; }
  .jha-grid { grid-template-columns: 1fr; }
  .jha-grid > div, .jha-grid > div:nth-child(2n), .jha-grid > div:nth-last-child(-n + 2) { border-right: 0; border-bottom: 1px solid var(--jha-line); }
  .jha-grid > div:last-child { border-bottom: 0; }
  .jha-cta { padding: 38px 14px; }
  .jha-cta h2 { font-size: 30px; }
}
@media print { .jha-header, .jha-hero, .jha-cta, .jha-footer { display: none; } body { background: #ffffff; } .jha-main { width: 100%; padding: 0; } }
