/* Harbor Ink · static multipage */
:root{
  --hi-ink:#0b1f2e;--hi-ink-2:#123048;--hi-ink-3:#1a3d57;
  --hi-paper:#eef2f5;--hi-paper-2:#e4eaef;--hi-surface:#f7f9fb;
  --hi-line:rgba(11,31,46,.12);--hi-line-strong:rgba(11,31,46,.22);
  --hi-text:#14202b;--hi-text-2:#3a4a58;--hi-text-3:#6b7c8a;
  --hi-accent:#c45c26;--hi-accent-2:#d97706;--hi-teal:#0f766e;
  --hi-font:"IBM Plex Sans","Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --hi-display:"Noto Serif SC","Source Han Serif SC","Songti SC",serif;
  --hi-radius:3px;--hi-wrap:80rem;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;font-family:var(--hi-font);color:var(--hi-text);
  background:
    radial-gradient(900px 420px at 0% -8%,rgba(196,92,38,.1),transparent 55%),
    radial-gradient(700px 360px at 100% 0%,rgba(15,118,110,.08),transparent 50%),
    repeating-linear-gradient(-16deg,transparent 0 16px,rgba(11,31,46,.018) 16px 17px),
    linear-gradient(180deg,#f3f6f8 0%,var(--hi-paper) 42%,var(--hi-paper-2) 100%);
  min-height:100dvh;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit;text-decoration:none}
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:1rem;top:1rem;width:auto;height:auto;padding:.5rem .8rem;background:#fff;color:var(--hi-ink);z-index:100;border-radius:var(--hi-radius)}
.wrap{width:min(100% - 2rem,var(--hi-wrap));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:40;background:var(--hi-ink);color:#e8eef3;padding-top:env(safe-area-inset-top,0)}
.site-header::after{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--hi-accent) 0 38%,var(--hi-teal) 38% 100%)}
.header-inner{display:flex;align-items:center;gap:1rem;min-height:64px}
.brand{display:flex;align-items:center;gap:.65rem;font-family:var(--hi-display);font-weight:700;font-size:1.25rem;color:#fff}
.brand-mark{width:1.65rem;height:1.65rem;border-radius:var(--hi-radius);background:var(--hi-accent);box-shadow:2px 2px 0 var(--hi-teal);position:relative}
.brand-mark::after{content:"";position:absolute;inset:28% 28% 28% 34%;background:#fff;clip-path:polygon(0 0,100% 50%,0 100%)}
.nav{display:flex;gap:.35rem;flex:1;justify-content:center;flex-wrap:wrap}
.nav-link{padding:.4rem .75rem;color:rgba(232,238,243,.78);border-radius:var(--hi-radius);font-size:.92rem}
.nav-link:hover,.nav-link.is-active{color:#fff;background:rgba(255,255,255,.08)}
.header-cta{background:var(--hi-accent);color:#fff;padding:.45rem .9rem;border-radius:var(--hi-radius);font-weight:600;font-size:.9rem;box-shadow:2px 2px 0 var(--hi-teal);white-space:nowrap}
.header-cta:hover{background:var(--hi-accent-2)}
.hero{position:relative;background:var(--hi-ink);color:#e8eef3;overflow:hidden;border-bottom:3px solid var(--hi-accent);min-height:min(72vh,36rem)}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02);animation:heroDrift 18s ease-in-out infinite alternate}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(8,23,34,.94) 0 46%,rgba(8,23,34,.5) 72%,rgba(8,23,34,.28))}
@keyframes heroDrift{from{transform:scale(1.02) translate3d(0,0,0)}to{transform:scale(1.06) translate3d(-1.2%,-1%,0)}}
.hero-inner{position:relative;z-index:1;padding:clamp(2.6rem,8vw,5rem) 0 clamp(2.2rem,5vw,3.4rem);display:flex;flex-direction:column;justify-content:center;min-height:inherit}
.hero h1{font-family:var(--hi-display);font-size:clamp(2.5rem,7vw,4rem);line-height:1.08;margin:0 0 .85rem;color:#fff;letter-spacing:.02em}
.hero-lead{max-width:34rem;margin:0 0 1.35rem;color:rgba(232,238,243,.86);font-size:clamp(.95rem,2.2vw,1.05rem);line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.15rem;border-radius:var(--hi-radius);font-weight:600;min-height:44px}
.btn-primary{background:var(--hi-accent);color:#fff;box-shadow:2px 2px 0 var(--hi-teal)}
.btn-ghost{border:1px solid rgba(255,255,255,.28);color:#fff}
.btn:active{transform:translateY(1px)}
.section{padding:2.4rem 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem}
.section-head h2{font-family:var(--hi-display);font-size:clamp(1.45rem,2.6vw,1.9rem);margin:0 0 .25rem;color:var(--hi-ink)}
.section-head p{margin:0;color:var(--hi-text-2);font-size:.95rem}
.section-more{color:var(--hi-accent);font-weight:600;white-space:nowrap}
.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@media(min-width:640px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:960px){.card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}}
@media(min-width:1200px){.card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
.bc-card{display:flex;flex-direction:column;background:var(--hi-surface);border:1px solid var(--hi-line);border-radius:var(--hi-radius);overflow:hidden;min-height:100%;transition:border-color .2s,box-shadow .2s}
.bc-card:hover{border-color:var(--hi-line-strong);box-shadow:0 10px 28px rgba(11,31,46,.08)}
.bc-card__cover{aspect-ratio:3/4;overflow:hidden;background:var(--hi-ink-2)}
.bc-card__cover img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.bc-card:hover .bc-card__cover img{transform:scale(1.03)}
.bc-card__body{padding:.85rem .9rem .55rem;flex:1}
.bc-card__title{font-family:var(--hi-display);font-size:1.05rem;margin:0 0 .35rem;color:var(--hi-ink);line-height:1.3}
.bc-card:hover .bc-card__title{color:var(--hi-accent)}
.bc-card__meta{display:flex;gap:.55rem;flex-wrap:wrap;margin:0 0 .4rem;color:var(--hi-text-3);font-size:.78rem}
.bc-card__lead{margin:0;color:var(--hi-text-2);font-size:.82rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.bc-card__bar{display:flex;justify-content:space-between;gap:.5rem;padding:.55rem .9rem;border-top:1px solid var(--hi-line);background:linear-gradient(90deg,rgba(15,118,110,.1),transparent 60%);color:var(--hi-text-3);font-size:.75rem}
.cat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
@media(min-width:800px){.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.cat-card{display:block;padding:1.35rem 1.2rem;min-height:8.5rem;border-radius:var(--hi-radius);border:1px solid rgba(255,255,255,.08);background:linear-gradient(145deg,rgba(196,92,38,.35),transparent 55%),linear-gradient(180deg,var(--hi-ink-2),var(--hi-ink));color:#fff}
.cat-card h3{font-family:var(--hi-display);margin:0 0 .4rem;font-size:1.25rem}
.cat-card p{margin:0;color:rgba(232,238,243,.75);font-size:.9rem}
.page-banner{background:linear-gradient(110deg,rgba(196,92,38,.28),transparent 48%),linear-gradient(180deg,var(--hi-ink-2),#081722);color:#fff;padding:2.2rem 0 1.8rem;border-bottom:3px solid var(--hi-accent)}
.page-banner h1{font-family:var(--hi-display);margin:0 0 .5rem;font-size:clamp(1.8rem,4vw,2.6rem)}
.page-banner p{margin:0;max-width:40rem;color:rgba(232,238,243,.8)}
.play-layout{display:grid;gap:1.25rem;padding:1.5rem 0 2.5rem}
@media(min-width:960px){.play-layout{grid-template-columns:minmax(0,1.7fr) minmax(16rem,1fr)}}
.player-stage{background:#000;border-radius:var(--hi-radius);overflow:hidden;border:1px solid var(--hi-line-strong)}
.player-stage video{width:100%;aspect-ratio:16/9;background:#000;vertical-align:middle}
.play-panel{background:var(--hi-surface);border:1px solid var(--hi-line);border-radius:var(--hi-radius);padding:1.15rem 1.2rem}
.play-panel h1{font-family:var(--hi-display);margin:0 0 .55rem;font-size:clamp(1.5rem,3vw,2rem);color:var(--hi-ink)}
.play-meta{display:flex;flex-wrap:wrap;gap:.45rem .7rem;color:var(--hi-text-2);font-size:.9rem;margin-bottom:.85rem}
.play-meta span::after{content:"·";margin-left:.7rem;color:var(--hi-text-3)}
.play-meta span:last-child::after{content:none}
.info-list{display:grid;gap:.55rem;margin:0;padding:0}
.info-list div{display:grid;grid-template-columns:4.5rem 1fr;gap:.5rem;font-size:.92rem}
.info-list dt{color:var(--hi-text-3);margin:0}
.info-list dd{margin:0;color:var(--hi-text)}
.story{margin-top:1rem;color:var(--hi-text-2);line-height:1.7;font-size:.95rem}
.story p{margin:0 0 .7rem}
.side-list{display:grid;gap:.7rem}
.side-item{display:grid;grid-template-columns:4.2rem 1fr;gap:.65rem;align-items:center;padding:.45rem;border:1px solid var(--hi-line);border-radius:var(--hi-radius);background:var(--hi-surface)}
.side-item img{width:4.2rem;height:5.6rem;object-fit:cover;border-radius:var(--hi-radius)}
.side-item strong{display:block;font-family:var(--hi-display);font-size:.95rem;color:var(--hi-ink)}
.side-item span{color:var(--hi-text-3);font-size:.78rem}
.rank-list{display:grid;gap:.65rem}
.rank-item{display:grid;grid-template-columns:2.2rem 4.2rem 1fr auto;gap:.8rem;align-items:center;padding:.55rem .7rem;background:var(--hi-surface);border:1px solid var(--hi-line);border-radius:var(--hi-radius)}
.rank-item .n{font-family:var(--hi-display);font-size:1.25rem;color:var(--hi-accent);text-align:center}
.rank-item img{width:4.2rem;height:5.6rem;object-fit:cover;border-radius:var(--hi-radius)}
.site-footer{background:#081722;color:rgba(232,238,243,.78);border-top:3px solid var(--hi-accent);margin-top:1rem;padding-bottom:env(safe-area-inset-bottom,0)}
.footer-grid{display:grid;gap:1.5rem;padding:2.2rem 0 1.4rem}
@media(min-width:800px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}
.footer-brand{font-family:var(--hi-display);color:#f0d48a;font-size:1.3rem;margin-bottom:.55rem}
.footer-about{margin:0;line-height:1.65;max-width:34rem}
.site-footer h3{color:var(--hi-accent-2);font-family:var(--hi-display);font-size:1rem;margin:0 0 .7rem}
.site-footer ul{list-style:none;margin:0;padding:0;display:grid;gap:.4rem}
.site-footer a:hover{color:#f0d48a}
.footer-copy{border-top:1px solid rgba(255,255,255,.08);padding:1rem 0 1.4rem;font-size:.85rem;color:rgba(232,238,243,.55)}
@media(max-width:720px){
  .header-inner{flex-wrap:wrap;padding:.55rem 0;gap:.55rem .75rem}
  .brand{order:1}
  .header-cta{order:2;margin-left:auto}
  .nav{order:3;flex:1 1 100%;justify-content:flex-start;gap:.2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .nav::-webkit-scrollbar{display:none}
  .nav-link{flex:0 0 auto;padding:.45rem .7rem;min-height:40px;display:inline-flex;align-items:center}
  .hero{min-height:min(68vh,30rem)}
  .section{padding:1.7rem 0}
  .section-head{align-items:flex-start;flex-direction:column;gap:.45rem}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero-bg{animation:none!important;transform:none!important}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
