:root{--ink:#172b3a;--paper:#f7f8f6;--cloud:#e9eff0;--orange:#f26722;--orange-deep:#cf4f14;--line:rgba(23,43,58,.17);--muted:#506472;--radius:0px;--header:76px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}body.is-locked{overflow:hidden}.skip-link{position:fixed;left:1rem;top:-4rem;z-index:1000;background:#fff;color:var(--ink);padding:.65rem 1rem;font-weight:700}.skip-link:focus{top:1rem}a{color:inherit}button,a{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{height:var(--header);padding:0 clamp(1rem,3vw,3.5rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;position:fixed;z-index:40;top:0;left:0;right:0;color:white;transition:background .2s ease,color .2s ease,border-color .2s ease;border-bottom:1px solid transparent}.site-header.is-scrolled{background:rgba(247,248,246,.97);color:var(--ink);border-color:var(--line);backdrop-filter:blur(12px)}.brand{display:inline-flex;width:88px;height:44px;align-items:center}.brand img,.mobile-menu-top img,.site-footer img{width:100%;max-height:100%;object-fit:contain;mix-blend-mode:multiply}.desktop-nav{display:flex;gap:2rem;font-weight:700;font-size:.84rem}.desktop-nav a,.footer-links a{text-decoration:none}.desktop-nav a:after{content:"";height:1px;background:currentColor;display:block;transform:scaleX(0);transition:transform .2s ease}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:.7rem}.lang-trigger,.instagram-link,.menu-trigger{border:0;background:transparent;color:inherit;min-width:40px;height:40px;display:grid;place-items:center;cursor:pointer}.lang-trigger{font-size:.75rem;font-weight:700;grid-template-columns:auto auto;gap:.3rem}.instagram-link{border:1px solid currentColor;text-decoration:none;font-size:.7rem;font-weight:700}.menu-trigger{display:none;position:relative}.menu-lines,.menu-lines:before,.menu-lines:after{content:"";width:23px;height:1.5px;background:currentColor;display:block;position:absolute;transition:transform .2s ease}.menu-lines:before{transform:translateY(-7px)}.menu-lines:after{transform:translateY(7px)}.language-picker{position:relative}.language-list{position:absolute;right:0;top:calc(100% + .4rem);min-width:150px;padding:.45rem;background:#fff;color:var(--ink);box-shadow:0 12px 30px rgba(23,43,58,.16);display:none;border:1px solid var(--line)}.language-list.is-open{display:block}.language-list button{display:block;width:100%;padding:.55rem .65rem;text-align:left;border:0;background:#fff;color:var(--ink);cursor:pointer;font-size:.86rem}.language-list button:hover,.language-list button:focus-visible{background:var(--cloud)}.hero{min-height:100dvh;position:relative;display:grid;align-items:end;overflow:hidden;background:var(--ink);padding:calc(var(--header) + 2.5rem) clamp(1rem,8vw,10rem) clamp(2.5rem,8vw,7rem)}.hero-image,.hero-scrim{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover;object-position:center 45%;opacity:.91}.hero-scrim{background:linear-gradient(90deg,rgba(11,31,43,.78) 0%,rgba(11,31,43,.45) 42%,rgba(11,31,43,.08) 75%)}.hero-content{position:relative;max-width:620px;color:#fff}.hero-kicker,.section-marker{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem}.hero h1,.section h2{font-size:clamp(3rem,6vw,6.6rem);line-height:.93;letter-spacing:-.065em;margin:0;font-weight:800}.hero-copy{max-width:38rem;font-size:clamp(1rem,1.7vw,1.3rem);margin:1.35rem 0 1.75rem;line-height:1.45}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;text-decoration:none;font-size:.83rem;font-weight:700;border:1px solid transparent;white-space:nowrap;transition:transform .15s ease,background .15s ease,color .15s ease}.button:active{transform:translateY(1px)}.button-solid{background:var(--orange);color:#fff}.button-solid:hover,.button-solid:focus-visible{background:var(--orange-deep)}.button-outline{border-color:#fff;color:#fff;background:rgba(11,31,43,.2)}.button-outline:hover,.button-outline:focus-visible{background:#fff;color:var(--ink)}.button-dark{background:var(--ink);color:#fff}.button-dark:hover,.button-dark:focus-visible{background:#314a5a}.section{padding:clamp(4.5rem,9vw,9rem) clamp(1rem,8vw,10rem)}.about,.feature,.visit{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,8vw,10rem);align-items:center}.about{background:var(--paper)}.about-image-wrap,.feature-image-wrap{height:min(680px,70vw);background:var(--cloud)}.about-image-wrap img,.feature-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.about-copy-wrap,.feature-copy{max-width:550px}.section-marker{color:var(--orange-deep)}.about p:not(.section-marker),.feature p,.section-intro p,.gallery-heading p,.visit-note{color:var(--muted);max-width:38rem;font-size:1.05rem}.about h2,.feature h2,.menu h2,.gallery h2,.visit h2{font-size:clamp(2.45rem,4.6vw,5.2rem);line-height:.98}.text-link{display:inline-flex;gap:.5rem;margin-top:1.5rem;font-weight:700;text-underline-offset:.35rem}.text-link span{transition:transform .18s ease}.text-link:hover span,.text-link:focus-visible span{transform:translateX(4px)}.menu{background:var(--cloud)}.section-intro{max-width:620px}.section-intro h2{margin-bottom:1rem}.menu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,4vw,4rem);margin:4rem 0 2.5rem}.menu-group{border-top:2px solid var(--ink);padding-top:1rem}.menu-group h3{font-size:1.15rem;margin:0 0 1.5rem}.menu-item{padding:.9rem 0;border-bottom:1px solid var(--line)}.menu-item:last-child{border-bottom:0}.menu-item h4{font-size:1rem;margin:0 0 .2rem}.menu-item p{color:var(--muted);font-size:.89rem;margin:0}.menu-gallery-link{margin-top:.2rem}.feature{background:var(--paper)}.feature-image-wrap{height:min(690px,65vw);order:-1}.gallery{background:var(--ink);color:#fff}.gallery-heading{max-width:580px;margin-bottom:3rem}.gallery-heading p{color:#cbd6dc}.gallery-grid{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:clamp(.75rem,2.2vw,1.7rem);align-items:start}.gallery-item{border:0;padding:0;display:block;width:100%;background:transparent;cursor:zoom-in;overflow:hidden;text-align:left}.gallery-item img{width:100%;display:block;transition:transform .35s ease;aspect-ratio:4/5;object-fit:cover}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.025)}.gallery-item:nth-child(2){margin-top:clamp(0rem,2vw,1.75rem)}.gallery-item:nth-child(4){margin-top:clamp(0rem,1.5vw,1.2rem)}.gallery-item:nth-child(6){margin-top:clamp(0rem,2vw,1.75rem)}.gallery-item:focus-visible{outline:3px solid var(--orange);outline-offset:4px}.visit{background:var(--paper);padding-bottom:0;gap:4rem}.visit-content{padding-bottom:clamp(4.5rem,9vw,9rem)}.visit address{font-style:normal;font-size:clamp(1.25rem,2.2vw,1.9rem);font-weight:700;line-height:1.25;margin:1.6rem 0}.visit-note{margin:1.6rem 0 0;font-size:.94rem}.visit-image-wrap{position:relative;align-self:stretch;min-height:540px;color:#fff;text-decoration:none;overflow:hidden}.visit-image-wrap img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 45%;transition:transform .35s ease}.visit-image-wrap:hover img,.visit-image-wrap:focus-visible img{transform:scale(1.02)}.visit-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(11,31,43,.65),transparent 50%)}.visit-image-wrap span{position:absolute;left:1.5rem;bottom:1.5rem;z-index:1;font-weight:700}.visit-image-wrap b{font-size:1.1rem}.site-footer{background:var(--ink);color:#fff;padding:2.8rem clamp(1rem,8vw,10rem);display:grid;grid-template-columns:1.6fr 1fr auto;gap:2rem;align-items:end}.site-footer>div:first-child{width:120px}.site-footer img{background:#fff;display:block;margin-bottom:1.2rem}.site-footer p{font-size:.78rem;margin:0;color:#cbd6dc}.footer-links{display:flex;gap:1.2rem;font-size:.83rem;font-weight:700;flex-wrap:wrap}.copyright{text-align:right}.mobile-menu{display:none}.lightbox{position:fixed;z-index:100;inset:0;background:rgba(7,18,25,.94);padding:5rem max(1rem,5vw) 2rem;display:none;align-items:center;justify-content:center;color:#fff}.lightbox.is-open{display:flex}.lightbox figure{margin:0;max-width:min(1100px,78vw);max-height:82vh;display:grid;gap:.75rem;justify-items:center}.lightbox figure img{max-height:76vh;max-width:100%;width:auto;object-fit:contain}.lightbox figcaption{font-size:.82rem;color:#d9e2e5}.lightbox-close,.lightbox-arrow{position:absolute;border:0;color:#fff;background:transparent;cursor:pointer;display:grid;place-items:center}.lightbox-close{right:1.1rem;top:1rem;font-size:2.4rem;width:48px;height:48px}.lightbox-arrow{top:50%;font-size:2rem;width:54px;height:54px;background:rgba(255,255,255,.12)}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-close:focus-visible,.lightbox-arrow:focus-visible{outline:3px solid var(--orange);outline-offset:3px}
@media (max-width:767px){:root{--header:64px}.site-header{padding:0 1rem}.brand{width:76px;height:38px}.desktop-nav,.instagram-link{display:none}.menu-trigger{display:grid}.hero{padding:calc(var(--header) + 3rem) 1.25rem 2.5rem;min-height:700px}.hero-scrim{background:linear-gradient(0deg,rgba(11,31,43,.8),rgba(11,31,43,.06) 75%)}.hero-content{max-width:100%}.hero h1{font-size:clamp(3.35rem,14vw,5.5rem);line-height:.9}.hero-copy{font-size:1rem;max-width:30rem}.section{padding:4.5rem 1.25rem}.about,.feature,.visit{grid-template-columns:1fr;gap:2rem}.about-image-wrap,.feature-image-wrap{height:auto;aspect-ratio:4/5}.about-image-wrap img,.feature-image-wrap img{object-fit:contain;background:var(--cloud)}.about-copy-wrap,.feature-copy{max-width:none}.section h2,.about h2,.feature h2,.menu h2,.gallery h2,.visit h2{font-size:clamp(2.7rem,12vw,4rem)}.menu-grid{grid-template-columns:1fr;gap:2.1rem;margin:3rem 0 2rem}.feature-image-wrap{order:0}.gallery-grid{grid-template-columns:1fr;gap:1rem}.gallery-item,.gallery-item:nth-child(2),.gallery-item:nth-child(4),.gallery-item:nth-child(6){margin:0}.gallery-item img{height:auto;aspect-ratio:unset;object-fit:contain;background:#233a49}.visit{padding:4.5rem 0 0}.visit-content{padding:0 1.25rem 4.5rem}.visit-image-wrap{min-height:480px}.site-footer{grid-template-columns:1fr;align-items:start;padding:2.5rem 1.25rem;gap:1.5rem}.copyright{text-align:left}.mobile-menu{position:fixed;inset:0;z-index:80;background:var(--paper);color:var(--ink);padding:1rem;transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column}.mobile-menu.is-open{transform:translateX(0)}.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;height:48px}.mobile-menu-top img{width:86px;height:44px}.menu-close{border:0;background:transparent;font-size:2.2rem;line-height:1;color:var(--ink);width:44px;height:44px}.mobile-menu nav{display:grid;gap:1.2rem;margin-top:4rem}.mobile-menu nav a{font-size:clamp(2.6rem,13vw,4.4rem);font-weight:800;letter-spacing:-.06em;line-height:.95;text-decoration:none}.mobile-instagram{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:1.15rem 0;text-decoration:none;font-weight:700}.lightbox{padding:4.5rem 1rem 1.3rem}.lightbox figure{max-width:100%;max-height:85vh}.lightbox figure img{max-height:75vh}.lightbox-arrow{top:auto;bottom:1.1rem;width:48px;height:42px;font-size:1.5rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}.lightbox-close{right:.5rem;top:.35rem}.lightbox figcaption{padding:0 3.5rem;text-align:center;min-height:2.5rem}.button{min-height:50px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
body{overflow-x:hidden}
.hero-content{width:100%;min-width:0}
@media (min-width:768px){.hero-image{transform:translate(12.5%,-6.6%) scale(1.32);transform-origin:center 52%}}
@media (max-width:767px){.hero{min-height:820px}.hero h1{font-size:clamp(3rem,12vw,4.5rem);line-height:.92;max-width:310px}.hero-copy{max-width:310px}.visit-content{min-width:0}.visit-content *{max-width:100%}.visit-content address{overflow-wrap:anywhere}}

/* Mobile hero fills the visible viewport without revealing the next section. */
@media (max-width:767px){.hero{min-height:100dvh;height:100dvh}}

/* Desktop canvas lock: keep the 1440px composition and photo framing stable on wider screens. */
@media (min-width:1441px){
  :root{--desktop-canvas:1440px;--desktop-header-inset:43.2px}
  .hero,.section,.site-footer{width:var(--desktop-canvas);max-width:100%;margin-inline:auto}
  .hero{box-shadow:0 0 0 100vmax var(--ink);clip-path:inset(0 -100vmax)}
  .about,.feature,.visit{box-shadow:0 0 0 100vmax var(--paper);clip-path:inset(0 -100vmax)}
  .menu{box-shadow:0 0 0 100vmax var(--cloud);clip-path:inset(0 -100vmax)}
  .gallery,.site-footer{box-shadow:0 0 0 100vmax var(--ink);clip-path:inset(0 -100vmax)}
  .site-header{padding-inline:calc((100vw - var(--desktop-canvas))/2 + var(--desktop-header-inset))}
}

/* The homepage hero remains full-bleed at every desktop width. */
@media (min-width:1441px){.hero{width:100%;max-width:none;margin-inline:0;box-shadow:none;clip-path:none}}

/* Text-only Morso wordmark. */
.brand{text-decoration:none}.wordmark{display:inline-block;color:var(--orange);font-family:"Arial Narrow",Arial,Helvetica,sans-serif;font-size:1.7rem;font-weight:700;letter-spacing:-.085em;line-height:1;transform:scaleX(.8);transform-origin:left center}.brand .wordmark{font-size:2.4rem}.mobile-menu-top .wordmark{font-size:2.44rem}.site-footer .wordmark{font-size:2.6rem;margin-bottom:1.2rem}

/* Direct map embed and a calmer footer information hierarchy. */
.visit-map{position:relative;align-self:stretch;min-height:540px;overflow:hidden}.visit-map iframe{display:block;width:100%;height:100%;border:0}.site-footer{grid-template-columns:1.45fr auto 1fr;align-items:start}.site-footer .footer-brand{width:auto}.footer-brand address{font-style:normal;font-size:.82rem;line-height:1.55;color:#cbd6dc}.footer-meta{display:grid;justify-items:end;gap:1.45rem;font-size:.83rem;font-weight:700}.footer-meta>a{text-decoration:none}.footer-meta .copyright{font-weight:400}
@media (max-width:767px){.visit-map{min-height:480px}.footer-meta{justify-items:start;gap:1rem}.footer-brand address{font-size:.8rem}}

/* The tall mobile hero is cropped around the storefront for its gallery card. */
.gallery-item:nth-child(1) img{object-position:50% 50%}

/* More legible menu hierarchy. */
.menu-group h3{font-size:1.3rem}.menu-item h4{font-size:1.1rem}.menu-item p{font-size:.98rem;line-height:1.5}

/* Custom language chooser: grid panel on desktop, menu-style panel on mobile. */
.language-panel-top{display:none}.language-grid{display:grid}.language-close{border:0;background:transparent;color:var(--ink);cursor:pointer}
@media (min-width:768px){.language-list{right:auto;left:50%;top:calc(100% + .7rem);min-width:500px;padding:1rem;transform:translateX(-50%);border:1px solid var(--line);box-shadow:0 18px 48px rgba(23,43,58,.18)}.language-list.is-open{display:block}.language-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem}.language-list .language-grid button{padding:.85rem .7rem;text-align:center;border:1px solid transparent;background:var(--paper);color:var(--ink);font-size:.92rem;font-weight:700}.language-list .language-grid button:hover,.language-list .language-grid button:focus-visible{background:var(--cloud);border-color:var(--line)}}

@media (min-width:768px){.language-list{right:0;left:auto;transform:none}}
@media (max-width:767px){.language-list{position:fixed;z-index:90;inset:0;display:none;min-width:0;padding:1rem;transform:none;border:0;box-shadow:none;background:var(--paper);color:var(--ink)}.language-list.is-open{display:flex;flex-direction:column}.language-panel-top{height:48px;display:flex;align-items:center;justify-content:space-between}.language-close{width:44px;height:44px;font-size:2.2rem;line-height:1}.language-grid{gap:1.2rem;margin-top:4rem}.language-list .language-grid button{padding:0;text-align:left;border:0;background:transparent;color:var(--ink);font-size:clamp(2.1rem,10vw,3.5rem);font-weight:800;letter-spacing:-.06em;line-height:.95}}

/* Shared orange mobile panels for navigation and language selection. */
@media (max-width:767px){.mobile-menu,.language-list{background:var(--orange);color:#fff}.mobile-menu-top .wordmark,.language-panel-top .wordmark{color:#fff}.menu-close,.language-close{color:#fff;background:transparent}.mobile-menu nav a,.language-list .language-grid button{color:#fff}.mobile-instagram{border-color:rgba(255,255,255,.45);color:#fff}}

/* Match the language-panel header exactly to the mobile-menu header. */
@media (max-width:767px){.language-panel-top .wordmark{font-size:2.44rem}.language-list .language-close{display:block;width:44px;height:44px;padding:0;border:0;background:transparent;color:#fff;font-size:2.2rem;line-height:1}}

/* Dark ink content across both orange mobile panels. */
@media (max-width:767px){.mobile-menu,.language-list{color:var(--ink)}.mobile-menu-top .wordmark,.language-panel-top .wordmark,.menu-close,.language-list .language-close,.mobile-menu nav a,.language-list .language-grid button,.mobile-instagram{color:var(--ink)}.mobile-instagram{border-color:rgba(23,43,58,.35)}}

/* The language chooser must be an independent full-viewport layer. */
@media (max-width:767px){#language-list.language-list.is-open{position:fixed!important;inset:0!important;z-index:90!important;display:flex!important;width:100vw!important;height:100dvh!important;min-width:0!important;padding:1rem!important;box-sizing:border-box!important;overflow-y:auto!important;background:var(--orange)!important;color:var(--ink)!important;transform:none!important}.language-list.is-open .language-panel-top{flex:0 0 48px}.language-list.is-open .language-grid{flex:0 0 auto}}

/* Mobile language control: clear, thumb-friendly, and balanced with the menu button. */
@media (max-width:767px){.nav-actions{gap:.45rem}.lang-trigger{min-width:52px;height:42px;padding:0 .55rem;border:1px solid rgba(255,255,255,.8);background:rgba(7,18,25,.16);font-size:.82rem;letter-spacing:.04em}.site-header.is-scrolled .lang-trigger{border-color:var(--line);background:rgba(255,255,255,.72)}}

@media (max-width:767px){.lang-trigger span:last-child{display:none}.lang-trigger{grid-template-columns:1fr}}

/* Desktop social icons. */
.social-link{width:38px;height:38px;display:grid;place-items:center;border:1px solid currentColor;text-decoration:none;transition:background .18s ease,color .18s ease}.social-link:hover,.social-link:focus-visible{background:currentColor}.social-link:hover .instagram-glyph,.social-link:focus-visible .instagram-glyph{border-color:var(--ink)}.social-link:hover .instagram-glyph:before,.social-link:focus-visible .instagram-glyph:before{border-color:var(--ink)}.social-link:hover .instagram-glyph:after,.social-link:focus-visible .instagram-glyph:after{background:var(--ink)}.instagram-glyph{position:relative;width:15px;height:15px;border:1.7px solid currentColor;border-radius:4px}.instagram-glyph:before{content:"";position:absolute;left:3px;top:3px;width:5px;height:5px;border:1.5px solid currentColor;border-radius:50%}.instagram-glyph:after{content:"";position:absolute;right:2px;top:2px;width:2px;height:2px;background:currentColor;border-radius:50%}.facebook-glyph{font-family:Arial,Helvetica,sans-serif;font-size:1.28rem;font-weight:800;line-height:1;transform:translateY(1px)}.social-link:hover .facebook-glyph,.social-link:focus-visible .facebook-glyph{color:var(--ink)}
@media (max-width:767px){.instagram-link,.facebook-link{display:none}}

.social-link:hover,.social-link:focus-visible{background:var(--ink);color:var(--paper)}.social-link:hover .instagram-glyph,.social-link:focus-visible .instagram-glyph{border-color:var(--paper)}.social-link:hover .instagram-glyph:before,.social-link:focus-visible .instagram-glyph:before{border-color:var(--paper)}.social-link:hover .instagram-glyph:after,.social-link:focus-visible .instagram-glyph:after{background:var(--paper)}.social-link:hover .facebook-glyph,.social-link:focus-visible .facebook-glyph{color:var(--paper)}

/* Neutral contrast overlay: pure black, no blue or warm colour cast. */
.hero-scrim{background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.45) 42%,rgba(0,0,0,.08) 75%)}
@media (max-width:767px){.hero-scrim{background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.06) 75%)}}
/* Editorial gallery: aligned grid with per-image focal points. */
.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.gallery-item,.gallery-item:nth-child(2),.gallery-item:nth-child(4),.gallery-item:nth-child(6){margin:0;aspect-ratio:4/5;overflow:hidden}.gallery-item img{height:100%;aspect-ratio:auto;object-fit:cover;background:transparent}.gallery-item:nth-child(1) img{object-position:50% 58%}.gallery-item:nth-child(2) img{object-position:50% 56%}.gallery-item:nth-child(3) img{object-position:50% 52%}.gallery-item:nth-child(4) img{object-position:50% 50%}.gallery-item:nth-child(5) img{object-position:50% 50%}.gallery-item:nth-child(6) img{object-position:50% 49%}
@media (min-width:768px) and (max-width:1023px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}
@media (max-width:767px){.gallery-grid{grid-template-columns:1fr;gap:14px}.gallery-item,.gallery-item:nth-child(2),.gallery-item:nth-child(4),.gallery-item:nth-child(6){aspect-ratio:4/5;margin:0}.gallery-item img{height:100%;aspect-ratio:auto;object-fit:cover;background:transparent}}

/* Motion and interaction polish: transform, opacity and clip-path only. */
:root{--motion-out:cubic-bezier(.23,1,.32,1);--motion-move:cubic-bezier(.77,0,.175,1)}
html{scrollbar-gutter:stable}
.site-header{transition:background-color 180ms var(--motion-out),border-color 180ms var(--motion-out),box-shadow 180ms var(--motion-out),color 180ms var(--motion-out)}
.site-header .wordmark{transition:transform 180ms var(--motion-out),color 180ms var(--motion-out)}
.site-header.is-scrolled{box-shadow:0 8px 24px rgba(7,18,25,.08)}
.site-header.is-scrolled .wordmark{transform:scaleX(.8) scale(.9)}

.hero picture{position:absolute;inset:0;display:block;overflow:hidden;clip-path:inset(0);transform:scale(1);transition:clip-path 560ms var(--motion-out),transform 560ms var(--motion-out)}
.hero-kicker,.hero h1,.hero-copy,.hero-actions{opacity:1;transform:translateY(0);transition:opacity 360ms var(--motion-out),transform 360ms var(--motion-out)}
body.motion-starting:not(.motion-ready) .hero picture{clip-path:inset(0 0 8% 0);transform:scale(1.018)}
body.motion-starting:not(.motion-ready) .hero-kicker,body.motion-starting:not(.motion-ready) .hero h1,body.motion-starting:not(.motion-ready) .hero-copy,body.motion-starting:not(.motion-ready) .hero-actions{opacity:0;transform:translateY(18px)}
.hero h1{transition-delay:60ms}.hero-copy{transition-delay:120ms}.hero-actions{transition-delay:180ms}

.motion-reveal{transition-delay:var(--reveal-delay,0ms)}
.motion-rise{opacity:0;transform:translateY(20px);transition:opacity 440ms var(--motion-out),transform 440ms var(--motion-out)}
.motion-rise.is-revealed{opacity:1;transform:translateY(0)}
.motion-clip{clip-path:inset(0 0 12% 0);transform:scale(1.018);transition:clip-path 520ms var(--motion-out),transform 520ms var(--motion-out)}
.motion-clip.is-revealed{clip-path:inset(0);transform:scale(1)}
.motion-gallery{opacity:0;transform:translateY(16px);clip-path:inset(0 0 7% 0);transition:opacity 380ms var(--motion-out),transform 380ms var(--motion-out),clip-path 440ms var(--motion-out)}
.motion-gallery.is-revealed{opacity:1;transform:translateY(0);clip-path:inset(0)}

/* Public Google review excerpts supplied for Morso Bakery. */
.reviews{background:var(--cloud)}
.reviews-heading{max-width:620px;margin-bottom:3.5rem}
.reviews-heading h2{margin:0 0 1rem;font-size:clamp(2.45rem,4.6vw,5.2rem);line-height:.98;letter-spacing:-.06em}
.reviews-heading>p:not(.section-marker){margin:0;max-width:38rem;color:var(--muted);font-size:1.05rem}
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,3vw,3.5rem)}
.review-card{display:grid;align-content:start;gap:1.15rem;min-height:0;padding-top:1rem;border-top:2px solid var(--ink)}
.review-rating{color:var(--orange-deep);font-size:1.05rem;letter-spacing:.12em;line-height:1}
.review-card blockquote{margin:0;color:var(--ink);font-size:clamp(1.15rem,1.75vw,1.45rem);font-weight:700;letter-spacing:-.025em;line-height:1.28}
.review-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.15rem;color:var(--muted);font-size:.86rem;font-weight:700}
.review-source{font-weight:600;white-space:nowrap}
@media (max-width:767px){.reviews-heading{margin-bottom:2.6rem}.reviews-grid{grid-template-columns:1fr;gap:2.4rem}.review-card{min-height:0;gap:1.3rem}.review-card blockquote{font-size:1.28rem}.review-footer{font-size:.84rem}}

.button,.lang-trigger,.social-link,.menu-trigger,.menu-close,.language-close,.language-list button,.lightbox-close,.lightbox-arrow{transition:transform 140ms var(--motion-out),background-color 180ms var(--motion-out),color 180ms var(--motion-out),border-color 180ms var(--motion-out),opacity 180ms var(--motion-out)}
.button:active,.lang-trigger:active,.social-link:active,.menu-trigger:active,.menu-close:active,.language-close:active,.language-list button:active,.lightbox-close:active,.lightbox-arrow:active{transform:scale(.97)}
.text-link,.footer-links a,.footer-meta a,.mobile-instagram{transition:color 160ms var(--motion-out),text-decoration-color 160ms var(--motion-out)}
.text-link span{transition:transform 160ms var(--motion-out)}

.gallery-item img{transition:transform 260ms var(--motion-out),filter 220ms var(--motion-out)}
@media (hover:hover) and (pointer:fine){.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.035);filter:brightness(1.06)}.text-link:hover span,.text-link:focus-visible span{transform:translateX(5px)}}
@media (hover:none){.gallery-item:hover img{transform:none;filter:none}.text-link:hover span{transform:none}}

