@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{line-height:1;color:#333;font-family:Arial,sans-serif;-webkit-font-smoothing:antialiased}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,video{max-width:100%;height:auto;display:block}button{background:none;border:none;cursor:pointer;padding:0}a{text-decoration:none;color:inherit}.navbar{position:fixed;top:0;width:100%;height:90px;padding:0 8rem;display:flex;align-items:center;justify-content:space-between;z-index:1000;background:transparent;transition:background .4s ease,box-shadow .4s ease}.navbar--scrolled{background:#0e0e0ef5;box-shadow:0 2px 20px #00000073}.navbar__logo img{max-height:68px;width:auto}.navbar__links{display:flex;gap:2rem}.navbar__links a{color:var(--color-text);font-size:.95rem;opacity:.85;font-weight:700}.navbar__links a:hover{opacity:1}.navbar--scrolled a{color:#fff}.navbar--scrolled a:hover{opacity:1}.navbar__toggle{display:none;background:none;border:none;cursor:pointer;z-index:1100}.navbar__toggle span{display:block;width:26px;height:2px;margin:6px 0;background:var(--color-text);transition:all .3s ease}.navbar__toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar__toggle.open span:nth-child(2){opacity:0}.navbar__toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;width:100%;background:var(--color-bg);opacity:.8;display:flex;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);transition:transform .4s ease;z-index:999}.mobile-menu a{font-size:1.2rem;color:var(--color-text)}.mobile-menu.open{transform:translateY(0)}@media(max-width:1024px){.navbar{padding:0 2rem}.navbar__links{display:none}.navbar__toggle{display:block}}.footer{padding:3rem;text-align:center;background:#0b0b0b;border-top:1px solid rgba(255,255,255,.05)}.footer p{font-size:.85rem;opacity:.7;margin-bottom:1rem;color:#f2f2f2}.footer__links{display:flex;justify-content:center;gap:1.5rem}.footer__links a{font-size:.85rem;opacity:.7;color:#f2f2f2}.footer__links a:hover{opacity:1}.home-hero{position:relative;height:60vh;width:100%;overflow:hidden}.home-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000040,#0000008c 65%,#000000bf)}.home-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 1.5rem;max-width:1200px;margin:0 auto;color:#fff}.home-hero__content h1{font-size:clamp(2.5rem,6vw,4.5rem);letter-spacing:-.02em;margin-bottom:1rem;color:var(--light-yellow);font-family:Montserrat,sans-serif}.home-hero__content p{max-width:560px;font-size:clamp(1rem,2.5vw,1.25rem);opacity:.9;margin-bottom:2rem}.home-hero__cta{display:inline-block;width:fit-content;padding:.85rem 1.75rem;background:var(--color-accent);color:#000;font-weight:600;border-radius:999px;transition:transform .3s ease,box-shadow .3s ease}.home-hero__cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000059}@media(max-width:768px){.home-hero__content{justify-content:flex-end;padding-bottom:4rem}}.skeleton-video{aspect-ratio:16/9;border-radius:14px;background:linear-gradient(90deg,#1a1a1a 25%,#222 37%,#1a1a1a 63%);animation:shimmer 1.4s infinite}.video-modal{position:fixed;inset:0;z-index:999}.video-modal__backdrop{position:absolute;inset:0;background:#000000d9}.video-modal__content{position:relative;max-width:960px;margin:10vh auto;background:#000;padding:1rem;border-radius:14px;z-index:1}.video-modal__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;z-index:99;background-color:#1a73e8;padding:6px;border-radius:8px}.video-modal__player{position:relative;padding-top:56.25%;margin-bottom:1rem}.video-modal__player iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.video-modal h3{font-size:1rem;font-weight:500;color:#fff}.video-modal--short .video-modal__content{max-width:420px;margin:3vh auto;padding:.75rem;border-radius:18px}.video-modal--short .video-modal__player{padding-top:177.78%;margin-bottom:.75rem}.video-modal--short h3{text-align:center;font-size:.95rem;opacity:.85}@media(max-width:480px){.video-modal--short .video-modal__content{max-width:92vw}}.video-modal__engagement{display:flex;justify-content:space-around;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.video-modal__engagement .cta-button{flex:1 1 30%;text-align:center;padding:.5rem .75rem;border-radius:8px;font-weight:600;font-size:.85rem;text-decoration:none;color:#fff;transition:background .2s ease,transform .2s ease}.video-modal__engagement .cta-button:hover{transform:translateY(-2px)}.video-modal__engagement .watch-youtube{background:red}.video-modal__engagement .subscribe-button{background:#fc0;color:#000}.video-modal__engagement .like-button{background:#1a73e8}.video-modal__player iframe{border-radius:12px}.featured{width:100%}.featured__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}.featured__card{position:relative;aspect-ratio:16/9;border-radius:18px;overflow:hidden;cursor:pointer;background:#111;box-shadow:0 18px 45px #00000059}.featured__card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease,opacity .8s ease}.featured__card:hover img{transform:scale(1.04);opacity:.92}.featured__overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000e6,#00000073 38%,#00000014 72%)}.featured__content{position:absolute;left:1.25rem;right:1.25rem;bottom:1rem;z-index:2}.featured__content h3{color:#fff;font-size:1.05rem;line-height:1.25;margin:0;max-width:95%}.featured__content span{display:block;margin-top:.35rem;color:#ffffffb3;font-size:.82rem}@media(max-width:1024px){.featured__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.featured__grid{grid-template-columns:1fr}.featured__content{left:1rem;right:1rem}.featured__content h3{font-size:1rem}}.destinations{width:100%}.destinations__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem;width:100%}.destinations__card{position:relative;height:320px;border-radius:14px;overflow:hidden;cursor:pointer}.destinations__card img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.destinations__card:hover img{transform:scale(1.1)}.destinations__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.25),transparent)}.destinations__content{position:absolute;bottom:1.25rem;left:1.25rem;z-index:2}.destinations__content h3{font-size:1.25rem;margin-bottom:.25rem}.destinations__content span{font-size:.85rem;opacity:.8}@media(max-width:1024px){.destinations__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.destinations__grid{grid-template-columns:1fr}.destinations__card{height:280px}}.destinations-filters{display:grid;grid-template-columns:2fr auto 1fr;gap:1rem;margin:2rem 0;align-items:center}.destinations-filters input,.destinations-filters select{padding:.8rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;font-size:.95rem}.destinations-filters input::placeholder{color:#fff9}@media(max-width:768px){.destinations-filters{grid-template-columns:1fr}}.region-chips{display:flex;gap:.5rem;overflow-x:auto;padding:.25rem 0}.region-chips::-webkit-scrollbar{display:none}.region-chips button{padding:.55rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fffc;font-size:.85rem;cursor:pointer;white-space:nowrap;transition:all .25s ease}.region-chips button:hover{background:#ffffff14}.region-chips button.active{background:#e6b36a;color:#0e0e0e;border-color:transparent;font-weight:600}.destinations-page{background:#0e0e0e;color:#f5f5f5}.destinations-header{text-align:center;max-width:700px;margin:0 auto 3rem}.destinations-header h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem}.destinations-header p{opacity:.75;font-size:1rem}.destinations-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.destinations-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.destinations-grid{grid-template-columns:repeat(4,1fr)}}.destination-card{position:relative;aspect-ratio:4/5;border-radius:16px;overflow:hidden;display:block;text-decoration:none;color:inherit}.destination-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.destination-card:hover img{transform:scale(1.05)}.destination-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent 60%)}.destination-card__content{position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem}.destination-card__content h3{margin:.25rem 0;font-size:1.25rem}.destination-card__content p{font-size:.85rem;opacity:.8}.destination-card__region{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;opacity:.75}.destination-details{width:100%;background:#0e0e0e;color:#f5f5f5}.destination-hero{position:relative;height:50vh;min-height:420px;background-size:cover;background-position:center;display:flex;align-items:flex-end}.destination-hero__overlay{width:100%;padding:3rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.4),transparent)}.destination-hero__overlay h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:.5rem}.destination-hero__overlay p{font-size:.95rem;opacity:.8;letter-spacing:.08em;text-transform:uppercase}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.destination-overview{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:4rem 0}.destination-overview__content h2{font-size:1.6rem;margin-bottom:1rem}.destination-overview__content p{line-height:1.7;opacity:.9;margin-bottom:2.5rem}.destination-overview__content h3{font-size:1.2rem;margin-bottom:1rem}.highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.highlights li{background:#ffffff0f;padding:.75rem 1rem;border-radius:10px;font-size:.9rem;list-style-type:none}.destination-map{width:100%;height:100%;min-height:320px;border-radius:18px;overflow:hidden;box-shadow:0 10px 40px #00000080}.destination-map iframe{width:100%;height:100%;border:none}.destination-related{background:#141414;padding:4rem 0}.destination-related__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.destination-related__grid h3{font-size:1.25rem;margin-bottom:1rem}.destination-related__grid ul{display:flex;flex-direction:column;gap:.75rem}.destination-related__grid ul a{color:#e6b36a;font-size:.95rem}.destination-related__grid ul a:hover{text-decoration:underline}.destination-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center}.destination-not-found h2{font-size:1.5rem;opacity:.8}@media(max-width:1024px){.destination-overview{grid-template-columns:1fr}}@media(max-width:640px){.destination-hero{height:60vh}.destination-related__grid,.highlights{grid-template-columns:1fr}}.nearby-destinations{margin-top:4rem;padding:0 1rem}.nearby-destinations h3{font-size:1.5rem;font-weight:600}.nearby-destinations__header{max-width:1200px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:space-between}.nearby-destinations__controls{display:none}.nearby-destinations__controls button{background:#ffffffe6;border:none;font-size:1.4rem;width:36px;height:36px;border-radius:50%;cursor:pointer;margin-left:.5rem;transition:transform .2s ease}.nearby-destinations__controls button:hover{transform:scale(1.1)}@media(min-width:768px){.nearby-destinations__controls{display:flex}}.nearby-destinations__carousel{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0 1.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.nearby-destinations__carousel::-webkit-scrollbar{display:none}.nearby-destinations__carousel .destination-card{flex:0 0 260px;scroll-snap-align:start;transition:transform .3s ease,box-shadow .3s ease}.nearby-destinations__carousel .destination-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.nearby-destinations{position:relative}.nearby-destinations:after,.nearby-destinations:before{content:"";position:absolute;top:0;bottom:0;width:40px;pointer-events:none}.nearby-destinations:before{left:0;background:linear-gradient(to right,#fff,transparent)}.nearby-destinations:after{right:0;background:linear-gradient(to left,#fff,transparent)}@media(min-width:1024px){.nearby-destinations:before{background:linear-gradient(to right,rgba(14,14,14,.95),transparent 20%)}.nearby-destinations:after{background:linear-gradient(to left,rgba(14,14,14,.95),transparent 20%)}}.admin-road-notes{max-width:1000px;margin:2rem auto;padding:1rem;color:#fff}.admin-road-notes .page-title{font-size:2rem;font-weight:700;color:#f0c040;margin-bottom:2rem}.admin-road-notes .note-editor{display:flex;flex-direction:column;gap:1rem;background:#1a1b1e;padding:1.5rem;border-radius:12px;box-shadow:0 6px 15px #00000080;margin-bottom:2rem}.admin-road-notes .note-editor .title-input{padding:.75rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #333;background:#111;color:#fff;outline:none}.admin-road-notes .note-editor .title-input:focus{border-color:#f0c040}.admin-road-notes .note-editor .quill-editor{border-radius:8px}.admin-road-notes .note-editor .quill-editor .ql-toolbar{background:#111;border-bottom:1px solid #333}.admin-road-notes .note-editor .quill-editor .ql-container{background:#111;color:#fff;min-height:200px;border:none}.admin-road-notes .note-editor .quill-editor .ql-editor{color:#fff;min-height:150px}.admin-road-notes .note-editor .quill-editor .ql-toolbar .ql-picker,.admin-road-notes .note-editor .quill-editor .ql-toolbar button{color:#fff}.admin-road-notes .note-editor .quill-editor .ql-toolbar button:hover,.admin-road-notes .note-editor .quill-editor .ql-toolbar .ql-picker-label:hover{color:#f0c040}.admin-road-notes .note-editor .video-selector{margin-top:1rem}.admin-road-notes .note-editor .video-selector .selected-videos{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.admin-road-notes .note-editor .video-selector .selected-videos .video-tag{background:#f0c040;color:#000;padding:.25rem .5rem;border-radius:6px;display:flex;align-items:center;gap:.25rem;font-size:.75rem}.admin-road-notes .note-editor .video-selector .selected-videos .video-tag button{border:none;background:transparent;cursor:pointer;font-weight:700}.admin-road-notes .note-editor .video-selector .video-search{width:100%;padding:.5rem .75rem;border-radius:6px;border:1px solid #333;background:#111;color:#fff;margin-bottom:.5rem;outline:none}.admin-road-notes .note-editor .video-selector .video-search:focus{border-color:#f0c040}.admin-road-notes .note-editor .video-selector .video-list-scroll{display:flex;flex-wrap:wrap;gap:.5rem;max-height:250px;overflow-y:auto;padding-right:.5rem}.admin-road-notes .note-editor .video-selector .video-list-scroll .video-item{flex:0 0 120px;display:flex;flex-direction:column;align-items:center;background:#111;border-radius:8px;border:1px solid #333;padding:.25rem;cursor:pointer;transition:all .2s ease}.admin-road-notes .note-editor .video-selector .video-list-scroll .video-item.selected{border-color:#f0c040;box-shadow:0 0 6px #f0c040}.admin-road-notes .note-editor .video-selector .video-list-scroll .video-item img{width:100%;border-radius:6px}.admin-road-notes .note-editor .video-selector .video-list-scroll .video-item span{font-size:.75rem;text-align:center;margin-top:.25rem;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.admin-road-notes .note-editor .editor-actions{display:flex;gap:1rem}.admin-road-notes .note-editor .editor-actions button.primary{background:#f0c040;color:#000;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;border:none;cursor:pointer}.admin-road-notes .note-editor .editor-actions button.primary:hover{transform:scale(1.05)}.admin-road-notes .note-editor .editor-actions button.ghost{background:transparent;color:#f0c040;border:1px solid #f0c040;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer}.admin-road-notes .note-editor .editor-actions button.ghost:hover{background:#f0c040;color:#000}.admin-road-notes .notes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.admin-road-notes .notes-list .note-card{background:#111;border-radius:12px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px #00000080}.admin-road-notes .notes-list .note-card .note-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.admin-road-notes .notes-list .note-card .note-info .note-date{font-size:.85rem;color:#aaa}.admin-road-notes .notes-list .note-card .note-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.admin-road-notes .notes-list .note-card .note-actions button.edit{background:#f0c040;color:#000;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.admin-road-notes .notes-list .note-card .note-actions button.delete{background:#ff4d4f;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.video-list-scroll{display:flex;flex-wrap:wrap;gap:.5rem;max-height:250px;overflow-y:auto;padding-right:.5rem}.video-list-scroll .video-item{display:flex;flex-direction:column;align-items:center;background:#111;border-radius:8px;border:1px solid #333;padding:.25rem;width:120px;cursor:pointer;transition:all .2s ease}.video-list-scroll .video-item.selected{border-color:#f0c040;box-shadow:0 0 6px #f0c040}.video-list-scroll .video-item img{width:100%;border-radius:6px}.video-list-scroll .video-item span{font-size:.75rem;text-align:center;margin-top:.25rem;color:#fff}.admin-gear{color:#fff}.admin-gear h1{color:#f0c040;margin-bottom:1.5rem}.gear-label{color:#fff;font-weight:600;font-size:16px;margin-bottom:10px}.mantine-Paper-root{background:#1a1b1e;border-radius:14px;padding:40px;box-shadow:0 8px 30px #0009}.mantine-TextInput-input,.mantine-Select-input{background:#111;border:1px solid #333;color:#fff;border-radius:8px}.mantine-TextInput-input:focus,.mantine-Select-input:focus{border-color:#f0c040}.ql-toolbar{background:#111;border:1px solid #333;border-radius:8px 8px 0 0}.ql-toolbar button,.ql-toolbar .ql-picker{color:#fff}.ql-toolbar button:hover,.ql-toolbar .ql-picker-label:hover{color:#f0c040}.ql-container{background:#111;border:1px solid #333;border-top:none;border-radius:0 0 8px 8px;min-height:180px}.ql-editor{color:#fff;line-height:1.6}.ql-editor h1,.ql-editor h2,.ql-editor h3{color:#f0c040}.ql-editor a{color:#e6b36a}.editor-actions{display:flex;gap:1rem;margin-top:.5rem}.editor-actions button{font-weight:600}.gear-list{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem}.gear-card{background:#111;border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 6px 18px #0000008c;transition:transform .25s ease,box-shadow .25s ease}.gear-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #000000b3}.gear-card img{width:100%;height:160px;object-fit:cover;border-radius:10px}.gear-card h4{font-size:1.1rem;font-weight:600;margin-top:.5rem}.gear-card .description{font-size:.9rem;color:#ccc;line-height:1.5;max-height:72px;overflow:hidden;position:relative}.gear-card .description:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30px;background:linear-gradient(to bottom,#1110,#111)}.gear-card p{font-size:.85rem;color:#aaa}.gear-card .actions{display:flex;justify-content:space-between;margin-top:auto;gap:.5rem}.gear-card .actions button{flex:1;border:none;border-radius:8px;padding:.45rem .75rem;font-size:.85rem;cursor:pointer;transition:all .2s ease}.gear-card .actions button:first-child{background:#f0c040;color:#000}.gear-card .actions button:first-child:hover{background:#ffd56a}.gear-card .actions button:last-child{background:#ff4d4f;color:#fff}.gear-card .actions button:last-child:hover{background:#ff6b6d}@media(max-width:768px){.gear-list{grid-template-columns:1fr}}.qr-stats{padding:3rem 1.5rem;color:#fff}.qr-stats__header{margin-bottom:2rem}.qr-stats__header h1{font-size:2.2rem;color:#e8dfbd;margin-bottom:.5rem}.qr-stats__header p{color:#ffffffa6}.qr-stats__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.qr-stat-card{background:#151515;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.5rem}.qr-stat-card h3{font-size:1rem;margin-bottom:1rem}.qr-stat-card__number{font-size:2.5rem;font-weight:700;color:#f0c040;margin-bottom:1rem}.qr-stat-card__rows{display:grid;gap:.35rem;color:#ffffffb3}.admin-layout{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#0f0f0f;color:#fff}.admin-sidebar{position:sticky;top:0;height:100vh;padding:1.5rem;background:#121212;border-right:1px solid rgba(255,255,255,.08)}.admin-sidebar__brand{margin-bottom:2rem}.admin-sidebar__brand h2{color:#e8dfbd;margin:0;font-size:1.4rem}.admin-sidebar__brand span{color:#ffffff8c;font-size:.85rem}.admin-nav{display:grid;gap:.5rem}.admin-nav__link{padding:.85rem 1rem;border-radius:12px;color:#ffffffb3;text-decoration:none;transition:.2s ease}.admin-nav__link:hover{background:#ffffff0f;color:#fff}.admin-nav__link.active{background:#f0c040;color:#111;font-weight:700}.admin-main{padding:2rem;min-width:0}.admin-topbar{margin-bottom:2rem}.admin-topbar h1{color:#e8dfbd;font-size:clamp(2rem,4vw,3rem);margin:0 0 .35rem}.admin-topbar p{color:#fff9;margin:0}@media(max-width:800px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;height:auto;padding:1rem}.admin-sidebar__brand{margin-bottom:1rem}.admin-nav{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.5rem}.admin-nav__link{white-space:nowrap;flex:0 0 auto}.admin-main{padding:1.25rem}}:root{--color-bg: #ffffff;--color-bg-alt: #f6f6f6;--color-text: #1a1a1a;--color-text-muted: #666;--light-yellow: #dbd5b6;--color-accent: #e6b450;--heading-font: font-family: "Montserrat", sans-serif;--heading-font2: font-family: "Oswald", sans-serif;--body-font: font-family: "Open Sans", sans-serif;--paragraph-font: font-family: "Lato", sans-serif}.road-notes-page{background:#0e0e0e;color:#f5f5f5;width:100%;min-height:100vh}.road-notes-page h4{color:#e6b36a}.road-notes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.road-notes-grid .road-note{background:#ffffff0d;border-radius:12px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.road-notes-grid .road-note h3{font-size:1.25rem;margin-bottom:.5rem}.road-notes-grid .road-note p{opacity:.85;line-height:1.6;font-size:.95rem}.road-notes-grid .road-note:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0003}.road-notes-video-row{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0 1.5rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.road-notes-video-row::-webkit-scrollbar{display:none}.road-notes-video-row .road-notes-video{flex:0 0 260px;scroll-snap-align:start;border-radius:12px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.road-notes-video-row .road-notes-video img{width:100%;height:160px;object-fit:cover;display:block}.road-notes-video-row .road-notes-video:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0003}@media(max-width:1024px){.road-notes-grid{grid-template-columns:repeat(2,1fr)}.road-notes-video-row .road-notes-video{flex:0 0 220px}}@media(max-width:640px){.road-notes-grid{grid-template-columns:1fr}.road-notes-video-row .road-notes-video{flex:0 0 180px}}.watch-page{padding:2rem 1.5rem;background:#0f0f0f;color:#fff;min-height:100vh}.watch-page .watch-search{margin-bottom:2rem}.watch-page .watch-search input{width:100%;padding:.75rem 1rem;border-radius:12px;border:none;font-size:1rem;outline:none;background:#111;color:#fff;transition:.2s;box-shadow:0 0 0 2px #333}.watch-page .watch-search input:focus{box-shadow:0 0 0 2px #f0c040}.watch-page .watch-section-title{font-size:1.5rem;font-weight:600;border-left:4px solid #f0c040;padding-left:.75rem}.watch-page .watch-section{margin-bottom:3rem}.watch-page .watch-section .watch-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.watch-page .watch-section .watch-section-header .scroll-arrows{display:flex;gap:.5rem}.watch-page .watch-section .watch-section-header .scroll-arrows button.arrow{background:#f0c040d9;border:none;padding:.25rem .5rem;border-radius:6px;cursor:pointer;font-weight:700}.watch-page .watch-section .watch-section-header .scroll-arrows button.arrow:hover{transform:scale(1.1)}.watch-page .watch-section .shorts-row{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.5rem}.watch-page .watch-section .shorts-row::-webkit-scrollbar{height:6px}.watch-page .watch-section .shorts-row::-webkit-scrollbar-thumb{background:#555;border-radius:3px}.watch-page .watch-section .shorts-row .short-card{position:relative;min-width:180px;flex:0 0 auto;border-radius:12px;overflow:hidden;cursor:pointer;background:#111;transition:transform .2s ease,box-shadow .2s ease}.watch-page .watch-section .shorts-row .short-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0009}.watch-page .watch-section .shorts-row .short-card img{width:100%;display:block;object-fit:cover;border-radius:12px}.watch-page .watch-section .shorts-row .short-card .short-badge{position:absolute;top:8px;left:8px;background:#f0c040;color:#000;font-weight:700;font-size:.7rem;padding:2px 6px;border-radius:4px;text-transform:uppercase}.watch-page .watch-section .watch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;margin-top:1.5rem}.watch-page .watch-section .watch-grid .watch-card{position:relative;border:0;padding:0;background:transparent;border-radius:18px;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 18px 45px #00000059}.watch-page .watch-section .watch-grid .watch-card:hover img{transform:scale(1.04);opacity:.92}.watch-page .watch-section .watch-grid .watch-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:18px;background:#111}.watch-page .watch-section .watch-grid .watch-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease,opacity .8s ease}.watch-page .watch-section .watch-grid .watch-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000e6,#00000073 38%,#00000014 72%)}.watch-page .watch-section .watch-grid .watch-card__content{position:absolute;left:1.1rem;right:1.1rem;bottom:.9rem;z-index:2}.watch-page .watch-section .watch-grid .watch-card__content h4{color:#fff;font-size:1rem;line-height:1.25;margin:0;max-width:95%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.watch-page .watch-section .watch-grid .watch-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.45rem;color:#ffffffc7;font-size:.82rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#333;border-radius:4px}::-webkit-scrollbar-track{background-color:#0f0f0f}.load-more{display:flex;justify-content:center;margin:3rem 0 1rem}.load-more button{padding:.75rem 2rem;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;cursor:pointer;transition:all .25s ease}.load-more button:hover{background:#ffffff14;border-color:#fff9}.load-more button:disabled{opacity:.4;cursor:default}.gear-page{background:#0e0e0e;color:#f5f5f5;width:100%;min-height:100vh}.gear-page .gear-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.gear-page .gear-card{background:#111;border-radius:12px;padding:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.gear-page .gear-card img{width:100%;border-radius:8px;object-fit:cover}.gear-page .gear-card h4{margin:.5rem 0 .25rem;font-size:1.1rem}.gear-page .gear-card p{margin:0;color:#ccc;font-size:.9rem}.gear-page .gear-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000080}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--body-font);line-height:1.6;font-family:Open Sans,sans-serif}main{min-height:100vh}a{color:inherit;text-decoration:none}.section{width:100%;padding:5rem 0;background:#0e0e0e;color:#f5f5f5}.section--destination-preview{background:#141414;color:#f5f5f5}.section__inner{max-width:1280px;margin:0 auto;padding:0 1.5rem}.section__header{margin-bottom:2.5rem}.section__header h2{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:.5rem;color:var(--light-yellow)}.section__header p{max-width:600px;opacity:.75}@media(max-width:640px){.section{padding:3.5rem 0}}
