:root{--cm-dark:#1a0a00;--cm-dark-soft:#2d1408;--cm-gold:#d4810a;--cm-gold-hover:#b86e08;--cm-teal:#00a79d;--cm-teal-soft:rgba(0, 167, 157, 0.72);--cm-cream:#f5deb3;--cm-muted:#c4a882;--cm-white:#fff;--cm-serif:"Lora", Georgia, serif;--cm-sans:"Poppins", system-ui, sans-serif}.cm-tastyc{color:var(--cm-dark);font-family:var(--cm-sans);overflow-x:hidden}.cm-tastyc *{box-sizing:border-box}.cm-tastyc img:not(.cm-hero__slide-img){max-width:100%;height:auto;display:block}.cm-tastyc a:not(.cm-btn){color:inherit}.cm-tastyc .cm-btn{color:var(--cm-white)}.cm-tastyc .cm-btn-outline:hover,.cm-tastyc .cm-btn-outline:focus{color:var(--cm-gold)}.cm-tastyc .cm-btn-text{color:var(--cm-white)}.cm-eyebrow{font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;color:var(--cm-gold);margin:0 0 .75rem;font-weight:600}.cm-section-title{font-family:var(--cm-serif);font-size:clamp(1.75rem, 4vw, 2.75rem);line-height:1.2;margin:0 0 1rem;color:var(--cm-dark)}.cm-section-lead{color:#5c4a3a;line-height:1.8;max-width:42rem;margin:0 auto 2rem}.cm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.75rem;border-radius:3px;font-size:.82rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border:2px solid #fff0;transition:0.2s ease;cursor:pointer}.cm-btn-primary{background:var(--cm-gold);color:var(--cm-white)}.cm-btn-primary:hover,.cm-btn-primary:focus{background:var(--cm-gold-hover);color:var(--cm-white)}.cm-btn-outline{background:#fff0;color:var(--cm-white);border-color:var(--cm-white)}.cm-btn-outline:hover,.cm-btn-outline:focus{border-color:var(--cm-gold);color:var(--cm-gold)}.cm-btn-dark{background:var(--cm-dark);color:var(--cm-white)}.cm-btn-dark:hover,.cm-btn-dark:focus{background:var(--cm-gold);color:var(--cm-white)}.cm-btn-sm{padding:.65rem 1.25rem;font-size:.72rem}.cm-btn-text{background:#fff0;color:var(--cm-white);border:none;padding:.95rem 1rem;letter-spacing:.12em}.cm-btn-text:hover,.cm-btn-text:focus{color:var(--cm-gold)}.cm-site-header{position:relative;z-index:20;width:100%}.cm-site-header--transparent{position:absolute;top:0;left:0;right:0;background:#fff0;border-bottom:1px solid rgb(0 167 157 / .28)}.cm-site-header--solid{background:var(--cm-dark);border-bottom:1px solid rgb(0 167 157 / .42)}.cm-site-header__inner{max-width:1320px;margin:0 auto;padding:1.75rem clamp(1.25rem, 4vw, 3rem);display:flex;align-items:center;justify-content:space-between;gap:2rem}.cm-site-header__brand{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:var(--cm-white);text-align:left;flex-shrink:0;transition:color 0.2s ease}.cm-site-header__logo{display:block;width:56px;height:auto;flex-shrink:0;filter:drop-shadow(0 2px 8px rgb(0 0 0 / .25))}.cm-site-header__brand-text{display:block}.cm-site-header__brand:hover,.cm-site-header__brand:focus,.cm-site-header__brand:focus-visible,.cm-site-header__brand:active,.cm-site-header__brand:visited{color:var(--cm-white);text-decoration:none}.cm-site-header__brand:hover .cm-site-header__name,.cm-site-header__brand:focus-visible .cm-site-header__name,.cm-site-header__brand:hover .cm-site-header__tagline,.cm-site-header__brand:focus-visible .cm-site-header__tagline{color:var(--cm-gold)!important}.cm-site-header__brand:hover .cm-site-header__tagline-line,.cm-site-header__brand:focus-visible .cm-site-header__tagline-line{background:var(--cm-gold)}.cm-site-header__name{display:block;font-family:"Lora",Georgia,serif!important;font-size:clamp(1.75rem, 4vw, 2.35rem);font-weight:600!important;line-height:1;letter-spacing:.02em}.cm-site-header__tagline{display:flex;align-items:center;gap:.65rem;margin-top:.45rem;font-size:.58rem;font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:var(--cm-teal-soft);transition:color 0.2s ease}.cm-site-header__tagline-line{width:28px;height:1px;background:var(--cm-teal);flex-shrink:0;transition:background 0.2s ease}.cm-site-header__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0;border:1px solid var(--cm-teal);background:rgb(26 10 0 / .55);-webkit-appearance:none;appearance:none;color:var(--cm-teal);cursor:pointer;transition:border-color 0.2s ease,background 0.2s ease}.cm-site-header__toggle:hover,.cm-site-header__toggle:focus-visible{border-color:var(--cm-teal);outline:2px solid var(--cm-teal-soft);outline-offset:2px}.cm-site-header__toggle span{display:block;height:2px;width:18px;margin:0 auto;background:var(--cm-teal);transition:0.2s ease}.cm-site-header__nav{flex:1;display:flex;justify-content:flex-end}.cm-site-header__menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.25rem 1.75rem}.cm-site-header__menu a{position:relative;display:inline-block;padding:.35rem 0;font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--cm-white);transition:color 0.2s ease}.cm-site-header__menu a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--cm-gold);transform:scaleX(0);transition:transform 0.2s ease}.cm-site-header__menu a:hover::after,.cm-site-header__menu a:focus::after,.cm-site-header__menu a:focus-visible::after,.cm-site-header__menu .is-current a::after{transform:scaleX(1)}.cm-site-header__menu a:hover,.cm-site-header__menu a:focus,.cm-site-header__menu a:focus-visible,.cm-site-header__menu a:active,.cm-site-header__menu .is-current a{color:var(--cm-gold)}.cm-site-header__nav-reserve{display:none}.cm-hero{position:relative;min-height:100vh;min-height:100svh;background:var(--cm-dark);color:var(--cm-white);overflow:hidden;isolation:isolate}.cm-hero::before,.cm-hero__overlay{content:"";position:absolute;inset:0;z-index:2;background:rgb(12 5 0 / .46);pointer-events:none}.cm-hero__slides{position:absolute;inset:0;z-index:0}.cm-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1.2s ease}.cm-hero__slide-img{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center center}.cm-hero__slide-img--center,.cm-hero__slide:nth-child(2) .cm-hero__slide-img{object-fit:cover;object-position:center center}.cm-hero__slide-img--bottom,.cm-hero__slide:nth-child(3) .cm-hero__slide-img{object-fit:cover;object-position:center bottom}.cm-hero__slide.is-active{opacity:1;z-index:1}.cm-hero__stage{position:relative;z-index:5;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;padding:8rem clamp(1.25rem, 4vw, 3rem) 6rem}.cm-hero__center{width:min(100%, 920px);text-align:center}.cm-hero__logo{display:block;width:clamp(120px, 18vw, 190px);height:auto;margin:0 auto 1.25rem;filter:drop-shadow(0 6px 28px rgb(0 0 0 / .4))}.cm-hero__panels{position:relative;width:100%;min-height:280px;text-align:center}.cm-hero__panel{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity 0.8s ease,transform 0.8s ease,visibility 0.8s}.cm-hero__panel.is-active{position:relative;opacity:1;visibility:visible;transform:translateY(0)}.cm-hero__accent{display:block;width:42px;height:2px;background:var(--cm-gold);margin:0 auto 1.25rem}.cm-hero__eyebrow{font-size:.72rem;letter-spacing:.34em;text-transform:uppercase;color:rgb(255 255 255 / .88);margin:0 0 1rem;font-weight:500}.cm-hero__cursive{font-family:"Dancing Script","Cormorant Garamond",cursive!important;font-size:clamp(2.5rem, 6.75vw, 3.75rem);font-weight:500!important;color:var(--cm-cream);line-height:1.25;margin:0;text-shadow:0 1px 4px rgb(0 0 0 / .55)}.cm-hero__cursive--above{margin-bottom:.35rem}.cm-hero__cursive--below{margin-top:.5rem;margin-bottom:1.75rem;color:var(--cm-gold)}.cm-hero__title{font-family:"Lora",Georgia,serif!important;font-size:clamp(2.75rem, 8vw, 5.5rem);line-height:1.05;margin:0;color:var(--cm-white);font-weight:600!important}.cm-hero__amp{font-family:"Cormorant Garamond",Georgia,serif!important;font-style:italic;font-weight:400;color:var(--cm-gold)}.cm-hero__panel:not([data-slide="0"]) .cm-hero__title{margin-bottom:2rem}.cm-hero__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 1.75rem}.cm-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:6;width:48px;height:48px;min-width:48px;min-height:48px;border:1px solid rgb(255 255 255 / .25);border-radius:50%;background:rgb(0 0 0 / .2);color:var(--cm-white);font-size:1.1rem;cursor:pointer;transition:0.2s ease}.cm-hero__arrow:hover,.cm-hero__arrow:focus{border-color:var(--cm-gold);color:var(--cm-gold);background:rgb(0 0 0 / .35)}.cm-hero__arrow--prev{left:clamp(0.5rem, 2vw, 1.5rem)}.cm-hero__arrow--next{right:clamp(0.5rem, 2vw, 1.5rem)}.cm-hero__nav{position:absolute;left:clamp(1.25rem, 4vw, 3rem);bottom:2.5rem;z-index:6;display:flex;gap:.65rem}.cm-hero__dot,.cm-testimonial-dot{position:relative;width:44px;height:44px;min-width:44px;min-height:44px;border:0;border-radius:50%;background:#fff0;cursor:pointer;padding:0;transition:0.2s ease}.cm-hero__dot::before,.cm-testimonial-dot::before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;border-radius:50%;border:1px solid rgb(255 255 255 / .55);background:#fff0;transform:translate(-50%,-50%);transition:0.2s ease}.cm-hero__dot.is-active::before,.cm-testimonial-dot.is-active::before{background:var(--cm-gold);border-color:var(--cm-gold);transform:translate(-50%,-50%) scale(1.15)}.cm-hero__scroll{position:absolute;left:50%;bottom:1.75rem;transform:translateX(-50%);z-index:6}.cm-hero__scroll-icon{display:block;width:22px;height:36px;border:2px solid rgb(255 255 255 / .45);border-radius:12px;position:relative}.cm-hero__scroll-icon::before{content:"";position:absolute;top:7px;left:50%;width:3px;height:7px;margin-left:-1.5px;background:var(--cm-gold);border-radius:2px;animation:cm-scroll-pulse 1.8s ease infinite}@keyframes cm-scroll-pulse{0%,100%{opacity:1;transform:translateY(0)}50%{opacity:.35;transform:translateY(6px)}}.cm-explore{padding:5rem 1.5rem;background:#faf6f0}.cm-explore__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.cm-explore-card{background:var(--cm-white);border-radius:4px;overflow:hidden;box-shadow:0 18px 50px rgb(26 10 0 / .08)}.cm-explore-card__media{aspect-ratio:4/3;overflow:hidden}.cm-explore-card__media a{display:block;height:100%}.cm-explore-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.cm-explore-card:hover .cm-explore-card__media img,.cm-explore-card__media a:hover img,.cm-explore-card__media a:focus-visible img{transform:scale(1.05)}.cm-explore-card__body{padding:2rem 1.75rem 2.25rem;text-align:center}.cm-explore-card h3{font-family:var(--cm-serif);font-size:1.5rem;margin:0 0 1rem}.cm-explore-card p{color:#6b5748;line-height:1.75;margin:0 0 1.5rem;font-size:.95rem}.cm-features{padding:5rem 1.5rem;text-align:center;background:var(--cm-white)}.cm-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:2.5rem auto 0}.cm-features__grid--4{grid-template-columns:repeat(4,1fr);max-width:1200px}.cm-feature{padding:1.5rem}.cm-feature__icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;background:rgb(212 129 10 / .12);color:var(--cm-gold);display:grid;place-items:center;font-size:1.5rem}.cm-feature h5{font-family:var(--cm-serif);font-size:1.2rem;margin:0 0 .75rem}.cm-feature p{color:#6b5748;line-height:1.7;margin:0;font-size:.92rem}.cm-coffee-bar{padding:5rem 1.5rem;background:var(--cm-dark);color:var(--cm-white)}.cm-coffee-bar__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cm-coffee-bar .cm-section-title{color:var(--cm-white)}.cm-coffee-bar .cm-section-lead{color:var(--cm-cream)}.cm-coffee-bar__drinks{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:.65rem}.cm-coffee-bar__drinks li{position:relative;padding-left:1.25rem;color:var(--cm-cream);font-size:.95rem;line-height:1.5}.cm-coffee-bar__drinks li::before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--cm-gold)}.cm-coffee-bar__media{border-radius:4px;overflow:hidden;box-shadow:0 24px 60px rgb(0 0 0 / .35)}.cm-coffee-bar__media a{display:block;line-height:0}.cm-coffee-bar__media a:hover img,.cm-coffee-bar__media a:focus img{opacity:.92}.cm-coffee-bar__media img{width:100%;height:auto;display:block;transition:opacity 0.2s ease}.cm-hours{position:relative;padding:5rem 1.5rem;color:var(--cm-white);background:var(--cm-dark-soft)}.cm-hours::before{content:"";position:absolute;inset:0;background:linear-gradient(rgb(26 10 0 / .82),rgb(26 10 0 / .82)),url(https://cafe-mona.com/assets/uploads/2017/10/dm22__image_16-min1.jpg) center/cover;z-index:0}.cm-hours__inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.1fr 0.9fr;gap:3rem;align-items:center}.cm-hours__list{display:grid;gap:1.25rem;margin-top:2rem}.cm-hours__row{display:flex;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgb(255 255 255 / .15);font-size:.95rem}.cm-hours__times{font-weight:600;color:var(--cm-cream)}.cm-testimonials{padding:5rem 1.5rem;background:#faf6f0;text-align:center}.cm-testimonials__slider{position:relative;max-width:760px;margin:2rem auto 0;min-height:260px}.cm-testimonial{display:none;padding:2rem 1rem}.cm-testimonial.is-active{display:block}.cm-testimonial blockquote{margin:0;font-family:var(--cm-serif);font-size:1.35rem;line-height:1.6;color:var(--cm-dark)}.cm-testimonial cite{display:block;margin-top:1.5rem;font-style:normal;font-weight:600;color:var(--cm-gold)}.cm-testimonial time{display:block;margin-top:.35rem;font-size:.85rem;color:#8a7563}.cm-testimonials__nav{display:flex;justify-content:center;gap:.35rem;margin-top:1.5rem}.cm-testimonial-dot::before{border-color:rgb(138 117 99 / .55)}.cm-stats{padding:4rem 1.5rem;background:var(--cm-dark);color:var(--cm-white)}.cm-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;text-align:center}.cm-stat strong{display:block;font-family:var(--cm-serif);font-size:clamp(2rem, 5vw, 3.25rem);color:var(--cm-gold);line-height:1;margin-bottom:.5rem}.cm-stat span{font-size:.9rem;color:var(--cm-cream);text-transform:uppercase;letter-spacing:.06em}.cm-order-app{padding:5rem 1.5rem;background:var(--cm-white)}.cm-order-app__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cm-order-app__mock{border-radius:12px;overflow:hidden;box-shadow:0 24px 60px rgb(26 10 0 / .15)}.cm-order-app__mock a{display:block;line-height:0}.cm-order-app__mock a:hover img,.cm-order-app__mock a:focus img{opacity:.92}.cm-order-app__mock img{width:100%;height:auto;display:block;transition:opacity 0.2s ease}.cm-blog{padding:5rem 1.5rem;background:#faf6f0;text-align:center}.cm-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:1200px;margin:2.5rem auto 0;text-align:left}.cm-blog-card{background:var(--cm-white);border-radius:4px;overflow:hidden;box-shadow:0 12px 30px rgb(26 10 0 / .06)}.cm-blog-card__media img{width:100%;aspect-ratio:16/10;object-fit:cover}.cm-blog-card__body{padding:1.5rem}.cm-blog-card__tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--cm-gold);margin-bottom:.5rem}.cm-blog-card h5{font-family:var(--cm-serif);margin:0 0 .75rem;font-size:1.15rem}.cm-blog-card p{margin:0;color:#6b5748;line-height:1.7;font-size:.92rem}.cm-newsletter{padding:5rem 1.5rem;background:var(--cm-dark);color:var(--cm-white);text-align:center}.cm-newsletter form{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:520px;margin:2rem auto 0}.cm-newsletter input[type="email"]{flex:1 1 240px;min-width:220px;padding:.95rem 1rem;border:none;border-radius:3px}.cm-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:1rem}.cm-modal.is-open{display:flex}.cm-modal__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .65)}.cm-modal__dialog{position:relative;z-index:1;width:min(520px, 100%);background:var(--cm-white);border-radius:6px;padding:2rem;max-height:90vh;overflow-y:auto}.cm-modal__close{position:absolute;top:.75rem;right:.75rem;border:none;background:#fff0;font-size:1.5rem;cursor:pointer;line-height:1}.cm-reservation-form label{display:block;margin-bottom:1rem;font-size:.85rem;font-weight:600}.cm-reservation-form input,.cm-reservation-form select,.cm-reservation-form textarea{width:100%;margin-top:.35rem;padding:.75rem;border:1px solid #ddd;border-radius:3px;font:inherit}.cm-reservation-form .wpcf7{margin-top:.5rem}.cm-catering-band{padding:3.5rem 1.5rem;background:linear-gradient(135deg,#2d1408 0%,#1a0a00 100%);color:var(--cm-cream);text-align:center;border-top:4px solid var(--cm-gold);border-bottom:4px solid var(--cm-gold)}.cm-catering-band h2{font-family:var(--cm-serif);font-size:clamp(1.6rem, 4vw, 2.4rem);margin:0 0 1rem;color:var(--cm-white)}.cm-catering-band p{max-width:760px;margin:0 auto 1.5rem;line-height:1.8}.cm-catering-keywords{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;font-size:.85rem;color:var(--cm-muted);margin-bottom:1.5rem}.cm-catering-gallery{padding:4.5rem 1.5rem;background:#fefdfb}.cm-catering-gallery__header{text-align:center;max-width:720px;margin:0 auto 2.5rem}.cm-catering-gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1140px;margin:0 auto}.cm-catering-gallery__item{margin:0;overflow:hidden;border-radius:4px;aspect-ratio:4 / 3}.cm-catering-gallery__item--featured{grid-column:span 2;grid-row:span 2;aspect-ratio:auto}.cm-catering-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.45s ease}.cm-catering-gallery__item:hover img{transform:scale(1.04)}.cm-catering-gallery__cta{text-align:center;margin:2.5rem 0 0}@media (max-width:900px){.cm-catering-gallery__grid{grid-template-columns:repeat(2,1fr)}.cm-catering-gallery__item--featured{grid-column:span 2;grid-row:span 1;aspect-ratio:16 / 9}}@media (max-width:540px){.cm-catering-gallery__grid{grid-template-columns:1fr}.cm-catering-gallery__item--featured{grid-column:span 1;aspect-ratio:4 / 3}}@media (max-width:1100px) and (min-width:901px){.cm-features__grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.cm-explore__grid,.cm-features__grid,.cm-features__grid--4,.cm-blog__grid,.cm-stats__grid,.cm-order-app__inner,.cm-hours__inner,.cm-coffee-bar__inner{grid-template-columns:1fr}.cm-stats__grid{grid-template-columns:repeat(2,1fr)}.cm-hero__reserve{position:static;margin-bottom:1rem}.cm-hero__inner{flex-direction:column;justify-content:center;padding-top:5rem}.cm-site-header__toggle{display:flex}.cm-site-header--transparent.is-open{background:rgb(26 10 0 / .96)}.cm-site-header__inner{position:relative}.cm-site-header__logo{width:48px}.cm-site-header__nav{position:absolute;top:100%;left:0;right:0;flex:none;display:block;justify-content:flex-start;background:rgb(26 10 0 / .98);backdrop-filter:blur(10px);padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;border-top:1px solid rgb(0 167 157 / .35);box-shadow:0 16px 40px rgb(0 0 0 / .45)}.cm-site-header.is-open .cm-site-header__nav{max-height:640px;padding:.5rem 1.25rem 1.25rem}.cm-site-header__menu{flex-direction:column;align-items:stretch;justify-content:flex-start;width:100%;gap:0}.cm-site-header__menu li{width:100%;border-bottom:1px solid rgb(0 167 157 / .22)}.cm-site-header__menu li:last-child{border-bottom:0}.cm-site-header__menu a,.cm-site-header.is-scrolled .cm-site-header__menu a{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:.875rem 1rem;font-size:1.25rem;line-height:1.35;text-align:center;letter-spacing:.1em}.cm-site-header__menu a::after{display:none}.cm-site-header__menu .is-current a{color:var(--cm-gold);box-shadow:inset 0 -2px 0 var(--cm-gold)}.cm-site-header.is-open .cm-site-header__toggle{border-color:var(--cm-gold)}.cm-site-header.is-open .cm-site-header__toggle span{background:var(--cm-gold)}.cm-site-header.is-open .cm-site-header__toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.cm-site-header.is-open .cm-site-header__toggle span:nth-child(2){opacity:0}.cm-site-header.is-open .cm-site-header__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.cm-hero__arrow{display:none}.cm-hero__title{font-size:clamp(2.25rem, 10vw, 3.5rem)}.cm-hero{min-height:100svh}.cm-hero__slides,.cm-hero__slide{min-height:100svh}.cm-hero__slide-img{width:100%;height:100%;min-height:100svh;object-fit:cover;object-position:center center}.cm-hero__slide-img--bottom,.cm-hero__slide:nth-child(3) .cm-hero__slide-img{object-position:center 72%}.cm-hero__stage{min-height:100svh;padding:6rem 1.25rem 4.5rem}}.cm-site-header--transparent.is-scrolled{position:fixed;top:0;left:0;right:0;z-index:100}body.cafe-mona-tastyc-home{--e-global-typography-primary-font-family:"Lora", Georgia, serif;--e-global-typography-secondary-font-family:"Lora", Georgia, serif;--e-global-typography-text-font-family:"Poppins", system-ui, sans-serif;--e-global-typography-accent-font-family:"Poppins", system-ui, sans-serif;--global-heading-font-family:"Lora", Georgia, serif;--global-body-font-family:"Poppins", system-ui, sans-serif;--cm-serif:"Lora", Georgia, serif;--cm-sans:"Poppins", system-ui, sans-serif}.cafe-mona-tastyc-home .cm-hero .cm-hero__title,.cafe-mona-tastyc-home .cm-hero h1.cm-hero__title,.cafe-mona-tastyc-home .cm-hero .cm-hero__title[role="heading"],.cafe-mona-tastyc-home .cm-site-header .cm-site-header__name,.cafe-mona-tastyc-home .cm-site-header__name,.cafe-mona-tastyc-home .cm-site-header__brand .cm-site-header__name{font-family:"Lora",Georgia,serif!important;font-weight:600!important}.cafe-mona-tastyc-home .cm-hero .cm-hero__cursive,.cafe-mona-tastyc-home .cm-hero__cursive--above,.cafe-mona-tastyc-home .cm-hero__cursive--below{font-family:"Dancing Script","Cormorant Garamond",cursive!important;font-weight:500!important}.cafe-mona-tastyc-home .cm-hero .cm-hero__amp{font-family:"Cormorant Garamond",Georgia,serif!important;font-style:italic!important;font-weight:400!important}.cafe-mona-tastyc-home .cm-hero .cm-hero__eyebrow,.cafe-mona-tastyc-home .cm-site-header__menu a,.cafe-mona-tastyc-home .cm-site-header__tagline,.cafe-mona-tastyc-home .cm-hours-banner,.cafe-mona-tastyc-home .cm-hero .cm-btn{font-family:"Poppins",system-ui,sans-serif!important}