@import url("https://db.onlinewebfonts.com/c/542bb456af90c620bc50b375166d10b4?family=LemonMilk");body{margin:0}.sir-johns-wrapper{--bg-main:#121212;--bg-alt:#1e1e1e;--text-main:#f5f5f5;--text-muted:#a0a0a0;--accent:#f2367b;--border-color:hsla(0,0%,100%,.1);--nav-bg:hsla(0,0%,7%,.85);--font-head:"Bricolage Grotesque",sans-serif;--font-body:"Bricolage Grotesque",sans-serif;--transition:all 0.4s cubic-bezier(0.25,1,0.5,1);background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-body);font-weight:200;line-height:1.5;scroll-behavior:smooth}.sir-johns-wrapper *,.sir-johns-wrapper :after,.sir-johns-wrapper :before{box-sizing:border-box}.sir-johns-wrapper h1,.sir-johns-wrapper h2,.sir-johns-wrapper h3,.sir-johns-wrapper h4,.sir-johns-wrapper h5{font-family:var(--font-head);font-weight:800;line-height:1.1;margin-top:0;text-transform:uppercase}.sir-johns-wrapper .card-desc p,.sir-johns-wrapper p{color:var(--text-muted);font-size:1.15rem;font-weight:200;line-height:1.6;margin-bottom:1rem}.sir-johns-wrapper .cite{color:var(--accent);font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.5px;opacity:.9;vertical-align:super}.sir-johns-wrapper .sj-nav{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--nav-bg);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;left:0;padding:1rem 5vw;position:fixed;top:0;width:100%;z-index:1000}.sir-johns-wrapper .logo{color:var(--text-main);font-family:LemonMilk,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:7px;text-decoration:none;z-index:1001}.sir-johns-wrapper .menu-toggle{background:none;border:none;color:var(--text-main);cursor:pointer;display:block;font-size:1.5rem;z-index:1001}.sir-johns-wrapper .nav-links{align-items:center;background:var(--bg-main);display:flex;flex-direction:column;gap:2.5rem;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateY(-100%);transition:transform .5s cubic-bezier(.77,0,.175,1);width:100%;z-index:1000}.sir-johns-wrapper .nav-links.active{transform:translateY(0)}.sir-johns-wrapper .nav-links a{align-items:center;color:var(--text-main);display:flex;font-family:var(--font-body);font-size:1.5rem;font-weight:600;gap:.8rem;letter-spacing:1px;position:relative;text-decoration:none;text-transform:uppercase}.sir-johns-wrapper .nav-links a:after{background-color:var(--accent);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:var(--transition);width:0}.sir-johns-wrapper .nav-links a:hover:after{width:100%}.sir-johns-wrapper .msa-logo{filter:brightness(0) invert(1);height:1.8rem}.sir-johns-wrapper .nav-order-btn{display:none}.sir-johns-wrapper .btn{border:2px solid var(--text-main);border-radius:100px;cursor:pointer;display:inline-block;font-family:var(--font-body);font-weight:600;letter-spacing:1px;padding:1rem 2rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:var(--transition)}.sir-johns-wrapper .btn-solid{background-color:var(--text-main);color:var(--bg-main)}.sir-johns-wrapper .btn-solid:hover{background-color:var(--accent);border-color:var(--accent);box-shadow:0 10px 20px rgba(242,54,123,.2);color:var(--text-main);transform:translateY(-3px)}.sir-johns-wrapper .btn-outline{background-color:transparent;color:var(--text-main)}.sir-johns-wrapper .btn-outline:hover{background-color:var(--text-main);color:var(--bg-main)}.sir-johns-wrapper #hero{align-items:center;display:flex;min-height:100vh;padding:8rem 5vw 4rem}.sir-johns-wrapper .hero-grid{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;width:100%}.sir-johns-wrapper .hero-text h2{color:var(--accent);font-size:1rem;font-weight:800;letter-spacing:2px;margin-bottom:1rem}.sir-johns-wrapper .hero-text h1{color:var(--text-main);font-size:clamp(2.5rem,8vw,6rem);letter-spacing:-2px;line-height:80%;margin-bottom:1.5rem}.sir-johns-wrapper .hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.sir-johns-wrapper .hero-image{border-radius:20px;height:50vh;overflow:hidden;width:100%}.sir-johns-wrapper .hero-image img{height:100%;object-fit:cover;width:100%}.sir-johns-wrapper .marquee{background-color:var(--accent);color:var(--text-main);margin:3rem 0;overflow:hidden;padding:1rem 0;position:relative;transform:rotate(-1.5deg) scale(1.05);white-space:nowrap;width:100%;z-index:10}.sir-johns-wrapper .marquee-content{animation:scrollText 20s linear infinite;display:inline-flex;font-family:var(--font-head);font-size:2rem;font-weight:800}.sir-johns-wrapper .marquee-content span{margin:0 1.5rem}@keyframes scrollText{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sir-johns-wrapper section{padding:4rem 5vw}.sir-johns-wrapper .section-title{font-size:clamp(2rem,6vw,4rem);margin-bottom:3rem;text-align:center}.sir-johns-wrapper .grid-3{display:grid;gap:2rem;grid-template-columns:1fr}.sir-johns-wrapper .feature-card{background:var(--bg-alt);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:var(--transition)}.sir-johns-wrapper .feature-card:hover{border-color:rgba(242,54,123,.3);box-shadow:0 10px 30px rgba(0,0,0,.5);transform:translateY(-5px)}.sir-johns-wrapper .feature-card img{border-radius:8px;height:200px;margin-bottom:1.5rem;object-fit:cover;width:100%}.sir-johns-wrapper #menu-cta{background-color:var(--bg-alt);border:1px solid var(--border-color);border-radius:20px;margin:2rem 5vw;padding:4rem 2rem;text-align:center}.sir-johns-wrapper .menu-wrapper h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem}.sir-johns-wrapper .split-section{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}.sir-johns-wrapper .split-image img{border-radius:20px;height:400px;object-fit:cover;width:100%}.sir-johns-wrapper .bullet-list{list-style:none;margin-top:2rem;padding:0}.sir-johns-wrapper .bullet-list li{align-items:center;border-bottom:1px solid var(--border-color);display:flex;font-family:var(--font-head);font-size:1.2rem;font-weight:800;gap:1rem;padding:1rem 0}.sir-johns-wrapper .bullet-list i{color:var(--accent)}.sir-johns-wrapper .reviews-grid{display:grid;gap:2rem;grid-template-columns:1fr}.sir-johns-wrapper .review-box{background:var(--bg-alt);border-radius:16px;border-top:4px solid var(--accent);padding:2.5rem}.sir-johns-wrapper .review-box p{font-style:italic;font-weight:200}.sir-johns-wrapper footer{background-color:#0a0a0a;border-top:1px solid var(--border-color);padding:5rem 5vw 2rem}.sir-johns-wrapper .footer-grid{display:grid;gap:3rem;grid-template-columns:1fr;margin-bottom:3rem}.sir-johns-wrapper .map-iframe{border:none;border-radius:16px;filter:invert(90%) hue-rotate(180deg) grayscale(20%) contrast(110%);height:350px;width:100%}.sir-johns-wrapper .fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.sir-johns-wrapper .fade-in.visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.sir-johns-wrapper .logo{font-size:1.8rem}.sir-johns-wrapper .menu-toggle{display:none}.sir-johns-wrapper .nav-links{background:transparent;flex-direction:row;gap:2.5rem;height:auto;position:static;transform:translateY(0);width:auto}.sir-johns-wrapper .nav-links a{font-size:.9rem}.sir-johns-wrapper .msa-link-text{display:none}.sir-johns-wrapper .msa-logo{height:1.2rem}.sir-johns-wrapper .nav-order-btn{display:inline-block}.sir-johns-wrapper .d-mobile-only{display:none!important}.sir-johns-wrapper .hero-buttons{flex-direction:row}.sir-johns-wrapper .grid-3,.sir-johns-wrapper .reviews-grid{grid-template-columns:repeat(3,1fr)}.sir-johns-wrapper .hero-grid{gap:4rem;grid-template-columns:1fr 1fr}.sir-johns-wrapper .hero-image{height:70vh}.sir-johns-wrapper .split-section{gap:5rem;grid-template-columns:1fr 1fr}.sir-johns-wrapper .split-image img{border-radius:200px 20px 200px 20px;height:600px}.sir-johns-wrapper .footer-grid{gap:4rem;grid-template-columns:1fr 1.5fr}.sir-johns-wrapper section{padding:6rem 5vw}}