@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap");.glasgow-landing{--purple:#6b2d8b;--purple-dark:#4a1d63;--purple-light:#8b4dab;--magenta:#c72881;--gold:gold;--teal:#00a89d;--blue:#1e3a8a;--white:#fff;--off-white:#f5f5f5;--dark:#1a1a2e;--text:#333;--text-light:#666;font-family:Inter,sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;position:relative}.glasgow-landing *,.glasgow-landing :after,.glasgow-landing :before{box-sizing:border-box}.glasgow-landing .top-bar{background:var(--dark);color:#ccc;font-size:12px;padding:6px 40px;display:flex;justify-content:flex-end;gap:20px}.glasgow-landing .top-bar a{color:#ccc;text-decoration:none;font-size:12px}.glasgow-landing .top-bar a:hover{color:var(--white)}.glasgow-landing nav{background:var(--white);padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:70px;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.08)}.glasgow-landing .nav-logo{display:flex;align-items:center;gap:12px}.glasgow-landing .nav-logo svg{width:48px;height:48px}.glasgow-landing .nav-logo span{font-family:Oswald,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;line-height:1.1;color:var(--purple)}.glasgow-landing .nav-links{display:flex;gap:28px;align-items:center}.glasgow-landing .nav-links a,.glasgow-landing .nav-links button{text-decoration:none;color:var(--text);font-weight:500;font-size:14px;text-transform:uppercase;letter-spacing:.5px;position:relative;padding:4px 0;background:none;border:none;cursor:pointer;font-family:inherit}.glasgow-landing .nav-links a:after,.glasgow-landing .nav-links button:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--purple);transition:width .3s}.glasgow-landing .nav-links a:hover:after,.glasgow-landing .nav-links button:hover:after{width:100%}.glasgow-landing .nav-cta{display:flex;gap:12px;align-items:center}.glasgow-landing .btn-tickets{background:var(--purple);color:var(--white);padding:10px 22px;border-radius:4px;font-weight:600;font-size:13px;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:background .3s}.glasgow-landing .btn-tickets:hover{background:var(--purple-dark)}.glasgow-landing .btn-shop{background:transparent;border:2px solid var(--purple);color:var(--purple);padding:8px 20px;border-radius:4px;font-weight:600;font-size:13px;text-decoration:none;text-transform:uppercase;letter-spacing:1px;transition:all .3s}.glasgow-landing .btn-shop:hover{background:var(--purple);color:var(--white)}.glasgow-landing .hero{position:relative;height:85vh;min-height:550px;background:linear-gradient(135deg,var(--purple-dark) 0,var(--purple) 40%,var(--magenta) 100%);overflow:hidden;display:flex;align-items:flex-end}.glasgow-landing .hero-bg-pattern{position:absolute;inset:0;opacity:.08;background-image:radial-gradient(circle at 20% 30%,var(--white) 1px,transparent 1px),radial-gradient(circle at 80% 70%,var(--white) 1px,transparent 1px),radial-gradient(circle at 50% 50%,var(--white) 2px,transparent 2px);background-size:60px 60px,80px 80px,100px 100px}.glasgow-landing .hero-shapes{position:absolute;inset:0;overflow:hidden}.glasgow-landing .hero-shapes .circle{position:absolute;border-radius:50%;border:2px solid hsla(0,0%,100%,.12)}.glasgow-landing .hero-shapes .circle:first-child{width:400px;height:400px;top:-100px;right:-50px}.glasgow-landing .hero-shapes .circle:nth-child(2){width:250px;height:250px;bottom:50px;right:200px;border-color:rgba(255,215,0,.15)}.glasgow-landing .hero-shapes .circle:nth-child(3){width:180px;height:180px;top:100px;left:10%;border-color:rgba(0,168,157,.2)}.glasgow-landing .hero-icon-grid{position:absolute;top:60px;right:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;opacity:.5}.glasgow-landing .hero-icon-grid .sport-icon{width:80px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:32px;backdrop-filter:blur(4px);background:hsla(0,0%,100%,.08)}.glasgow-landing .hero-content{position:relative;z-index:2;padding:60px;max-width:700px}.glasgow-landing .hero-tag{display:inline-block;background:hsla(0,0%,100%,.15);backdrop-filter:blur(8px);padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--white);margin-bottom:20px}.glasgow-landing .hero h1{font-family:Oswald,sans-serif;font-size:clamp(36px,6vw,64px);font-weight:700;color:var(--white);line-height:1.05;text-transform:uppercase;margin-bottom:16px}.glasgow-landing .hero h1 .accent{color:var(--gold);display:block}.glasgow-landing .hero p{font-size:17px;color:hsla(0,0%,100%,.85);line-height:1.6;max-width:500px;margin-bottom:30px}.glasgow-landing .hero-actions{display:flex;gap:16px;flex-wrap:wrap}.glasgow-landing .btn-hero{padding:14px 32px;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;border-radius:4px;transition:all .3s;display:inline-block;cursor:pointer}.glasgow-landing .btn-hero.primary{background:var(--white);color:var(--purple)}.glasgow-landing .btn-hero.primary:hover{background:var(--gold);color:var(--dark)}.glasgow-landing .btn-hero.secondary{border:2px solid var(--white);color:var(--white);background:transparent}.glasgow-landing .btn-hero.secondary:hover{background:hsla(0,0%,100%,.15)}.glasgow-landing .hero-countdown{position:absolute;bottom:0;right:0;background:var(--dark);padding:24px 40px;display:flex;gap:32px;z-index:3}.glasgow-landing .countdown-item{text-align:center;color:var(--white)}.glasgow-landing .countdown-item .num{font-family:Oswald,sans-serif;font-size:36px;font-weight:700;display:block;line-height:1}.glasgow-landing .countdown-item .label{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:hsla(0,0%,100%,.6);margin-top:4px}@media(max-width:1024px){.glasgow-landing .hero-icon-grid{display:none}}@media(max-width:768px){.glasgow-landing .top-bar{justify-content:center;padding:6px 12px;flex-wrap:wrap;gap:12px}.glasgow-landing nav{padding:0 16px;height:auto;min-height:60px;flex-wrap:wrap;justify-content:space-between;gap:12px}.glasgow-landing .nav-logo svg{width:36px;height:36px}.glasgow-landing .nav-logo span{font-size:11px}.glasgow-landing .nav-links{display:none}.glasgow-landing .nav-cta{width:100%;justify-content:center;padding-bottom:12px}.glasgow-landing .btn-shop,.glasgow-landing .btn-tickets{padding:6px 16px;font-size:12px}.glasgow-landing .hero{height:auto;min-height:500px;padding-bottom:120px}.glasgow-landing .hero-content{padding:30px 16px}.glasgow-landing .hero h1{font-size:32px}.glasgow-landing .hero p{font-size:14px}.glasgow-landing .hero-actions{justify-content:center}.glasgow-landing .btn-hero{width:100%;text-align:center}.glasgow-landing .hero-countdown{position:absolute;width:100%;justify-content:center;padding:16px;gap:16px}.glasgow-landing .countdown-item .num{font-size:24px}}