.lightbox{display:flex;visibility:hidden;pointer-events:none;opacity:0;transition:opacity 220ms var(--motion-out),visibility 0s linear 220ms}
.lightbox.is-open{display:flex;visibility:visible;pointer-events:auto;opacity:1;transition:opacity 220ms var(--motion-out),visibility 0s linear 0s}
.lightbox figure{opacity:0;transform:translateY(10px) scale(.985);transition:opacity 260ms var(--motion-out),transform 260ms var(--motion-out)}
.lightbox.is-open figure{opacity:1;transform:translateY(0) scale(1)}
.lightbox figure img{transition:opacity 120ms var(--motion-out),filter 120ms var(--motion-out)}
.lightbox figure img.is-switching{opacity:0;filter:blur(1.5px)}
.lightbox figure{touch-action:pan-y}
.lightbox.is-instant,.lightbox.is-instant *{transition-duration:0ms!important}

@media (min-width:768px){
  .language-list{display:block;right:0;left:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px) scale(.985);transform-origin:top right;transition:opacity 180ms var(--motion-out),transform 180ms var(--motion-out),visibility 0s linear 180ms}
  .language-list.is-open{display:block;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);transition:opacity 180ms var(--motion-out),transform 180ms var(--motion-out),visibility 0s linear 0s}
}
@media (max-width:767px){
  .mobile-menu{visibility:hidden;transform:translateX(100%);transition:transform 180ms var(--motion-out),visibility 0s linear 180ms}
  .mobile-menu.is-open{visibility:visible;transform:translateX(0);transition:transform 280ms var(--motion-out),visibility 0s linear 0s}
  .mobile-menu nav a,.mobile-instagram{opacity:0;transform:translateX(14px);transition:opacity 180ms var(--motion-out),transform 220ms var(--motion-out)}
  .mobile-menu.is-open nav a,.mobile-menu.is-open .mobile-instagram{opacity:1;transform:translateX(0)}
  .mobile-menu.is-open nav a:nth-child(1){transition-delay:45ms}.mobile-menu.is-open nav a:nth-child(2){transition-delay:85ms}.mobile-menu.is-open nav a:nth-child(3){transition-delay:125ms}.mobile-menu.is-open nav a:nth-child(4){transition-delay:165ms}.mobile-menu.is-open .mobile-instagram{transition-delay:190ms}
  .mobile-menu:not(.is-open) nav a,.mobile-menu:not(.is-open) .mobile-instagram{transition-delay:0s}
  #language-list.language-list{position:fixed!important;inset:0!important;z-index:90!important;display:flex!important;width:100vw!important;height:100dvh!important;min-width:0!important;padding:1rem!important;box-sizing:border-box!important;overflow-y:auto!important;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(5%)!important;transition:opacity 180ms var(--motion-out),transform 240ms var(--motion-out),visibility 0s linear 240ms}
  #language-list.language-list.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)!important;transition:opacity 180ms var(--motion-out),transform 240ms var(--motion-out),visibility 0s linear 0s}
  .language-list .language-grid button{opacity:0;transform:translateX(14px);transition:opacity 180ms var(--motion-out),transform 220ms var(--motion-out),color 180ms var(--motion-out)}
  .language-list.is-open .language-grid button{opacity:1;transform:translateX(0)}
  .language-list.is-open .language-grid button:nth-child(1){transition-delay:45ms}.language-list.is-open .language-grid button:nth-child(2){transition-delay:75ms}.language-list.is-open .language-grid button:nth-child(3){transition-delay:105ms}.language-list.is-open .language-grid button:nth-child(4){transition-delay:135ms}.language-list.is-open .language-grid button:nth-child(5){transition-delay:165ms}.language-list.is-open .language-grid button:nth-child(6){transition-delay:195ms}.language-list.is-open .language-grid button:nth-child(7){transition-delay:225ms}.language-list.is-open .language-grid button:nth-child(8){transition-delay:255ms}
  .mobile-menu.is-instant,.mobile-menu.is-instant *,.language-list.is-instant,.language-list.is-instant *{transition-duration:0ms!important}
}

