:root {
  --navy: #071629;
  --navy-soft: #0c2038;
  --navy-line: #1b3653;
  --gold: #c9a45c;
  --gold-light: #e1c98f;
  --paper: #f5f1e8;
  --white: #ffffff;
  --muted: #aebaca;
  --ink: #112238;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--white);
  background:
    radial-gradient(circle at 50% -10%, #183a5c 0, var(--navy) 38%, #04101e 100%);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
.page-shell {
  position: relative;
  width: min(100%, 680px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 46px 22px 34px;
  overflow: hidden;
}
.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.ambient-one {
  width: 360px;
  height: 360px;
  top: -210px;
  right: -170px;
  background: rgba(201, 164, 92, .13);
}
.ambient-two {
  width: 300px;
  height: 300px;
  top: 530px;
  left: -240px;
  background: rgba(35, 94, 145, .16);
}

.profile { text-align: center; }
.portrait-wrap {
  position: relative;
  width: 122px;
  height: 122px;
  margin: 0 auto 25px;
}
.portrait-wrap::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(201, 164, 92, .75);
  border-radius: 50%;
}
.portrait {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: 52% 61%;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .42);
}
.availability {
  position: absolute;
  right: -19px;
  bottom: 7px;
  padding: 6px 9px;
  color: var(--navy);
  background: var(--gold);
  border: 3px solid var(--navy);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(38px, 8.5vw, 52px); line-height: 1; }
.handle {
  margin: 9px 0 0;
  color: var(--gold-light);
  font-size: 14px;
  font-weight: 700;
}
.positioning {
  max-width: 560px;
  margin: 22px auto 18px;
  color: #d9e1ea;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.52;
}
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.trust-row i { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }

.link-list {
  display: grid;
  gap: 12px;
  margin: 34px 0 46px;
}
.link-card {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 13px 17px;
  text-decoration: none;
  background: rgba(12, 32, 56, .78);
  border: 1px solid var(--navy-line);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .15);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.link-card:hover, .link-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: #102944;
  outline: none;
}
.link-card.primary {
  color: var(--navy);
  background: linear-gradient(135deg, #d9b96f, var(--gold));
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(201, 164, 92, .22);
}
.link-card.primary:hover, .link-card.primary:focus-visible { background: #e2c783; }
.link-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  color: var(--gold-light);
  border: 1px solid #35526f;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}
.primary .link-mark { color: var(--navy); border-color: rgba(7, 22, 41, .3); }
.link-copy { min-width: 0; }
.link-copy strong, .link-copy small { display: block; }
.link-copy strong { font-size: 15px; line-height: 1.25; }
.link-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.35;
}
.primary .link-copy small { color: rgba(7, 22, 41, .72); }
.link-arrow { color: var(--gold); font-size: 22px; text-align: right; }
.primary .link-arrow { color: var(--navy); }

.panico {
  margin: 0 -4px;
  padding: 27px 20px 21px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 22px;
  box-shadow: 0 26px 56px rgba(0, 0, 0, .25);
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.section-heading h2 { font-size: clamp(28px, 6vw, 36px); line-height: 1.08; }
.jp-label {
  flex: 0 0 auto;
  padding: 6px 8px;
  color: var(--paper);
  background: var(--navy);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-intro {
  margin: 16px 0 22px;
  color: #5f6d7d;
  font-size: 14px;
  line-height: 1.5;
}
.video-list { display: grid; gap: 10px; }
.video-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 25px;
  align-items: center;
  min-height: 78px;
  overflow: hidden;
  color: var(--ink);
  text-decoration: none;
  background: var(--white);
  border: 1px solid #ddd5c7;
  border-radius: 12px;
  transition: border-color .2s ease, transform .2s ease;
}
.video-card:hover, .video-card:focus-visible { transform: translateX(2px); border-color: var(--gold); outline: none; }
.video-card img {
  width: 88px;
  height: 78px;
  object-fit: contain;
  object-position: center;
  background: var(--navy);
}
.video-card span { min-width: 0; padding: 0 12px; }
.video-card strong, .video-card small { display: block; }
.video-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.18; }
.video-card small { margin-top: 4px; color: #748092; font-size: 10px; line-height: 1.25; }
.video-card b { color: var(--gold); font-size: 13px; }
.portfolio-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
  padding: 15px 2px 2px;
  color: var(--ink);
  border-top: 1px solid #d9d1c2;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.portfolio-link span { color: #8b6a2f; font-size: 20px; }

footer { padding: 42px 4px 2px; text-align: center; }
footer p {
  margin: 0 auto 20px;
  max-width: 450px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5;
}
footer div { display: flex; justify-content: center; gap: 22px; }
footer a { color: var(--gold-light); font-size: 12px; font-weight: 800; text-decoration: none; }
footer a:hover, footer a:focus-visible { text-decoration: underline; outline: none; }
footer small { display: block; margin-top: 24px; color: #718096; font-size: 10px; }

@media (min-width: 680px) {
  .page-shell { padding-top: 58px; }
  .link-card { padding-left: 20px; padding-right: 20px; }
  .panico { padding: 32px 28px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
