/*
 * OfficialOTT V7.3.14 Candidate
 * Sharp semantic reconstruction of the approved black/graphite/gold design.
 * The old screenshot stages remain packaged for rollback but are never displayed.
 */
html:has(body.officialott-master-page),
body.officialott-master-page{
 width:auto!important;
 min-width:0!important;
 height:auto!important;
 min-height:100%!important;
 overflow-x:hidden!important;
 overflow-y:auto!important;
 background:#04080c!important;
}
body.officialott-master-page .oott-reference-stage,
body.officialott-master-page .oott-mobile-reference-stage,
body.officialott-master-page .oott-reference-copy{display:none!important}
body.officialott-master-page .ott>.header,
body.officialott-master-page .ott>main,
body.officialott-master-page .ott>.footer,
body.officialott-master-page .ott>.sticky-trial{
 position:static!important;
 height:auto!important;
 overflow:visible!important;
 clip:auto!important;
 clip-path:none!important;
 white-space:normal!important;
 border:initial;
}
body.officialott-master-page .ott>.header{position:sticky!important;width:100%!important}
body.officialott-master-page .header-in,
body.officialott-master-page .footer .wrap{
 width:min(var(--max),calc(100% - 24px))!important;
 height:auto!important;
 margin-left:auto!important;
 margin-right:auto!important;
 overflow:visible!important;
 clip:auto!important;
 clip-path:none!important;
}
body.officialott-master-page .ott>main{
 width:min(var(--max),calc(100% - 24px))!important;
 margin:0 auto!important;
}
body.officialott-master-page .ott>.footer{width:auto!important}
body.officialott-master-page .ott>.sticky-trial{position:fixed!important}
body.officialott-master-page .ott{display:block!important;filter:none!important}
body.officialott-master-page .wrap{max-width:1536px}
body.officialott-master-page .panel{
 border-color:rgba(217,173,81,.56);
 background:linear-gradient(155deg,rgba(14,24,34,.98),rgba(4,9,14,.99));
 box-shadow:inset 0 1px rgba(255,240,189,.045),0 10px 28px rgba(0,0,0,.34);
}
body.officialott-master-page .brand img,
body.officialott-master-page .footer-brand img{
 image-rendering:auto;
 filter:none;
 transform:none;
}
body.officialott-master-page .hero-tv img{
 object-fit:contain;
 image-rendering:auto;
 filter:none;
 transform:none;
}
.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.video-tile{
 min-height:67px;padding:8px;border:1px solid var(--soft);border-radius:8px;
 background:linear-gradient(145deg,#182a39,#070c11);display:grid;grid-template-columns:30px 1fr;
 gap:7px;align-items:center;color:#fff;text-decoration:none;
}
.video-tile .play{width:29px;height:29px;font-size:.68rem}
.video-tile b{font-size:.68rem;line-height:1.15}
.video-tile small{display:block;margin-top:3px;color:var(--muted);font-size:.56rem}
.article-list{display:grid;gap:7px}
.article-card{
 display:grid;grid-template-columns:38px 1fr;gap:8px;align-items:center;padding:7px;
 border:1px solid var(--soft);border-radius:8px;background:#0b151f;text-decoration:none;
}
.article-card .thumb{width:38px;height:38px}
.article-card b{font-size:.68rem;line-height:1.15}
.canada-map{
 position:relative;height:148px;overflow:hidden;border:1px solid var(--soft);border-radius:8px;
 background:radial-gradient(ellipse at 48% 46%,rgba(217,173,81,.21),transparent 43%),linear-gradient(145deg,#101d28,#050a0f);
}
.canada-map::before{
 content:"";position:absolute;inset:20% 9% 18%;border:2px solid rgba(217,173,81,.62);
 border-radius:48% 35% 44% 32% / 38% 48% 35% 45%;
 transform:rotate(-4deg);box-shadow:0 0 22px rgba(217,173,81,.13);
}
.maple-mark{position:absolute;left:47%;top:42%;color:var(--gold2);font-size:1.5rem}
.city{position:absolute;font-size:.56rem;color:#fff;padding-left:11px;white-space:nowrap}
.city::before{content:"";position:absolute;left:0;top:.3em;width:6px;height:6px;border-radius:50%;background:var(--gold2);box-shadow:0 0 9px var(--gold)}
.city-vancouver{left:9%;top:56%}.city-calgary{left:29%;top:50%}.city-toronto{left:60%;top:64%}.city-montreal{left:72%;top:50%}
.verified-review{
 min-height:148px;padding:13px;border:1px solid var(--soft);border-radius:8px;
 background:linear-gradient(145deg,rgba(217,173,81,.08),rgba(5,10,15,.65));
 display:flex;flex-direction:column;justify-content:center;gap:8px;
}
.verified-review b{color:var(--gold2)}.verified-review p{margin:0;color:var(--muted);font-size:.67rem}
.verified-review a{font-weight:800;font-size:.65rem}
@media(max-width:1249px){
 body.officialott-master-page .main-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
 body.officialott-master-page .header-in{grid-template-columns:minmax(0,1fr) auto}
 body.officialott-master-page .brand img{width:min(210px,62vw)}
 body.officialott-master-page .hero-copy h1{font-size:clamp(2.25rem,11vw,3.35rem)}
 body.officialott-master-page .main-grid{grid-template-columns:1fr}
 body.officialott-master-page .box{min-height:auto}
 .video-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:420px){.video-grid{grid-template-columns:1fr}}