@media (prefers-reduced-motion:reduce){
  .hero picture,.hero-kicker,.hero h1,.hero-copy,.hero-actions,.motion-reveal,.lightbox,.lightbox figure,.lightbox figure img,.mobile-menu,#language-list.language-list,.mobile-menu nav a,.mobile-instagram,.language-list .language-grid button{transition-duration:120ms!important;transition-delay:0ms!important}
  body.motion-starting:not(.motion-ready) .hero picture,body.motion-starting:not(.motion-ready) .hero-kicker,body.motion-starting:not(.motion-ready) .hero h1,body.motion-starting:not(.motion-ready) .hero-copy,body.motion-starting:not(.motion-ready) .hero-actions,.motion-rise,.motion-clip,.motion-gallery{transform:none!important;clip-path:none!important;opacity:1!important}
  .mobile-menu,.mobile-menu.is-open,#language-list.language-list,#language-list.language-list.is-open{transform:none!important}
}

/* Production hardening: stable anchor targets, predictable focus, and safe long-language wrapping. */
[id]{scroll-margin-top:calc(var(--header) + 1rem)}
:where(a,button):focus-visible{outline:3px solid var(--orange);outline-offset:3px}
.hero :where(a,button):focus-visible,.mobile-menu :where(a,button):focus-visible,#language-list :where(a,button):focus-visible,.lightbox :where(a,button):focus-visible{outline-color:currentColor;outline-offset:4px}
h1,h2,h3{overflow-wrap:anywhere;text-wrap:balance}
.hero h1,.section h2,.reviews-heading h2{letter-spacing:-.04em}
.menu-item p,.review-card blockquote,.visit-note{overflow-wrap:anywhere}
.visit-map iframe{display:block;width:100%;height:100%;border:0}
.visit-map{width:100%;min-height:0;aspect-ratio:1 / 1;align-self:center}
@media (min-width:768px){.visit-map{width:min(100%,34rem);justify-self:start;align-self:start}}
.visit{padding-top:clamp(2.75rem,5vw,4.75rem)}
.visit-content address{margin-bottom:1rem}
.visit-content h2{font-size:clamp(3rem,5.15vw,5.7rem)}
.visit-content address{font-size:clamp(1.45rem,2.45vw,2.15rem);line-height:1.2}
.visit-hours{display:grid;gap:.25rem;margin:0 0 1.6rem}
.visit-hours dt{color:var(--orange-deep);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.visit-hours dd{margin:0;color:var(--ink);font-size:1.1rem;font-weight:700;line-height:1.5}
.motion-reveal{opacity:1;transform:none;clip-path:inset(0)}
.motion-reveal.motion-rise:not(.is-revealed){opacity:0;transform:translateY(20px)}
.motion-reveal.motion-clip:not(.is-revealed){clip-path:inset(0 0 12% 0);transform:scale(1.018)}
.motion-reveal.motion-gallery:not(.is-revealed){opacity:0;transform:translateY(16px);clip-path:inset(0 0 7% 0)}
@media (max-width:767px){
  .site-header{gap:.5rem}
  .nav-actions{display:grid;grid-auto-flow:column;grid-auto-columns:44px;align-items:center;gap:.5rem;flex:0 0 auto}
  .language-picker,.lang-trigger,.menu-trigger{width:44px;min-width:44px;min-height:44px;height:44px}
  .lang-trigger{padding-inline:.25rem}
  .language-picker{position:fixed;top:10px;right:68px;z-index:41}
  .menu-trigger{display:grid!important;position:fixed;top:10px;right:16px;z-index:41}
  .mobile-menu nav a{overflow-wrap:anywhere}
  .visit-content h2{font-size:clamp(3rem,13vw,4.4rem)}
  .visit-content address{font-size:1.5rem}
  .visit-hours dd{font-size:1.05rem}
  .visit-map{min-height:0;aspect-ratio:1 / 1}
  .gallery-item:focus-visible{outline-offset:5px}
}

/* Footer: compact contact, navigation and social actions in one clear hierarchy. */
.site-footer{grid-template-columns:minmax(0,1fr) auto auto;gap:2rem 3rem;align-items:end}
.footer-links{display:grid;gap:.65rem;justify-items:start}
.footer-socials{display:flex;gap:.55rem;align-items:center}
.footer-social-link{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);color:var(--paper);text-decoration:none;transition:background-color 180ms var(--motion-out),color 180ms var(--motion-out),transform 140ms var(--motion-out)}
.footer-social-link:active{transform:scale(.97)}
.footer-social-link:hover,.footer-social-link:focus-visible{background:var(--paper);color:var(--ink)}
.footer-social-link .instagram-glyph{border-color:currentColor}
.footer-social-link .instagram-glyph:before{border-color:currentColor}
.footer-social-link .instagram-glyph:after{background:currentColor}
.footer-social-link .facebook-glyph{color:currentColor}
.site-footer .copyright{grid-column:1 / -1;margin:0;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.24);text-align:left}
@media (max-width:767px){
  .site-footer{grid-template-columns:1fr;gap:1.5rem}
  .footer-links{grid-template-columns:repeat(2,max-content);column-gap:1.4rem;row-gap:0}
  .footer-social-link{width:44px;height:44px}
}

@media (min-width:768px){
  .lang-trigger{font-size:1.14rem;line-height:1;gap:.42rem}
  .lang-trigger span:last-child{display:inline-block;transform:translateY(-6px);font-size:.8em}
}
