body{font-family:'Jost',sans-serif;margin:0;padding:20px 0;box-sizing:border-box;background-color:#191a1d;color:#e0e0e0}header,footer{background-color:#191a1d;color:#e0e0e0;padding:10px 20px}header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap}header .logo{text-align:left}header nav{text-align:right;flex-grow:1}header nav ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-end}header nav ul li{margin-left:10px}header nav ul li:first-child{margin-left:0}header .logo a{font-family:'Jost',sans-serif;font-size:1.5em;font-weight:700;color:#e0e0e0;text-decoration:none}header nav a,footer a{color:#e0e0e0;margin:0 10px;text-decoration:none;font-weight:700;position:relative;transition:color 0.3s ease-in-out}header nav a::after,footer a::after{content:'';position:absolute;width:0;height:2px;display:block;margin-top:5px;right:0;background:#ffd300;transition:width 0.3s ease-in-out}header nav a:hover::after,footer a:hover::after{width:100%;left:0;background:#ffd300}header nav a:hover,footer a:hover{color:#ffd300}#main{padding:20px;max-width:1200px;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:'Jost',sans-serif;color:#fff;font-weight:700}h1{font-size:3.5em;margin-bottom:20px}h2{font-size:2em;margin-bottom:18px}h3{font-size:1.75em;margin-bottom:16px}h4{font-size:1.5em;margin-bottom:14px}h5{font-size:1.25em;margin-bottom:12px}h6{font-size:1em;margin-bottom:10px}p{font-size:1em;line-height:1.6;margin-bottom:20px;color:#e0e0e0}.intro-text{font-size:1.5em;margin-bottom:40px}.intro-text a{color:#e0e0e0;text-decoration:none;position:relative;transition:color 0.3s ease-in-out}.intro-text a::after{content:'';position:absolute;width:100%;height:1px;display:block;margin-top:1px;right:0;background:#fff;transition:width 0.3s ease-in-out}.intro-text a:hover::after{width:100%;left:0;background:#ffd300}.intro-text a:hover{color:#ffd300}.category-section{margin-bottom:60px}.category-section h2{font-size:2.5em;margin-bottom:10px}.category-section p{font-size:1.2em;margin-bottom:20px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gallery-item{position:relative;width:100%;height:auto;overflow:hidden}.gallery-item img,.gallery-item video{width:100%;display:block}.gallery-item.double-width{grid-column:span 2}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000}.video-wrapper iframe,.video-wrapper object,.video-wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%}.caption{margin-top:10px;font-style:italic;color:#ccc}footer{display:flex;justify-content:space-between;align-items:center;padding:20px;max-width:1200px;margin:0 auto;flex-wrap:wrap}footer .footer-left{text-align:left}footer .footer-right{text-align:left}footer .footer-right ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-start}footer .footer-right ul li{margin-left:10px}footer .footer-right ul li:first-child{margin-left:0}@media (max-width:1200px){#main,footer{padding:20px}}@media (max-width:768px){html{margin-top:0px!important}h1{font-size:2em;margin-bottom:20px}h2{font-size:1.5em;margin-bottom:18px}.category-section h2{font-size:2em;margin-bottom:20px}.gallery{grid-template-columns:1fr}.gallery-item.double-width{grid-column:span 1}header,footer{align-items:flex-start}header nav ul,footer .footer-right ul{justify-content:flex-start;margin-top:10px}header nav ul li,footer .footer-right ul li{margin-left:5px}header nav ul li a,footer .footer-right ul li a{margin:0 10px}header nav ul li a:first-child,footer .footer-right ul li a:first-child{margin-left:0}}.main-media{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity 0.3s ease-in-out;display:block}.second-media{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 0.3s ease-in-out}@media (min-width:769px){.gallery-item.has-second-media:hover .main-media{opacity:0}.gallery-item.has-second-media:hover .second-media{opacity:1}}.gallery-item.has-second-media:after{content:'Tap to view';position:absolute;bottom:10px;right:10px;background:rgb(0 0 0 / .5);color:#fff;padding:5px 10px;font-size:12px;border-radius:5px;display:none;z-index:3}@media (max-width:768px){.gallery-item.has-second-media:after{display:block}}