@import"https://fonts.googleapis.com/css2?family=Meow+Script&family=Oldenburg&family=Poppins:wght@400;600;700&display=swap";body{background-image:url(/brickwall-background-min.webp);background-attachment:fixed;background-size:cover;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:1200px;margin:0 auto;padding:4rem 2rem 2rem}.font-oldenburg{font-family:Oldenburg,cursive}.btn-primary{display:inline-block;padding:1rem 2.5rem;text-decoration:none;font-family:serif;font-weight:600;font-size:1rem;text-transform:uppercase;border-radius:25px;transition:all .3s ease;background-color:#b56576;color:#fff;border:none;cursor:pointer;min-width:150px;text-align:center}.btn-primary:hover{background-color:#a05269;transform:translateY(-2px)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.menu{grid-column:span 2;text-align:center}.menu-columns{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.menu-column{text-align:left}.menu-column h2{font-size:1.5em;font-weight:700;margin-bottom:1rem;color:#c94869;padding-bottom:.5rem}.menu-column ul{list-style:disc;padding-left:20px;margin:0}.menu-column li{font-size:1.1em;margin-bottom:.75rem}.card{background-color:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 16px #0000000d}.card h2{color:#030303;margin-bottom:1.5rem;font-size:1.8em;font-weight:700}.about-us a{color:#111;font-weight:600;text-decoration:none}.about-us a:hover{text-decoration:underline}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.info-column{display:flex;flex-direction:column;gap:1.5rem}.info-item h3{color:#4a2c2a;margin-bottom:.5rem;font-size:1.2em;font-weight:600}@media(max-width:768px){.container{padding:2rem 0 0}.content-grid{grid-template-columns:1fr}.about-us,.contact-info{grid-column:span 2}.header{flex-direction:column;text-align:center}.info-grid,.menu-columns{grid-template-columns:1fr}}.about-card{grid-column:span 2}.about-content{display:flex;align-items:center}.about-image{flex-basis:40%;padding-right:40px}.about-image img{width:100%;height:auto;border-radius:15px}.about-text{flex-basis:60%}.about-text h2{font-family:Oldenburg,cursive;font-size:3.2rem;font-weight:400;margin:0 0 20px;color:#945}.about-text p{font-size:1.2rem;line-height:1.7;margin:0 0 20px}.social-links{margin-top:20px}.social-links h3{font-size:1.5rem;font-weight:700;margin-bottom:10px}.social-links a{font-size:2rem;margin-right:15px;color:#333;transition:color .3s ease}.social-links a:hover{color:#945}@media(max-width:768px){.about-content{flex-direction:column}.about-image{flex-basis:auto;width:100%;padding-right:0;padding-bottom:20px}.about-image img{max-height:500px;object-fit:cover;object-position:50% 75%}.about-text{flex-basis:auto}.about-text h2{font-size:2.5rem}.about-text p{font-size:1.1rem}}.footer{background-color:#f8f8f8;padding:4rem 2rem;border-top:1px solid #e0e0e0}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.footer-column{flex:1;min-width:250px;margin:1rem}.footer-logo{max-width:200px;margin-bottom:1rem}.footer-column h3{color:#4a2c2a;margin-bottom:1rem}.footer-column p,.footer-column a{color:#4a2c2a;text-decoration:none}.footer-column a:hover{color:#d45d79}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:.5rem}.hours p{margin:.2rem 0}.social-links a{display:inline-block;margin:1rem 1rem 0 0;color:#4a2c2a;font-size:1.5em;transition:color .3s ease}.social-links a:hover{color:#d45d79}.footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0;font-size:.8em;color:#767676}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center}.footer-column{min-width:100%;margin:1rem 0;text-align:center}}.header-container{background-color:#ffe4e4;padding:1rem 0}.scallop{position:relative;background:#ffe4e4}.scallop:after{position:absolute;bottom:-50px;left:0;width:100%;content:" ";background:radial-gradient(circle at 50% 0%,#ffe4e4 25%,transparent 26%,transparent 40%);background-size:50px 100px;height:50px;background-repeat:repeat-x}.header{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;position:relative}.logo{max-width:300px}.logo-link{text-decoration:none}.tagline{font-size:1.2em;font-weight:600;color:#050505;text-align:center;flex:1}@media(max-width:768px){.header{flex-direction:row;justify-content:space-between;align-items:center;padding:0 1rem}.tagline{display:none}.navigation{position:static;top:auto;right:auto}}@media(min-width:769px)and (max-width:1024px){.header{padding:0 1.5rem}.tagline{font-size:1.1em}}.navigation{position:relative;z-index:1000}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger span{width:2rem;height:.25rem;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px;background-color:#666}.hamburger.active span:first-child{transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)}.nav-menu{display:flex;gap:1rem;align-items:center}.nav-item:hover{background-color:#a05269;transform:translateY(-2px)}.nav-item.active{background-color:#fff;color:#666}.mobile-close-btn,.mobile-logo{display:none}@media(max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background-color:#f8e8eb;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;transition:left .3s ease-in-out;z-index:5;padding-top:3rem}.nav-menu.open{left:0}.mobile-close-btn,.mobile-logo{display:block}.mobile-close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;color:#666;cursor:pointer;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:15}.mobile-close-btn:hover{background-color:#ffffff4d;color:#d9b8bf}.mobile-logo{margin-bottom:2rem}.mobile-logo-img{max-width:375px;height:auto}.nav-item{font-size:1.6rem;padding:1rem 2.5rem;width:220px;text-align:center}}@media(min-width:769px)and (max-width:1024px){.nav-item{padding:.6rem 1.2rem;font-size:.9rem}}.navigation.home-navigation{position:absolute;top:2rem;right:2rem;z-index:100}.navigation.home-navigation .hamburger span{background-color:#333}.home-sections-container{width:100%;background-size:300px;padding:0 40px 80px}.home-section-card{background:#fff;padding:1rem;border-radius:15px;box-shadow:0 4px 8px #0000001a;margin-bottom:40px}.home-section-card:nth-child(odd){transform:rotate(-2deg)}.home-section-card:nth-child(2n){transform:rotate(2deg)}.home-section{display:flex;align-items:center;justify-content:center;gap:0;max-width:900px;margin:0 auto;width:100%}.home-section.reverse{flex-direction:row-reverse}.section-image{flex:1;display:flex;justify-content:center;align-items:center}.rounded-image{width:100%;max-width:500px;height:500px;object-fit:cover}.home-section:not(.reverse) .rounded-image{border-radius:250px 0 0 250px}.home-section.reverse .rounded-image{border-radius:0 250px 250px 0}.section-content{flex:1;max-width:500px;color:#4a2c2a}.home-section:not(.reverse) .section-content{border-radius:0 15px 15px 0}.home-section.reverse .section-content{border-radius:15px 0 0 15px}.text-content-inner{padding:40px}.section-content h2{font-family:Oldenburg,cursive;font-size:3.2rem;font-weight:400;margin:0 0 20px}.section-content p{font-size:1.2rem;line-height:1.7;margin:0}@media(max-width:992px){.section-content h2{font-size:2.2rem}.section-content p{font-size:1.1rem}}@media(max-width:768px){.home-sections-container{padding:20px}.home-section-card,.home-section-card:nth-child(odd),.home-section-card:nth-child(2n){transform:none}.home-section,.home-section.reverse{flex-direction:column;text-align:center;gap:0}.section-image{position:relative;width:100%;padding-top:100%;flex:none}.rounded-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;max-width:100%}.home-section:not(.reverse) .rounded-image,.home-section.reverse .rounded-image{border-radius:0}.section-content{max-width:100%}.text-content-inner{padding:20px}}@media(max-width:480px){.section-content h2{font-size:2.2rem}.section-content p{font-size:1rem}}.menu-button{margin-top:1.5rem}.menu-button:hover{background-color:#a05269;transform:translateY(-2px)}.menu-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem;background-image:url(/brickwall-background-min.webp);background-attachment:fixed;background-size:300px;background-repeat:repeat;min-height:100vh}.page-title{font-family:Oldenburg,cursive;font-size:clamp(2.2rem,5vw,3.5rem);color:#4a2c2a;text-align:center;margin-bottom:2rem;font-weight:400}.section-title-standalone{font-family:Poppins,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);color:#4a2c2a;text-align:center;margin-bottom:.5rem;font-weight:700}.section-subtitle-standalone{font-family:Poppins,sans-serif;font-size:clamp(.95rem,2.5vw,1.1rem);color:#6b4c4a;text-align:center;margin-bottom:1.5rem;font-style:italic}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2.5rem}.photo-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.photo-card:hover{transform:translateY(-4px);box-shadow:0 6px 12px #00000026}.photo-wrapper{width:100%;height:200px;border-radius:8px;overflow:hidden;margin-bottom:1rem;background:#f0f0f0}.photo-wrapper img{width:100%;height:100%;object-fit:cover}.photo-card-content{text-align:center;display:flex;flex-direction:column;flex:1}.photo-card-name{font-family:Poppins,sans-serif;font-size:1.4rem;color:#333;margin-bottom:.5rem;min-height:3.5rem;display:flex;align-items:center;justify-content:center}.photo-card-price{font-size:1.3rem;color:#777;font-weight:600;margin-bottom:.5rem}.photo-card-description{font-size:.95rem;color:#555;line-height:1.6}.mixed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:2.5rem}.mixed-grid .photo-card,.mixed-grid .list-card{grid-column:span 1}.list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:2.5rem}.list-card{background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;border-left:4px solid #994455}.list-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.list-card-compact{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease;border-left:4px solid #994455}.list-card-compact:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.list-card-compact .list-card-content h4,.list-card-compact .list-card-price{font-size:1.1rem}.list-card-content{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;flex-wrap:wrap}.list-card-content h4{font-size:1.2rem;color:#333;font-weight:600;margin:0;line-height:1.3}.list-card-content p{font-size:.85rem;color:#666;font-style:italic;line-height:1.4;margin:0;flex-basis:100%}.list-card-price{font-size:1.2rem;color:#777;font-weight:600;white-space:nowrap;flex-shrink:0}.signature-showcase{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000026;margin:2.5rem 0;border:3px solid #ffe4e4;transition:transform .2s ease,box-shadow .2s ease}.signature-showcase:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.signature-showcase h3{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,4vw,2rem);color:#945;text-align:center;margin-bottom:.5rem}.signature-showcase .signature-subtitle{font-size:1rem;color:#666;text-align:center;margin-bottom:1.5rem;font-style:italic}.signature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.signature-card{background:#ffe4e4;border-radius:10px;padding:2rem;text-align:center;border:2px solid #994455;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 4px #00000014}.signature-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001f}.signature-card h4{font-family:Poppins,sans-serif;font-size:1.5rem;color:#945;margin-bottom:1rem}.signature-card p{color:#4a2c2a;line-height:1.6}.rewards-cta{background:#fff;border-radius:16px;padding:0;margin:3rem 0 2.5rem;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #f5e6e8}.rewards-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px #99445526}.rewards-cta:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,#945,#c95d6f,#945,#c95d6f,#945);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}.rewards-cta-content{display:grid;grid-template-columns:auto 1fr;gap:1rem;padding:2rem;align-items:center}.rewards-badge{width:100px;height:100px;background:linear-gradient(135deg,#945,#7a3544);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 12px #9944554d;position:relative;flex-shrink:0}.rewards-badge:before{content:"";position:absolute;inset:-6px;border-radius:50%;padding:2px;background:linear-gradient(45deg,#945,#c95d6f,#945);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;animation:rotate 4s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rewards-badge-icon{font-size:2.5rem;margin-bottom:.25rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.rewards-badge-text{font-family:Poppins,sans-serif;font-size:.7rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.rewards-text{padding-right:1rem}.rewards-cta h3{font-family:Poppins,sans-serif;font-size:clamp(1.5rem,3vw,1.85rem);color:#945;margin:0 0 .75rem;font-weight:700;line-height:1.2;display:flex;align-items:center;gap:.5rem}.rewards-cta h3:after{content:"✨";font-size:.8em;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0)}50%{opacity:.6;transform:scale(1.1) rotate(10deg)}}.rewards-cta p{font-size:clamp(.95rem,2vw,1.05rem);color:#5a4442;line-height:1.6;margin:0}.rewards-cta-footer{background:linear-gradient(to bottom,#fff,#faf7f8);padding:1rem 2rem;border-top:1px dashed #e8d5d8;text-align:center;font-size:.85rem;color:#8a6a68;font-style:italic}@media(max-width:768px){.rewards-cta-content{grid-template-columns:1fr;gap:1.5rem;text-align:center;padding:1.5rem}.rewards-badge{margin:0 auto}.rewards-text{padding-right:0}.rewards-cta h3{justify-content:center}.rewards-cta-footer{padding:.85rem 1.5rem}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(min-width:769px){.menu-container{padding-top:1rem}}@media(max-width:768px){.menu-container{padding:2rem 1rem}.photo-grid,.list-grid,.mixed-grid{grid-template-columns:1fr}.mixed-grid .photo-card,.mixed-grid .list-card,.mixed-grid .list-card-compact{grid-column:span 1}.photo-wrapper{height:250px}.photo-wrapper img{object-fit:cover;object-position:center}.photo-card-name{font-size:1.5rem;min-height:auto}.photo-card{padding:1.25rem}}.home-header-container{display:flex;width:100%;align-items:stretch;min-height:70vh;max-height:1080px;max-width:1800px;margin:0 auto}.home-header-column.left{width:33%;background-color:#ffe4e4;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.home-header-column.right{width:67%;background-color:#ffe4e4}.home-header-column .logo{max-width:70%;margin-bottom:2rem}.ice-cream-cone{width:100%;height:100%;object-fit:cover;border-radius:800px 0 0 800px}.visit-info h2{font-family:Oldenburg,cursive;font-size:2.5rem;color:#1a1a1a;margin-bottom:1.5rem}.info-items{text-align:left}.info-item{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem}.info-item .icon{color:#a05269;margin-right:1rem;width:20px;text-align:center}.info-item p{margin:0;line-height:1.6}.info-item .hours{text-align:left}.info-item .hours p{margin-bottom:.5rem}.image-container{position:relative;width:100%;height:100%}.scoop-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;background-color:#fffc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;text-align:center;font-size:2.2rem;font-weight:700;padding:20px}.scoop-overlay p{margin:0}.scoop-overlay-line1,.scoop-overlay-line2{display:block}.scoop-overlay-line1{font-family:Oldenburg,cursive;font-size:1.5rem}.scoop-overlay-line2{font-family:Meow Script,cursive;font-size:3.5rem}@media(max-width:1200px){.visit-info h2{font-size:2rem}.info-item{font-size:1rem}.home-header-column.left{width:40%}.home-header-column.right{width:60%}}@media(max-width:992px){.visit-info h2{font-size:1.8rem}.info-item{font-size:.9rem}.home-header-column.left{width:45%}.home-header-column.right{width:55%}}@media(max-width:768px){.home-header-container{flex-direction:column;height:auto}.home-header-column.left{width:100%;padding:4rem 2rem;order:1}.home-header-column.right{display:none}}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.lightbox-content{position:relative;border-radius:8px;display:flex;justify-content:center;align-items:center;overflow:hidden}.lightbox-image{max-width:100%;max-height:100%;display:block;object-fit:contain}.lightbox-close{position:absolute;top:10px;right:10px;background:#00000080;border:none;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:24px;color:#fff;cursor:pointer;z-index:1010}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffb3;border:none;font-size:40px;color:#333;cursor:pointer;padding:10px;border-radius:50%;z-index:1010}.lightbox-prev{left:10px}.lightbox-next{right:10px}.gallery-container{grid-column:span 2;max-width:1200px;margin:20px auto}.gallery-container h1{font-family:Oldenburg,cursive;font-size:3rem;font-weight:400;color:#945;text-align:center;margin-bottom:2rem}.masonry-grid{column-count:3;column-gap:10px}.masonry-item{width:100%;height:auto;margin-bottom:10px;break-inside:avoid;cursor:pointer;border-radius:8px;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease-in-out}.masonry-item:hover{transform:scale(1.02)}@media(max-width:768px){.masonry-grid{column-count:2}.gallery-container h1{font-size:2.2rem}}@media(max-width:480px){.masonry-grid{column-count:1}.gallery-container h1{font-size:2rem}}.legal-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:2rem auto;max-width:800px}.legal-container h1{font-size:2rem;font-weight:700;margin-bottom:1rem}.legal-container h2{font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem}.legal-container p{margin-bottom:1rem;line-height:1.6}.nappanee-card{grid-column:span 2}.nappanee-container{padding:2rem;text-align:center}.nappanee-title{font-family:Oldenburg,cursive;font-size:3rem;font-weight:400;margin-bottom:1rem;color:#945}.nappanee-text{font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.nappanee-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;text-align:left}.nappanee-directions,.nappanee-map{flex:1;min-width:300px;max-width:600px}.nappanee-directions h3,.nappanee-map h3{font-size:1.8rem;margin-bottom:1rem}.nappanee-directions ol{padding-left:1.5rem}.nappanee-directions li{margin-bottom:.5rem;font-size:1.1rem}.nappanee-map iframe{border-radius:8px;box-shadow:0 4px 8px #0000001a}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{font-family:Consolas,Monaco,Courier New,monospace;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;background-color:#fdf0f0;color:#333}a{color:#000;font-weight:600;text-decoration:none}h1{font-family:Oldenburg,cursive;font-size:2.8rem;font-weight:400;margin:0 0 20px;line-height:1.2;color:#945}@media(max-width:768px){h1{font-size:2rem}}@media(max-width:480px){h1{font-size:1.75rem}}
