/* TKG Awards 3D Sphere */
.award-intro-section { padding-bottom: 42px; }
.award-sphere-section { padding: 30px 0 90px; background: linear-gradient(180deg,#f7f8fa 0%,#fff 72%); overflow: hidden; }
.award-explorer { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.75fr); gap: 42px; align-items: center; }
.award-stage-column { min-width: 0; }
.award-stage-shell { position: relative; min-height: 570px; border: 1px solid #e7eaed; background: radial-gradient(circle at 50% 45%,#fff 0%,#f8f9fa 48%,#eef1f4 100%); overflow: hidden; box-shadow: 0 18px 50px rgba(22,34,48,.08); }
.award-stage-shell::before,
.award-stage-shell::after { content:""; position:absolute; left:50%; top:50%; border:1px solid rgba(125,139,152,.16); border-radius:50%; transform:translate(-50%,-50%); pointer-events:none; }
.award-stage-shell::before { width:66%; aspect-ratio:1/1; }
.award-stage-shell::after { width:48%; aspect-ratio:1/1; }
.award-stage-grid { position:absolute; inset:0; opacity:.48; pointer-events:none; background-image:linear-gradient(rgba(126,139,151,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(126,139,151,.08) 1px,transparent 1px); background-size:74px 74px; mask-image:radial-gradient(circle at center,#000 10%,transparent 76%); -webkit-mask-image:radial-gradient(circle at center,#000 10%,transparent 76%); }
.award-sphere-stage { position:absolute; inset:0; user-select:none; touch-action:none; cursor:grab; perspective:900px; }
.award-sphere-stage.is-dragging { cursor:grabbing; }
.award-stage-center { position:absolute; width:88px; height:88px; left:50%; top:50%; transform:translate(-50%,-50%); border-radius:50%; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.82); border:1px solid rgba(23,115,170,.20); box-shadow:0 12px 30px rgba(28,52,73,.08); pointer-events:none; z-index:1; }
.award-stage-center span { font-size:18px; letter-spacing:.18em; color:#6d7b87; font-weight:700; margin-left:.18em; }
.award-sphere-item { position:absolute; left:50%; top:50%; width:152px; height:116px; margin:0; padding:0; border:0; background:transparent; transform-origin:center; will-change:transform,opacity; transition:filter .2s ease; outline:none; }
.award-sphere-item:hover .award-sphere-thumb,
.award-sphere-item:focus-visible .award-sphere-thumb { box-shadow:0 18px 38px rgba(18,42,62,.22); border-color:#8bb9d2; }
.award-sphere-item:focus-visible .award-sphere-thumb { outline:3px solid rgba(10,165,223,.23); outline-offset:3px; }
.award-sphere-item.is-selected .award-sphere-thumb { border-color:#0aa5df; box-shadow:0 20px 42px rgba(10,123,178,.24); }
.award-sphere-thumb { display:flex; align-items:center; justify-content:center; width:100%; height:100%; padding:7px; overflow:hidden; background:#fff; border:1px solid #e1e5e9; border-radius:6px; box-shadow:0 10px 25px rgba(28,42,54,.12); transition:border-color .2s ease,box-shadow .2s ease; }
.award-sphere-thumb img { width:100%; height:100%; object-fit:contain; object-position:center; display:block; background:#fff; pointer-events:none; }
.award-sphere-placeholder { display:flex; align-items:center; justify-content:center; width:100%; height:100%; background:#f0f2f4; color:#9aa2aa; font-size:12px; font-weight:700; letter-spacing:.12em; }
.award-stage-controls { min-height:44px; display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:14px; color:#7a838b; font-size:12px; letter-spacing:.03em; }
.award-control-icon { font-size:17px; vertical-align:-1px; }
.award-rotation-toggle { padding:8px 13px; border:1px solid #dfe4e8; background:#fff; color:#5d6871; border-radius:999px; font-size:12px; transition:all .2s ease; }
.award-rotation-toggle:hover { border-color:#aeb9c1; color:#26323c; }
.award-detail-panel { position:relative; background:#fff; border:1px solid #e5e8eb; box-shadow:0 18px 46px rgba(31,44,57,.09); min-height:510px; overflow:hidden; }
.award-detail-panel::before { content:""; position:absolute; width:4px; top:0; bottom:0; left:0; background:linear-gradient(180deg,#0aa5df,#1f4c69); }
.award-detail-image-wrap { position:relative; height:250px; margin:22px 22px 0 26px; background:#f6f7f8; overflow:hidden; display:flex; align-items:center; justify-content:center; border:1px solid #eceff1; }
.award-detail-image-wrap img { width:100%; height:100%; object-fit:contain; padding:12px; background:#fff; display:none; }
.award-detail-placeholder { display:flex; align-items:center; justify-content:center; width:100%; height:100%; color:#a2a8ae; font-weight:700; letter-spacing:.14em; }
.award-detail-copy { padding:22px 28px 28px 32px; }
.award-detail-year { display:none; padding:5px 10px; margin-bottom:13px; border-radius:999px; background:#edf5f9; color:#246580; font-size:12px; font-weight:700; }
.award-detail-kicker { margin-bottom:6px; text-transform:uppercase; letter-spacing:.14em; color:#9ba2a9; font-size:10px; font-weight:700; }
.award-detail-copy h2 { margin:0 0 17px; font-size:26px; line-height:1.3; font-weight:400; color:#222d36; }
.award-detail-issuer { display:none; padding:12px 0 15px; margin-bottom:12px; border-top:1px solid #edf0f2; border-bottom:1px solid #edf0f2; }
.award-detail-issuer span { display:block; margin-bottom:2px; color:#91989f; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.award-detail-issuer strong { color:#46525d; font-size:14px; font-weight:600; }
.award-detail-copy p { margin:0; color:#6b747c; font-size:14px; line-height:1.8; white-space:pre-line; }

@media (max-width: 991px) {
  .award-explorer { grid-template-columns:1fr; gap:24px; }
  .award-stage-shell { min-height:520px; }
  .award-detail-panel { min-height:0; display:grid; grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr); }
  .award-detail-panel::before { width:auto; height:4px; right:0; bottom:auto; }
  .award-detail-image-wrap { height:260px; margin:24px 0 24px 24px; }
  .award-detail-copy { padding:32px 26px; }
}

@media (max-width: 767px) {
  .award-intro-section { padding-bottom:28px; }
  .award-sphere-section { padding:18px 0 58px; }
  .award-stage-shell { min-height:430px; margin-left:-2px; margin-right:-2px; }
  .award-sphere-item { width:112px; height:88px; }
  .award-stage-center { width:66px; height:66px; }
  .award-stage-center span { font-size:14px; }
  .award-stage-grid { background-size:56px 56px; }
  .award-stage-controls { align-items:flex-start; flex-direction:column; gap:7px; }
  .award-detail-panel { display:block; }
  .award-detail-image-wrap { height:245px; margin:20px 20px 0 24px; }
  .award-detail-copy { padding:22px 24px 28px; }
  .award-detail-copy h2 { font-size:23px; }
}

@media (max-width: 430px) {
  .award-stage-shell { min-height:390px; }
  .award-sphere-item { width:94px; height:74px; }
  .award-stage-shell::before { width:80%; }
  .award-stage-shell::after { width:58%; }
}

@media (prefers-reduced-motion: reduce) {
  .award-sphere-item,
  .award-sphere-thumb { transition:none; }
}
