.honour-page{background:var(--obsidian);color:var(--white);overflow-x:hidden}.hn-shell{position:relative;width:min(1480px,calc(100% - 80px));margin:0 auto}.hn-kicker{display:inline-flex;align-items:center;gap:12px;color:var(--gold);font-family:var(--font-heading);font-size:9px;font-weight:600;letter-spacing:.23em;text-transform:uppercase}.hn-kicker::before{content:"";width:24px;height:1px;background:var(--gold)}.hn-accent{color:var(--gold)}.hn-hero{position:relative;min-height:92vh;display:flex;align-items:center;padding:140px 0 90px;overflow:hidden;background:radial-gradient(ellipse at 75% 40%,rgba(212,175,55,0.07) 0%,transparent 55%),radial-gradient(ellipse at 15% 85%,rgba(212,175,55,0.04) 0%,transparent 50%),var(--obsidian)}.hn-hero__grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(212,175,55,0.03) 1px,transparent 1px),linear-gradient(90deg,rgba(212,175,55,0.03) 1px,transparent 1px);background-size:80px 80px;-webkit-mask-image:radial-gradient(ellipse at 70% 45%,#000 15%,transparent 75%);mask-image:radial-gradient(ellipse at 70% 45%,#000 15%,transparent 75%)}.hn-hero__glow{position:absolute;top:50%;right:-15%;width:900px;height:900px;background:radial-gradient(circle,rgba(212,175,55,0.08) 0%,transparent 70%);transform:translateY(-50%);pointer-events:none}.hn-hero .hn-shell{display:grid;grid-template-columns:minmax(380px,480px) 1fr;gap:40px 70px;align-items:center;position:relative;z-index:5}.hn-hero__copy{max-width:480px}.hn-kicker{color:var(--gold);font-family:var(--font-heading);font-size:10px;letter-spacing:0.25em;text-transform:uppercase;margin-bottom:22px}.hn-hero h1{margin:0;font-family:var(--font-heading);font-size:clamp(42px,5vw,72px);font-weight:700;letter-spacing:-0.03em;line-height:1.02;color:var(--white)}.hn-hero h1 em{font-style:normal;color:var(--gold)}.hn-rule{width:70px;height:1px;background:linear-gradient(90deg,var(--gold),transparent);margin:28px 0}.hn-lead{color:var(--gray);font-family:var(--font-body);font-size:15px;line-height:1.75;margin:0}.hn-hero__object{position:relative}.hn-passport{position:relative;max-width:720px;margin:0 auto;border-radius:18px;transform-style:preserve-3d;transition:transform 0.4s ease-out;will-change:transform;box-shadow:0 40px 90px rgba(0,0,0,0.6),0 0 60px rgba(212,175,55,0.07)}.hn-passport img{display:block;width:100%;border-radius:18px}.hn-passport__scan{position:absolute;inset:0;border-radius:inherit;overflow:hidden;pointer-events:none;z-index:2}.hn-passport__scan::after{content:'';position:absolute;left:0;right:0;top:-25%;height:18%;background:linear-gradient(180deg,transparent,rgba(231,201,110,0.09),transparent);animation:hnScan 7s linear infinite}@keyframes hnScan{0%{top:-25%} 55%,100%{top:125%}}.hn-passport__glare{position:absolute;inset:0;border-radius:inherit;opacity:0;transition:opacity 0.4s ease;pointer-events:none;z-index:3}.hn-spot{position:absolute;left:var(--x);top:var(--y);width:0;height:0;padding:0;border:0;background:none;cursor:pointer;z-index:4}.hn-spot__dot{position:absolute;left:-7px;top:-7px;width:14px;height:14px;border-radius:50%;border:1px solid var(--gold);background:rgba(212,175,55,0.15);transition:background 0.3s ease,box-shadow 0.3s ease}.hn-spot__dot::after{content:'';position:absolute;left:50%;top:50%;width:4px;height:4px;margin:-2px 0 0 -2px;border-radius:50%;background:var(--gold)}.hn-spot.is-active .hn-spot__dot,.hn-spot:hover .hn-spot__dot,.hn-spot:focus-visible .hn-spot__dot{background:rgba(212,175,55,0.35);animation:hnSpotPulse 1.8s ease-out infinite}@keyframes hnSpotPulse{0%{box-shadow:0 0 0 0 rgba(212,175,55,0.45)} 100%{box-shadow:0 0 0 16px rgba(212,175,55,0)}}.hn-spot__line{position:absolute;top:-0.5px;width:36px;height:1px;background:linear-gradient(90deg,var(--gold),rgba(212,175,55,0.2));transform:scaleX(0);transition:transform 0.45s cubic-bezier(0.22,1,0.36,1)}.hn-spot--right .hn-spot__line{left:10px;transform-origin:left center}.hn-spot--left .hn-spot__line{right:10px;transform-origin:right center;background:linear-gradient(270deg,var(--gold),rgba(212,175,55,0.2))}.hn-spot__label{position:absolute;top:-18px;max-width:210px;width:max-content;padding:9px 12px;background:rgba(5,5,7,0.85);border:1px solid rgba(212,175,55,0.3);border-radius:3px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 12px 30px rgba(0,0,0,0.5);opacity:0;pointer-events:none;transition:opacity 0.35s ease 0.08s,transform 0.35s cubic-bezier(0.22,1,0.36,1) 0.08s}.hn-spot--right .hn-spot__label{left:50px;transform:translateX(10px);text-align:left}.hn-spot--left .hn-spot__label{right:50px;transform:translateX(-10px);text-align:right}.hn-spot__label b{display:block;font-family:var(--font-heading);font-size:10px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);margin-bottom:3px}.hn-spot__label small{display:block;font-family:var(--font-body);font-size:10px;line-height:1.45;color:var(--gray)}.hn-spot.is-active .hn-spot__line,.hn-spot:hover .hn-spot__line,.hn-spot:focus-visible .hn-spot__line{transform:scaleX(1)}.hn-spot.is-active .hn-spot__label,.hn-spot:hover .hn-spot__label,.hn-spot:focus-visible .hn-spot__label{opacity:1;transform:translateX(0)}.hn-caption{margin-top:18px;text-align:center;color:var(--gray-dark);font-family:var(--font-heading);font-size:9px;letter-spacing:0.2em}.hn-hero__status{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:14px 40px;border-top:1px solid rgba(255,255,255,0.06);font-family:var(--font-body);font-size:10px;letter-spacing:0.15em;color:var(--gray-dark);z-index:6}.hn-hero__status-left{display:flex;align-items:center;gap:8px}.hn-status-dot{width:5px;height:5px;border-radius:50%;background:#4ADE80;box-shadow:0 0 8px rgba(74,222,128,0.6);animation:hnStatusPulse 2s ease-in-out infinite}@keyframes hnStatusPulse{0%,100%{opacity:1} 50%{opacity:0.4}}@media (max-width:1100px){.hn-hero .hn-shell{grid-template-columns:1fr;gap:50px} .hn-passport{max-width:640px}}@media (max-width:760px){.hn-hero{padding:120px 0 70px;min-height:auto} .hn-passport{max-width:520px} .hn-spot__label{max-width:160px} .hn-hero__status{position:relative;flex-direction:column;gap:8px;padding:14px 0;text-align:center;border-top:none}}@media (prefers-reduced-motion:reduce){.hn-passport{transition:none} .hn-passport__scan{display:none} .hn-spot__dot,.hn-status-dot{animation:none !important} .hn-spot__line,.hn-spot__label{transition:none}}.hn-section{position:relative;padding:140px 0;border-top:1px solid rgba(255,255,255,.06)}.hn-two{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.hn-section h2{margin:22px 0 0;font-family:var(--font-heading);font-size:clamp(38px,4.5vw,66px);font-weight:500;line-height:1.05;letter-spacing:-.05em}.hn-quote{margin-top:50px;border-top:1px solid var(--border);padding-top:20px;font-style:italic;color:var(--gray);font-size:17px;line-height:1.6}.hn-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:70px}.hn-section-head .hn-lead{margin:0;max-width:420px}.hn-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07)}.hn-card{position:relative;display:flex;flex-direction:column;min-height:620px;padding:24px;background:var(--obsidian);transition:background .4s ease}.hn-card:hover{background:#0d0d0c}.hn-card__top{display:flex;justify-content:space-between;color:var(--gray-dark);font-family:var(--font-heading);font-size:8px;letter-spacing:.16em}.hn-card__top b{color:var(--gold);font-weight:500}.hn-card__visual{position:relative;height:400px;display:grid;place-items:center;margin:14px 0 18px}.hn-card__visual::before{content:"";position:absolute;width:270px;height:270px;border:1px solid rgba(212,175,55,.12);border-radius:50%}.hn-card__visual img{position:relative;z-index:2;max-height:350px;max-width:86%;width:auto;object-fit:contain;filter:drop-shadow(0 30px 45px rgba(0,0,0,.7));transition:transform .7s ease}.hn-card:hover .hn-card__visual img{transform:translateY(-8px) scale(1.02)}.hn-card h3{margin:0 0 8px;font-family:var(--font-heading);font-size:26px;font-weight:500;letter-spacing:-.04em}.hn-sub{margin-bottom:12px;color:var(--gold);font-family:var(--font-heading);font-size:8px;letter-spacing:.17em;text-transform:uppercase}.hn-card p{margin:0;max-width:350px;color:var(--gray);font-size:12px;line-height:1.65}.hn-foot{margin-top:auto;padding-top:13px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;color:var(--gray-dark);font-family:var(--font-heading);font-size:8px;letter-spacing:.16em}.hn-specs{margin-top:44px;border-top:1px solid rgba(255,255,255,.07)}.hn-spec{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:11px;color:#bbb7ae}.hn-spec label{color:var(--gray-dark);font-family:var(--font-heading);font-size:8px;letter-spacing:.14em;text-transform:uppercase}.hn-stage{position:relative;min-height:700px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.07);background:radial-gradient(circle,rgba(212,175,55,.07),transparent 32%),#0a0a09;overflow:hidden}.hn-stage::before,.hn-stage::after{content:"";position:absolute;border:1px solid rgba(212,175,55,.12);border-radius:50%;aspect-ratio:1}.hn-stage::before{width:75%}.hn-stage::after{width:48%}.hn-stage img{position:relative;z-index:2;max-height:560px;max-width:85%;width:auto;object-fit:contain;filter:drop-shadow(0 45px 65px rgba(0,0,0,.75))}.hn-spread{margin-top:70px;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07)}.hn-spread__panel{position:relative;min-height:620px;display:grid;place-items:center;padding:40px;background:#0a0a09}.hn-spread__panel img{max-height:500px;max-width:90%;width:auto;object-fit:contain;filter:drop-shadow(0 35px 55px rgba(0,0,0,.7))}.hn-panel-label{position:absolute;left:23px;bottom:20px;color:var(--gray-dark);font-family:var(--font-heading);font-size:8px;letter-spacing:.15em}.hn-medal-stage,.hn-cup-stage{position:relative;min-height:700px;display:grid;place-items:center}.hn-medal-stage::before,.hn-cup-stage::before{content:"";position:absolute;width:550px;height:550px;border:1px solid rgba(212,175,55,.12);border-radius:50%;background:radial-gradient(circle,rgba(212,175,55,.09),transparent 62%)}.hn-medal-stage img,.hn-cup-stage img{position:relative;z-index:2;max-height:560px;max-width:80%;width:auto;object-fit:contain;filter:drop-shadow(0 45px 70px rgba(0,0,0,.75))}.hn-note{margin-top:50px;border-left:1px solid var(--gold);padding-left:20px;font-style:italic;color:var(--gray);font-size:16px;line-height:1.6}.hn-final{position:relative;min-height:75vh;display:grid;place-items:center;text-align:center;border-top:1px solid rgba(255,255,255,.06);overflow:hidden}.hn-final::before{content:"";position:absolute;width:700px;height:700px;border:1px solid rgba(212,175,55,.10);border-radius:50%}.hn-final__in{position:relative;z-index:2}.hn-final h2{margin:26px 0 0;font-family:var(--font-heading);font-size:clamp(44px,6vw,90px);font-weight:500;line-height:1;letter-spacing:-.06em}.hn-final h2 em{display:block;font-style:normal;color:var(--gold)}.hn-final .hn-lead{margin:22px auto 0;max-width:520px}.hn-button{display:inline-block;margin-top:34px;padding:15px 22px;border:1px solid var(--border);border-radius:2px;color:var(--gold);font-family:var(--font-heading);font-size:9px;letter-spacing:.17em;text-transform:uppercase;transition:var(--transition)}.hn-button:hover{border-color:var(--gold);background:rgba(212,175,55,.08);transform:translateY(-2px)}@media (max-width:1100px){.hn-hero .hn-shell{grid-template-columns:1fr;gap:40px} .hn-hero__object{min-height:560px;order:-1} .hn-two{grid-template-columns:1fr;gap:60px} .hn-cards{grid-template-columns:1fr} .hn-card{min-height:560px} .hn-section-head{flex-direction:column;align-items:flex-start;gap:24px} .hn-spread{grid-template-columns:1fr}}@media (max-width:640px){.hn-shell{width:calc(100% - 36px)} .hn-hero{padding:120px 0 60px} .hn-hero__object{min-height:430px} .hn-hero__object::before{width:300px;height:300px} .hn-hero__object img{max-height:350px} .hn-section{padding:100px 0} .hn-stage,.hn-medal-stage,.hn-cup-stage{min-height:470px} .hn-stage img{max-height:380px} .hn-medal-stage img,.hn-cup-stage img{max-height:390px} .hn-spread__panel{min-height:470px} .hn-spread__panel img{max-height:360px}}@media (prefers-reduced-motion:reduce){.hn-hero__object img{animation:none} .hn-card,.hn-button,.hn-card__visual img{transition:none}}@media (min-width:601px){.hero-object img{max-height:400px;max-width:45%} .hero-object::before{width:375px} .visual img{max-height:298px;max-width:70%} .visual::before{width:230px} .stage img{max-height:400px;max-width:45%} .spread img{max-height:400px;max-width:45%} .medal-stage img{max-height:450px;max-width:60%} .medal-stage::before{width:470px} .cup-stage img{max-height:400px;max-width:75%} .cup-stage::before{width:60%}}}