@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800&display=swap');

:root {
  --sh-ink: #10141d;
  --sh-ink-soft: #171c27;
  --sh-panel: #1e2430;
  --sh-line: rgba(232, 200, 122, 0.2);
  --sh-gold: #d6b764;
  --sh-gold-light: #f0d995;
  --sh-limestone: #f1eadc;
  --sh-copy: #e9edf4;
  --sh-muted: #aab2c3;
  --sh-green: #65b894;
  --sh-radius: 18px;
  --sh-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
}

html { scroll-padding-top: 92px; }
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }

.skip-link {
  position: fixed;
  inset-block-start: 10px;
  inset-inline-start: 10px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: .7rem 1rem;
  border-radius: 10px;
  background: var(--sh-gold-light);
  color: #11151d;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid var(--sh-line);
  background: rgba(15, 18, 25, .9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.site-nav {
  width: min(1180px, calc(100% - 2rem));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--sh-copy);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.1rem;
}
.site-brand__mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 183, 100, .55);
  border-radius: 11px;
  background: linear-gradient(145deg, rgba(214, 183, 100, .16), rgba(255,255,255,.02));
  color: var(--sh-gold-light);
}
.site-brand__mark svg { width: 20px; height: 20px; }
.site-links { display: flex; align-items: center; gap: .25rem; }
.site-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: .55rem .8rem;
  border-radius: 999px;
  color: var(--sh-muted);
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
  transition: color .2s ease, background-color .2s ease;
}
.site-links a:hover,
.site-links a[aria-current="page"] { color: var(--sh-gold-light); background: rgba(214, 183, 100, .1); }
.site-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sh-line);
  border-radius: 12px;
  background: transparent;
  color: var(--sh-copy);
  cursor: pointer;
}
.site-menu-toggle svg { width: 22px; height: 22px; }

.page-body { background: var(--sh-ink); color: var(--sh-copy); font-family: 'Cairo', sans-serif; }
.page-shell { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; padding-block: 3rem 5rem; }
.page-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--sh-line);
  border-radius: 28px;
  background: radial-gradient(circle at 75% 10%, rgba(214,183,100,.14), transparent 35%), var(--sh-ink-soft);
  box-shadow: var(--sh-shadow);
}
.page-hero__image { width: 100%; max-height: 560px; object-fit: cover; display: block; }
.page-hero__content { padding: clamp(1.5rem, 4vw, 3.5rem); }
.eyebrow { color: var(--sh-gold-light); font-weight: 800; letter-spacing: .04em; font-size: .86rem; }
.page-hero h1, .article-header h1 { max-width: 900px; margin: .4rem 0 1rem; color: #fff9e9; font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.18; }
.page-lead { max-width: 780px; color: #c8cfdb; font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.9; }
.content-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; margin-block-start: 1.5rem; }
.content-card {
  grid-column: span 6;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--sh-radius);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
}
.content-card--wide { grid-column: 1 / -1; }
.content-card h2, .content-card h3 { color: var(--sh-gold-light); margin: 0 0 .7rem; line-height: 1.35; }
.content-card p, .content-card li { color: #c5ccd8; line-height: 1.9; }
.content-card ul, .content-card ol { padding-inline-start: 1.25rem; }
.content-card a, .article-body a { color: var(--sh-gold-light); text-underline-offset: 4px; }
.founder-grid { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 1.5rem; align-items: stretch; }
.founder-portrait { width: 100%; height: 100%; min-height: 480px; object-fit: cover; object-position: center; border-radius: var(--sh-radius); filter: contrast(1.02); }
.quote-block { position: relative; padding: clamp(1.5rem, 4vw, 3rem); border-inline-start: 3px solid var(--sh-gold); background: rgba(214,183,100,.06); border-radius: var(--sh-radius); }
.quote-block p { color: #ece5d6; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 2; }
.guide-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-block-start: 2rem; }
.guide-card { display: flex; flex-direction: column; min-height: 250px; padding: 1.5rem; border: 1px solid rgba(255,255,255,.09); border-radius: var(--sh-radius); background: var(--sh-ink-soft); color: var(--sh-copy); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.guide-card:hover { transform: translateY(-3px); border-color: rgba(214,183,100,.55); }
.guide-card span { color: var(--sh-gold); font-size: .8rem; font-weight: 800; }
.guide-card h2, .guide-card h3 { margin: .65rem 0; color: #fff8e6; line-height: 1.45; }
.guide-card p { color: var(--sh-muted); line-height: 1.75; }
.guide-card strong { margin-block-start: auto; padding-block-start: 1rem; color: var(--sh-gold-light); }
.article-header { max-width: 900px; padding-block: 2rem 1rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.25rem; color: var(--sh-muted); font-size: .9rem; }
.article-body { max-width: 820px; }
.article-body h2 { margin: 2.3rem 0 .75rem; color: var(--sh-gold-light); font-size: clamp(1.35rem, 3vw, 1.8rem); }
.article-body h3 { margin: 1.6rem 0 .5rem; color: #f0e3bf; }
.article-body p, .article-body li { color: #c7ceda; line-height: 2; }
.article-body ul, .article-body ol { padding-inline-start: 1.4rem; }
.answer-box, .notice { margin: 1.4rem 0; padding: 1.15rem 1.25rem; border-radius: 14px; background: rgba(101,184,148,.09); border: 1px solid rgba(101,184,148,.3); color: #dceee6; line-height: 1.9; }
.notice { background: rgba(214,183,100,.08); border-color: rgba(214,183,100,.3); color: #eee4c8; }
.data-table { width: 100%; margin: 1.2rem 0; border-collapse: collapse; overflow: hidden; border-radius: 14px; }
.data-table th, .data-table td { padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.09); text-align: start; }
.data-table th { color: var(--sh-gold-light); background: rgba(214,183,100,.08); }
.data-table td { color: #c7ceda; }
.cta-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-block-start: 1.4rem; }
.button-primary, .button-secondary { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: .7rem 1.15rem; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--sh-gold); color: #11151d; }
.button-secondary { border: 1px solid var(--sh-line); color: var(--sh-gold-light); }
.site-footer { margin: 0; padding: 2.5rem 1rem; border-top: 1px solid var(--sh-line); background: #0b0e14; color: var(--sh-muted); }
.site-footer__inner { width: min(1120px, 100%); margin-inline: auto; display: grid; grid-template-columns: 1.2fr 2fr; gap: 2rem; text-align: start; }
.site-footer__links { display: flex; flex-wrap: wrap; align-content: start; gap: .45rem 1rem; }
.site-footer a { color: #d7c28a; text-decoration: none; }
.site-footer small { display: block; margin-block-start: .7rem; line-height: 1.8; }
.lang-toggle { top: 5.4rem !important; }

@media (max-width: 850px) {
  .site-menu-toggle { display: grid; place-items: center; }
  .site-links { display: none; position: absolute; inset: 72px 1rem auto; padding: .75rem; flex-direction: column; align-items: stretch; border: 1px solid var(--sh-line); border-radius: 16px; background: #121722; box-shadow: var(--sh-shadow); }
  .site-links.is-open { display: flex; }
  .site-links a { justify-content: center; }
  .founder-grid, .site-footer__inner { grid-template-columns: 1fr; }
  .guide-list { grid-template-columns: 1fr 1fr; }
  .content-card { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .page-shell { width: min(100% - 1.2rem, 1120px); padding-block-start: 1rem; }
  .page-hero { border-radius: 20px; }
  .guide-list { grid-template-columns: 1fr; }
  .founder-portrait { min-height: 380px; }
  .data-table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
