/* ============================================================
   front-page.php — homepage native gaya Harvard. Ringan.
   ============================================================ */
.uh-home{ --red:#A51C30; --navy:#0F1649; --ink:#1a1416; --soft:#5c5560; --line:#e9e2df; --ground:#faf7f5; }
.uh-home *{box-sizing:border-box;}
.uh-full{width:100vw;margin-left:calc(50% - 50vw);}

/* ---- HERO ---- */
.uh-hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:clamp(440px,68vh,660px);
  display:flex;align-items:center;background-size:cover;background-position:center;background-color:#2a0a0a;}
.uh-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,4,4,.82),rgba(20,4,4,.45) 60%,rgba(20,4,4,.25));}
.uh-hero-inner{position:relative;max-width:1180px;margin:0 auto;width:100%;padding:clamp(40px,7vw,80px) clamp(20px,5vw,48px);}
.uh-hero-eyebrow{color:#f3c9c4;font-size:14px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px;}
.uh-hero-title{color:#fff;font-family:Georgia,"Times New Roman",serif;font-weight:600;
  font-size:clamp(34px,6vw,68px);line-height:1.06;letter-spacing:-.02em;margin:0;max-width:16ch;text-shadow:0 2px 24px rgba(0,0,0,.3);}
.uh-hero-sub{color:#ece2e2;font-size:clamp(16px,2vw,20px);line-height:1.55;margin:20px 0 0;max-width:52ch;}
.uh-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px;}
.uh-btn-primary,.uh-btn-ghost{display:inline-flex;align-items:center;font-size:16px;font-weight:600;padding:14px 26px;border-radius:3px;text-decoration:none;transition:background .15s,color .15s;}
.uh-btn-primary{background:var(--red);color:#fff;}
.uh-btn-primary:hover{background:#b3160c;}
.uh-btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.6);}
.uh-btn-ghost:hover{background:rgba(255,255,255,.14);}

/* ---- INTRO ---- */
.uh-intro{max-width:820px;margin:0 auto;padding:clamp(48px,8vw,88px) clamp(20px,4vw,40px);text-align:center;}
.uh-intro p{font-family:Georgia,serif;font-size:clamp(22px,3vw,32px);line-height:1.45;color:var(--ink);margin:0;letter-spacing:-.01em;}

/* ---- HIGHLIGHTS ---- */
.uh-highlights{max-width:1180px;margin:0 auto;padding:0 clamp(20px,4vw,40px) clamp(40px,6vw,72px);
  display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.uh-hl{display:flex;flex-direction:column;text-decoration:none;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;}
.uh-hl:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(26,20,22,.10);}
.uh-hl-thumb{display:block;aspect-ratio:16/10;background:#e9e2df center/cover no-repeat;}
.uh-hl-body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:8px;}
.uh-hl-title{font-family:Georgia,serif;font-size:22px;font-weight:600;}
.uh-hl-desc{color:var(--soft);font-size:15px;line-height:1.5;}
.uh-hl-more{color:var(--red);font-size:14px;font-weight:600;margin-top:6px;}

/* ---- RANKS ---- */
.uh-ranks{background:var(--navy);width:100vw;margin-left:calc(50% - 50vw);color:#fff;padding:clamp(48px,7vw,80px) clamp(20px,4vw,40px);}
.uh-ranks-head{max-width:1180px;margin:0 auto 34px;text-align:center;}
.uh-eyebrow{color:#aeb6e0;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;}
.uh-ranks-head h2{color:#fff;font-family:Georgia,serif;font-size:clamp(26px,3.5vw,40px);font-weight:600;margin:0;letter-spacing:-.01em;}
.uh-ranks-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:center;}
.uh-rank{margin:0;text-align:center;}
.uh-rank img{height:96px;width:auto;max-width:100%;object-fit:contain;background:#fff;border-radius:10px;padding:14px;}
.uh-rank figcaption{color:#c9cfe6;font-size:14px;margin-top:14px;}

/* ---- NEWS ---- */
.uh-news{max-width:1180px;margin:0 auto;padding:clamp(48px,7vw,80px) clamp(20px,4vw,40px);}
.uh-news-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:26px;border-bottom:1px solid var(--line);padding-bottom:16px;}
.uh-news-head h2{color:var(--ink);font-family:Georgia,serif;font-size:clamp(24px,3vw,34px);font-weight:600;margin:0;}
.uh-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.uh-ncard{display:flex;flex-direction:column;text-decoration:none;color:var(--ink);}
.uh-ncard-thumb{display:block;aspect-ratio:16/10;background:#e9e2df center/cover no-repeat;border-radius:10px;margin-bottom:14px;}
.uh-ncard-cat{color:var(--red);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;}
.uh-ncard-title{font-family:Georgia,serif;font-size:19px;line-height:1.32;font-weight:600;transition:color .15s;}
.uh-ncard:hover .uh-ncard-title{color:var(--red);}
.uh-ncard-date{color:#8a8490;font-size:13px;margin-top:8px;}

@media(max-width:860px){
  .uh-highlights,.uh-ranks-grid,.uh-news-grid{grid-template-columns:1fr;}
  .uh-ranks-grid{gap:26px;max-width:360px;}
}
